All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] DT fixes for 3.5
@ 2012-06-15  1:39 ` Rob Herring
  0 siblings, 0 replies; 8+ messages in thread
From: Rob Herring @ 2012-06-15  1:39 UTC (permalink / raw)
  To: Grant Likely
  Cc: devicetree-discuss, linux-kernel, Fabio Estevam, Stephen Warren,
	Thierry Reding

Grant,

Please pull. Mainly some documentation updates and 2 fixes:

- An export symbol fix for of_platform_populate from Stephen W.
- A fix for the order compatible entries are matched to ensure the
first compatible string is matched when there are multiple matches.

Rob

The following changes since commit cfaf025112d3856637ff34a767ef785ef5cf2ca9:

  Linux 3.5-rc2 (2012-06-08 18:40:09 -0700)

are available in the git repository at:

  git://sources.calxeda.com/kernel/linux.git fixes-for-grant

for you to fetch changes up to 107a84e61cdd3406c842a0e4be7efffd3a05dba6:

  of: match by compatible property first (2012-06-14 20:29:40 -0500)

----------------------------------------------------------------
Fabio Estevam (5):
      dt: fsl-imx-cspi.txt: Fix comment about GPIOs used for chip selects
      dt: fsl-imx-esdhc.txt: Fix gpio number assignment
      dt: fsl-mma8450.txt: Add missing 'reg' description
      dt: fsl-fec.txt: Fix gpio number assignment
      dt: mc13xxx.txt: Fix gpio number assignment

Stephen Warren (1):
      of: export of_platform_populate()

Thierry Reding (2):
      of: Add Avionic Design vendor prefix
      of: match by compatible property first

 .../devicetree/bindings/input/fsl-mma8450.txt      |    1 +
 Documentation/devicetree/bindings/mfd/mc13xxx.txt  |    4 +--
 .../devicetree/bindings/mmc/fsl-imx-esdhc.txt      |    4 +--
 Documentation/devicetree/bindings/net/fsl-fec.txt  |    2 +-
 .../devicetree/bindings/spi/fsl-imx-cspi.txt       |    4 +--
 .../devicetree/bindings/vendor-prefixes.txt        |    1 +
 drivers/of/base.c                                  |   30
+++++++++++++++++---
 drivers/of/platform.c                              |    1 +
 8 files changed, 36 insertions(+), 11 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL] DT fixes for 3.5
@ 2012-06-15  1:39 ` Rob Herring
  0 siblings, 0 replies; 8+ messages in thread
From: Rob Herring @ 2012-06-15  1:39 UTC (permalink / raw)
  To: Grant Likely
  Cc: devicetree-discuss, linux-kernel, Fabio Estevam, Stephen Warren,
	Thierry Reding

Grant,

Please pull. Mainly some documentation updates and 2 fixes:

- An export symbol fix for of_platform_populate from Stephen W.
- A fix for the order compatible entries are matched to ensure the
first compatible string is matched when there are multiple matches.

Rob

The following changes since commit cfaf025112d3856637ff34a767ef785ef5cf2ca9:

  Linux 3.5-rc2 (2012-06-08 18:40:09 -0700)

are available in the git repository at:

  git://sources.calxeda.com/kernel/linux.git fixes-for-grant

for you to fetch changes up to 107a84e61cdd3406c842a0e4be7efffd3a05dba6:

  of: match by compatible property first (2012-06-14 20:29:40 -0500)

----------------------------------------------------------------
Fabio Estevam (5):
      dt: fsl-imx-cspi.txt: Fix comment about GPIOs used for chip selects
      dt: fsl-imx-esdhc.txt: Fix gpio number assignment
      dt: fsl-mma8450.txt: Add missing 'reg' description
      dt: fsl-fec.txt: Fix gpio number assignment
      dt: mc13xxx.txt: Fix gpio number assignment

Stephen Warren (1):
      of: export of_platform_populate()

Thierry Reding (2):
      of: Add Avionic Design vendor prefix
      of: match by compatible property first

 .../devicetree/bindings/input/fsl-mma8450.txt      |    1 +
 Documentation/devicetree/bindings/mfd/mc13xxx.txt  |    4 +--
 .../devicetree/bindings/mmc/fsl-imx-esdhc.txt      |    4 +--
 Documentation/devicetree/bindings/net/fsl-fec.txt  |    2 +-
 .../devicetree/bindings/spi/fsl-imx-cspi.txt       |    4 +--
 .../devicetree/bindings/vendor-prefixes.txt        |    1 +
 drivers/of/base.c                                  |   30
