mbox

[GIT,PULL,5/5] ARM: tegra: defconfig updates

Message ID 1371227838-18764-6-git-send-email-swarren@wwwdotorg.org
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git tegra-for-3.11-defconfig

Message

Stephen Warren June 14, 2013, 4:37 p.m. UTC
Enable some new features:
* The Tegra114 SPI controller, for Dalmore's SPI flash.
* Set all the GPIO leds triggers to their "if you don't know, say X"
  value, so there are some useful triggers for the gpio-leds support.
* TPS65090 charger, for Dalmore.
* ASoC RT5640 machine driver, for audio on Beaver and Dalmore.

Also, rebuild tegra_defconfig on top of linux-next. This should make it
easier to create future defconfig patches, without extraneous diffs.

This branch is based on v3.10-rc3, in order not to conflict with a
defconfig change first included there.

----------------------------------------------------------------

The following changes since commit e4aa937ec75df0eea0bee03bffa3303ad36c986b:

  Linux 3.10-rc3

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git tegra-for-3.11-defconfig

for you to fetch changes up to 16a4b5ae32cf31e64b481ab3e2aa0ae964872123:

  ARM: tegra: defconfig updates

----------------------------------------------------------------

Stephen Warren (1):
      ARM: tegra: defconfig updates

 arch/arm/configs/tegra_defconfig | 23 +++++++++++++++--------
 1 file changed, 15 insertions(+), 8 deletions(-)

Comments

Olof Johansson June 15, 2013, 1:14 a.m. UTC | #1
On Fri, Jun 14, 2013 at 10:37:18AM -0600, Stephen Warren wrote:
> Enable some new features:
> * The Tegra114 SPI controller, for Dalmore's SPI flash.
> * Set all the GPIO leds triggers to their "if you don't know, say X"
>   value, so there are some useful triggers for the gpio-leds support.
> * TPS65090 charger, for Dalmore.
> * ASoC RT5640 machine driver, for audio on Beaver and Dalmore.
> 
> Also, rebuild tegra_defconfig on top of linux-next. This should make it
> easier to create future defconfig patches, without extraneous diffs.
> 
> This branch is based on v3.10-rc3, in order not to conflict with a
> defconfig change first included there.


Pulled. Note that the last two lines aren't really valuable as part of the tag
text (but as part of the pull request they are)


-Olof