mbox

[GIT,PULL] ARM: OMAP2+: GPMC fixes for v3.10

Message ID 517FCCF0.1030105@ti.com
State New
Headers show

Pull-request

git://github.com/jonhunter/linux.git omap-gpmc-fixes-for-v3.10

Message

Hunter, Jon April 30, 2013, 1:53 p.m. UTC
The following changes since commit aecb65a34a780cd07fbaa652cc5d640f13f3ed5f:

  Merge branch 'omap-gpmc-for-v3.10-take2' of git://github.com/jonhunter/linux into omap-for-v3.10/gpmc (2013-04-04 11:22:33 -0700)

are available in the git repository at:

  git://github.com/jonhunter/linux.git omap-gpmc-fixes-for-v3.10

for you to fetch changes up to b327b3627bb428eb7d98f25224532425a673d89e:

  ARM: OMAP2+: only WARN if a GPMC child probe function fail (2013-04-30 08:43:05 -0500)

----------------------------------------------------------------
GPMC fixes for v3.10. Main fix is to only search the GPMC node
for GPMC child devices and not the entire device-tree (which was
breaking ethernet support on some boards where the GPMC does not
interface with the ethernet chip). This branch is based upon
Tony's omap-for-v3.10/gpmc branch.
----------------------------------------------------------------
Javier Martinez Canillas (3):
      Documentation: dt: update TI GPMC ethernet binding properties
      ARM: OMAP2+: only search for GPMC DT child nodes on probe
      ARM: OMAP2+: only WARN if a GPMC child probe function fail

Jon Hunter (1):
      Documentation: dt: update properties in TI GPMC NAND example

 .../devicetree/bindings/mtd/gpmc-nand.txt          |   28 +++++-----
 Documentation/devicetree/bindings/net/gpmc-eth.txt |   56 ++++++++++----------
 arch/arm/mach-omap2/gpmc.c                         |   38 +++++--------
 3 files changed, 54 insertions(+), 68 deletions(-)

Comments

Tony Lindgren May 9, 2013, 12:13 a.m. UTC | #1
* Jon Hunter <jon-hunter@ti.com> [130430 06:59]:
> The following changes since commit aecb65a34a780cd07fbaa652cc5d640f13f3ed5f:
> 
>   Merge branch 'omap-gpmc-for-v3.10-take2' of git://github.com/jonhunter/linux into omap-for-v3.10/gpmc (2013-04-04 11:22:33 -0700)
> 
> are available in the git repository at:
> 
>   git://github.com/jonhunter/linux.git omap-gpmc-fixes-for-v3.10
> 
> for you to fetch changes up to b327b3627bb428eb7d98f25224532425a673d89e:
> 
>   ARM: OMAP2+: only WARN if a GPMC child probe function fail (2013-04-30 08:43:05 -0500)
> 
> ----------------------------------------------------------------
> GPMC fixes for v3.10. Main fix is to only search the GPMC node
> for GPMC child devices and not the entire device-tree (which was
> breaking ethernet support on some boards where the GPMC does not
> interface with the ethernet chip). This branch is based upon
> Tony's omap-for-v3.10/gpmc branch.

Thanks pulling into omap-for-v3.10/fixes.

Regards,

Tony

> ----------------------------------------------------------------
> Javier Martinez Canillas (3):
>       Documentation: dt: update TI GPMC ethernet binding properties
>       ARM: OMAP2+: only search for GPMC DT child nodes on probe
>       ARM: OMAP2+: only WARN if a GPMC child probe function fail
> 
> Jon Hunter (1):
>       Documentation: dt: update properties in TI GPMC NAND example
> 
>  .../devicetree/bindings/mtd/gpmc-nand.txt          |   28 +++++-----
>  Documentation/devicetree/bindings/net/gpmc-eth.txt |   56 ++++++++++----------
>  arch/arm/mach-omap2/gpmc.c                         |   38 +++++--------
>  3 files changed, 54 insertions(+), 68 deletions(-)