+++++++++++++++++---
 drivers/of/platform.c                              |    1 +
 8 files changed, 36 insertions(+), 11 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] DT fixes for 3.5
  2012-06-15  1:39 ` Rob Herring
@ 2012-06-26 23:38   ` Rob Herring
  -1 siblings, 0 replies; 8+ messages in thread
From: Rob Herring @ 2012-06-26 23:38 UTC (permalink / raw)
  To: Grant Likely
  Cc: devicetree-discuss, linux-kernel, Fabio Estevam, Stephen Warren,
	Thierry Reding

On 06/14/2012 08:39 PM, Rob Herring wrote:
> Grant,
> 
> Please pull. Mainly some documentation updates and 2 fixes:
> 
> - An export symbol fix for of_platform_populate from Stephen W.
> - A fix for the order compatible entries are matched to ensure the
> first compatible string is matched when there are multiple matches.
> 

Ping. If you don't want to pull these for 3.5, can you please pull for
next and 3.6.

Rob

> Rob
> 
> The following changes since commit cfaf025112d3856637ff34a767ef785ef5cf2ca9:
> 
>   Linux 3.5-rc2 (2012-06-08 18:40:09 -0700)
> 
> are available in the git repository at:
> 
>   git://sources.calxeda.com/kernel/linux.git fixes-for-grant
> 
> for you to fetch changes up to 107a84e61cdd3406c842a0e4be7efffd3a05dba6:
> 
>   of: match by compatible property first (2012-06-14 20:29:40 -0500)
> 
> ----------------------------------------------------------------
> Fabio Estevam (5):
>       dt: fsl-imx-cspi.txt: Fix comment about GPIOs used for chip selects
>       dt: fsl-imx-esdhc.txt: Fix gpio number assignment
>       dt: fsl-mma8450.txt: Add missing 'reg' description
>       dt: fsl-fec.txt: Fix gpio number assignment
>       dt: mc13xxx.txt: Fix gpio number assignment
> 
> Stephen Warren (1):
>       of: export of_platform_populate()
> 
> Thierry Reding (2):
>       of: Add Avionic Design vendor prefix
>       of: match by compatible property first
> 
>  .../devicetree/bindings/input/fsl-mma8450.txt      |    1 +
>  Documentation/devicetree/bindings/mfd/mc13xxx.txt  |    4 +--
>  .../devicetree/bindings/mmc/fsl-imx-esdhc.txt      |    4 +--
>  Documentation/devicetree/bindings/net/fsl-fec.txt  |    2 +-
>  .../devicetree/bindings/spi/fsl-imx-cspi.txt       |    4 +--
>  .../devicetree/bindings/vendor-prefixes.txt        |    1 +
>  drivers/of/base.c                                  |   30
> +++++++++++++++++---
>  drivers/of/platform.c                              |    1 +
>  8 files changed, 36 insertions(+), 11 deletions(-)


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] DT fixes for 3.5
@ 2012-06-26 23:38   ` Rob Herring
  0 siblings, 0 replies; 8+ messages in thread
From: Rob Herring @ 2012-06-26 23:38 UTC (permalink / raw)
  To: Grant Likely
  Cc: devicetree-discuss, linux-kernel, Fabio Estevam, Stephen Warren,
	Thierry Reding

On 06/14/2012 08:39 PM, Rob Herring wrote:
> Grant,
> 
> Please pull. Mainly some documentation updates and 2 fixes:
> 
> - An export symbol fix for of_platform_populate from Stephen W.
> - A fix for the order compatible entries are matched to ensure the
> first compatible string is matched when there are multiple matches.
> 

Ping. If you don't want to pull these for 3.5, can you please pull for
next and 3.6.

Rob

> Rob
> 
> The following changes since commit cfaf025112d3856637ff34a767ef785ef5cf2ca9:
> 
>   Linux 3.5-rc2 (2012-06-08 18:40:09 -0700)
> 
> are available in the git repository at:
> 
>   git://sources.calxeda.com/kernel/linux.git fixes-for-grant
> 
> for you to fetch changes up to 107a84e61cdd3406c842a0e4be7efffd3a05dba6:
> 
>   of: match by compatible property first (2012-06-14 20:29:40 -0500)
> 
> ----------------------------------------------------------------
> Fabio Estevam (5):
>       dt: fsl-imx-cspi.txt: Fix comment about GPIOs used for chip selects
>       dt: fsl-imx-esdhc.txt: Fix gpio number assignment
>       dt: fsl-mma8450.txt: Add missing 'reg' description
>       dt: fsl-fec.txt: Fix gpio number assignment
>       dt: mc13xxx.txt: Fix gpio number assignment
> 
> Stephen Warren (1):
>       of: export of_platform_populate()
> 
> Thierry Reding (2):
>       of: Add Avionic Design vendor prefix
>       of: match by compatible property first
> 
>  .../devicetree/bindings/input/fsl-mma8450.txt      |    1 +
>  Documentation/devicetree/bindings/mfd/mc13xxx.txt  |    4 +--
>  .../devicetree/bindings/mmc/fsl-imx-esdhc.txt      |    4 +--
>  Documentation/devicetree/bindings/net/fsl-fec.txt  |    2 +-
>  .../devicetree/bindings/spi/fsl-imx-cspi.txt       |    4 +--
>  .../devicetree/bindings/vendor-prefixes.txt        |    1 +
>  drivers/of/base.c                                  |   30
> +++++++++++++++++---
>  drivers/of/platform.c                              |    1 +
>  8 files changed, 36 insertions(+), 11 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] DT fixes for 3.5
@ 2012-06-27  0:34     ` Stephen Warren
  0 siblings, 0 replies; 8+ messages in thread
