mbox

[GIT,PULL] omap fixes against v3.18-rc4

Message ID 20141111165357.GB26481@atomide.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-fixes-against-v3.18-rc4

Message

Tony Lindgren Nov. 11, 2014, 4:53 p.m. UTC
The following changes since commit 4b91f7f3c8b20e073b7bfc098625b37f99789508:

  ARM: OMAP2+: Warn about deprecated legacy booting mode (2014-10-29 12:19:20 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-fixes-against-v3.18-rc4

for you to fetch changes up to 73b3a6657a88ef5348a0d69c9a8107d6f01ae862:

  pinctrl: dra: dt-bindings: Fix output pull up/down (2014-11-10 14:29:20 -0800)

----------------------------------------------------------------
Few omap fixes for hangs and wrong pinctrl defines, and update
MAINTAINERS file to avoid missing PMIC and SoC related patches:

- Fix random hangs on am437x because of incorrect default
  value for the DDR regulator

- Fix wrong partition name for NAND on am335x-evm

- Fix wrong pinctrl defines for dra7xx

- Update maintainers entries for PMICs and SoCs

----------------------------------------------------------------
Felipe Balbi (1):
      MAINTAINERS: add more files under OMAP SUPPORT

Keerthy (3):
      ARM: dts: AM43x-EPOS-EVM: Fix DCDC3 voltage
      ARM: dts: AM437x-GP-EVM: Fix DCDC3 voltage
      ARM: dts: AM437x-SK-EVM: Fix DCDC3 voltage

Nishanth Menon (1):
      MAINTAINERS: Update entry for omap related .dts files to cover new SoCs

Roger Quadros (2):
      ARM: dts: am335x-evm: Fix 5th NAND partition's name
      pinctrl: dra: dt-bindings: Fix output pull up/down

 MAINTAINERS                          | 20 ++++++++++++++++++++
 arch/arm/boot/dts/am335x-evm.dts     |  2 +-
 arch/arm/boot/dts/am437x-gp-evm.dts  |  4 ++--
 arch/arm/boot/dts/am437x-sk-evm.dts  |  4 ++--
 arch/arm/boot/dts/am43x-epos-evm.dts |  4 ++--
 include/dt-bindings/pinctrl/dra.h    |  4 ++--
 6 files changed, 29 insertions(+), 9 deletions(-)

Comments

Olof Johansson Nov. 16, 2014, 11:10 p.m. UTC | #1
On Tue, Nov 11, 2014 at 08:53:58AM -0800, Tony Lindgren wrote:
> The following changes since commit 4b91f7f3c8b20e073b7bfc098625b37f99789508:
> 
>   ARM: OMAP2+: Warn about deprecated legacy booting mode (2014-10-29 12:19:20 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-fixes-against-v3.18-rc4
> 
> for you to fetch changes up to 73b3a6657a88ef5348a0d69c9a8107d6f01ae862:
> 
>   pinctrl: dra: dt-bindings: Fix output pull up/down (2014-11-10 14:29:20 -0800)
> 
> ----------------------------------------------------------------
> Few omap fixes for hangs and wrong pinctrl defines, and update
> MAINTAINERS file to avoid missing PMIC and SoC related patches:
> 
> - Fix random hangs on am437x because of incorrect default
>   value for the DDR regulator
> 
> - Fix wrong partition name for NAND on am335x-evm
> 
> - Fix wrong pinctrl defines for dra7xx
> 
> - Update maintainers entries for PMICs and SoCs

Merged. Might miss today's -rc though.


-Olof