From: Stephen Warren @ 2012-06-27  0:34 UTC (permalink / raw)
  To: Rob Herring; +Cc: Grant Likely, Fabio Estevam, devicetree-discuss, linux-kernel

On 06/26/2012 05:38 PM, Rob Herring wrote:
> On 06/14/2012 08:39 PM, Rob Herring wrote:
>> Grant,
>>
>> Please pull. Mainly some documentation updates and 2 fixes:
>>
>> - An export symbol fix for of_platform_populate from Stephen W.
>> - A fix for the order compatible entries are matched to ensure the
>> first compatible string is matched when there are multiple matches.
>>
> 
> Ping. If you don't want to pull these for 3.5, can you please pull for
> next and 3.6.

The of_platform_populate() patch of mine is needed in 3.5 to solve a
build problem there, if the Tegra AHUB driver is built as a module
(which admittedly it isn't in tegra_defconfig, but anyway).

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] DT fixes for 3.5
@ 2012-06-27  0:34     ` Stephen Warren
  0 siblings, 0 replies; 8+ messages in thread
From: Stephen Warren @ 2012-06-27  0:34 UTC (permalink / raw)
  To: Rob Herring
  Cc: Fabio Estevam, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

On 06/26/2012 05:38 PM, Rob Herring wrote:
> On 06/14/2012 08:39 PM, Rob Herring wrote:
>> Grant,
>>
>> Please pull. Mainly some documentation updates and 2 fixes:
>>
>> - An export symbol fix for of_platform_populate from Stephen W.
>> - A fix for the order compatible entries are matched to ensure the
>> first compatible string is matched when there are multiple matches.
>>
> 
> Ping. If you don't want to pull these for 3.5, can you please pull for
> next and 3.6.

The of_platform_populate() patch of mine is needed in 3.5 to solve a
build problem there, if the Tegra AHUB driver is built as a module
(which admittedly it isn't in tegra_defconfig, but anyway).

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] DT fixes for 3.5
  2012-06-15  1:39 ` Rob Herring
@ 2012-07-04  2:40   ` Rob Herring
  -1 siblings, 0 replies; 8+ messages in thread
From: Rob Herring @ 2012-07-04  2:40 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Grant Likely, devicetree-discuss, linux-kernel, Fabio Estevam,
	Stephen Warren, Thierry Reding

Linus,

On 06/14/2012 08:39 PM, Rob Herring wrote:
> Grant,
> 
> Please pull. Mainly some documentation updates and 2 fixes:
> 
> - An export symbol fix for of_platform_populate from Stephen W.
> - A fix for the order compatible entries are matched to ensure the
> first compatible string is matched when there are multiple matches.
> 

As Grant is offline the next month or two, can you please pull these
fixes for device tree for 3.5.

Rob

> The following changes since commit cfaf025112d3856637ff34a767ef785ef5cf2ca9:
> 
>   Linux 3.5-rc2 (2012-06-08 18:40:09 -0700)
> 
> are available in the git repository at:
> 
>   git://sources.calxeda.com/kernel/linux.git fixes-for-grant
> 
> for you to fetch changes up to 107a84e61cdd3406c842a0e4be7efffd3a05dba6:
> 
>   of: match by compatible property first (2012-06-14 20:29:40 -0500)
> 
> ----------------------------------------------------------------
> Fabio Estevam (5):
>       dt: fsl-imx-cspi.txt: Fix comment about GPIOs used for chip selects
>       dt: fsl-imx-esdhc.txt: Fix gpio number assignment
>       dt: fsl-mma8450.txt: Add missing 'reg' description
>       dt: fsl-fec.txt: Fix gpio number assignment
>       dt: mc13xxx.txt: Fix gpio number assignment
> 
> Stephen Warren (1):
>       of: export of_platform_populate()
> 
> Thierry Reding (2):
>       of: Add Avionic Design vendor prefix
>       of: match by compatible property first
> 
>  .../devicetree/bindings/input/fsl-mma8450.txt      |    1 +
>  Documentation/devicetree/bindings/mfd/mc13xxx.txt  |    4 +--
>  .../devicetree/bindings/mmc/fsl-imx-esdhc.txt      |    4 +--
>  Documentation/devicetree/bindings/net/fsl-fec.txt  |    2 +-
>  .../devicetree/bindings/spi/fsl-imx-cspi.txt       |    4 +--
>  .../devicetree/bindings/vendor-prefixes.txt        |    1 +
>  drivers/of/base.c                                  |   30
> +++++++++++++++++---
>  drivers/of/platform.c                              |    1 +
>  8 files changed, 36 insertions(+), 11 deletions(-)
> 



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] DT fixes for 3.5
@ 2012-07-04  2:40   ` Rob Herring
  0 siblings, 0 replies; 8+ messages in thread
From: Rob Herring @ 2012-07-04  2:40 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Grant Likely, devicetree-discuss, linux-kernel, Fabio Estevam,
	Stephen Warren, Thierry Reding

Linus,

On 06/14/2012 08:39 PM, Rob Herring wrote:
> Grant,
> 
> Please pull. Mainly some documentation updates and 2 fixes:
> 
> - An export symbol fix for of_platform_populate from Stephen W.
> - A fix for the order compatible entries are matched to ensure the
> first compatible string is matched when there are multiple matches.
> 

As Grant is offline the next month or two, can you please pull these
fixes for device tree for 3.5.

Rob

> The following changes since commit cfaf025112d3856637ff34a767ef785ef5cf2ca9:
> 
>   Linux 3.5-rc2 (2012-06-08 18:40:09 -0700)
> 
> are available in the git repository at:
> 
>   git://sources.calxeda.com/kernel/linux.git fixes-for-grant
> 
> for you to fetch changes up to 107a84e61cdd3406c842a0e4be7efffd3a05dba6:
> 
>   of: match by compatible property first (2012-06-14 20:29:40 -0500)
> 
> ----------------------------------------------------------------
> Fabio Estevam (5):
>       dt: fsl-imx-cspi.txt: Fix comment about GPIOs used for chip selects
>       dt: fsl-imx-esdhc.txt: Fix gpio number assignment
>       dt: fsl-mma8450.txt: Add missing 'reg' description
>       dt: fsl-fec.txt: Fix gpio number assignment
>       dt: mc13xxx.txt: Fix gpio number assignment
> 
> Stephen Warren (1):
>       of: export of_platform_populate()
> 
> Thierry Reding (2):
>       of: Add Avionic Design vendor prefix
>       of: match by compatible property first
> 
>  .../devicetree/bindings/input/fsl-mma8450.txt      |    1 +
>  Documentation/devicetree/bindings/mfd/mc13xxx.txt  |    4 +--
>  .../devicetree/bindings/mmc/fsl-imx-esdhc.txt      |    4 +--
>  Documentation/devicetree/bindings/net/fsl-fec.txt  |    2 +-
>  .../devicetree/bindings/spi/fsl-imx-cspi.txt       |    4 +--
>  .../devicetree/bindings/vendor-prefixes.txt        |    1 +
>  drivers/of/base.c                                  |   30
> +++++++++++++++++---
>  drivers/of/platform.c                              |    1 +
>  8 files changed, 36 insertions(+), 11 deletions(-)
> 

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-07-04  2:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-15  1:39 [GIT PULL] DT fixes for 3.5 Rob Herring
2012-06-15  1:39 ` Rob Herring
2012-06-26 23:38 ` Rob Herring
2012-06-26 23:38   ` Rob Herring
2012-06-27  0:34   ` Stephen Warren
2012-06-27  0:34     ` Stephen Warren
2012-07-04  2:40 ` Rob Herring
2012-07-04  2:40   ` Rob Herring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.