Devicetree
 help / color / mirror / Atom feed
* Re: [PATCH 00/27] Clean up of_platform drivers
       [not found] <20100311181604.13103.30088.stgit@angua>
@ 2010-03-11 18:26 ` David Miller
       [not found] ` <20100311182215.13103.45160.stgit@angua>
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2010-03-11 18:26 UTC (permalink / raw)
  To: grant.likely
  Cc: monstr, gregkh, benh, akpm, sfr, jgarzik, ben-linux, dwmw2,
	jeremy.kerr, James.Bottomley, broonie, microblaze-uclinux,
	linux-kernel, linuxppc-dev, sparclinux, linux-ide, netdev,
	linux-i2c, devicetree-discuss, linux-scsi, alsa-devel


Grant you've just posted two enormous patch sets at the SAME EXACT
TIME to the SAME AREAS of the kernel.

One has 37 patches and this one has 27.

Not only are these sets enormous, you haven't specified what in the
world they are against.

The 37 patch set didn't apply cleanly to Linus tree and once I worked
through the rejects as best I could it didn't even compile.

How are people supposed to test this stuff? :-/

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

* Re: [PATCH 05/27] drivers/usb/of: don't use deprecated field in of_platform_driver
       [not found] ` <20100311182215.13103.45160.stgit@angua>
@ 2010-03-11 18:28   ` Greg KH
  0 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2010-03-11 18:28 UTC (permalink / raw)
  To: Grant Likely
  Cc: monstr, benh, akpm, davem, sfr, jgarzik, ben-linux, dwmw2,
	jeremy.kerr, James.Bottomley, broonie, microblaze-uclinux,
	linux-kernel, linuxppc-dev, sparclinux, linux-ide, netdev,
	linux-i2c, devicetree-discuss, linux-scsi, alsa-devel

On Thu, Mar 11, 2010 at 11:22:15AM -0700, Grant Likely wrote:
> .name, .match_table and .owner are duplicated in both of_platform_driver
> and device_driver, so the of_platform_driver copies will be removed soon.
> 
> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>

Acked-by: Greg Kroah-Hartman <gregkh@suse.de>

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

* Re: [PATCH 12/27] drivers/mtd/of: don't use deprecated field in of_platform_driver
       [not found] ` <20100311182253.13103.92479.stgit@angua>
@ 2010-03-12 17:31   ` Sean MacLennan
  0 siblings, 0 replies; 6+ messages in thread
From: Sean MacLennan @ 2010-03-12 17:31 UTC (permalink / raw)
  To: Grant Likely
  Cc: alsa-devel, gregkh, linux-ide, James.Bottomley, linux-i2c,
	sparclinux, jeremy.kerr, sfr, linux-scsi, jgarzik,
	microblaze-uclinux, devicetree-discuss, ben-linux, monstr,
	linuxppc-dev, netdev, broonie, linux-kernel, akpm, dwmw2, davem

On Thu, 11 Mar 2010 11:22:54 -0700
Grant Likely <grant.likely@secretlab.ca> wrote:

> .name, .match_table and .owner are duplicated in both
> of_platform_driver and device_driver, so the of_platform_driver
> copies will be removed soon.
> 
> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>

NDFC
Acked-by: Sean MacLennan <smaclennan@pikatech.com>

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

* Re: [PATCH 22/27] drivers/i2c/of: don't use deprecated field in of_platform_driver
       [not found] ` <20100311182349.13103.39322.stgit@angua>
@ 2010-03-12 17:31   ` Sean MacLennan
  0 siblings, 0 replies; 6+ messages in thread
From: Sean MacLennan @ 2010-03-12 17:31 UTC (permalink / raw)
  To: Grant Likely
  Cc: alsa-devel, gregkh, linux-ide, James.Bottomley, linux-i2c,
	sparclinux, jeremy.kerr, sfr, linux-scsi, jgarzik,
	microblaze-uclinux, devicetree-discuss, ben-linux, monstr,
	linuxppc-dev, netdev, broonie, linux-kernel, akpm, dwmw2, davem

On Thu, 11 Mar 2010 11:23:49 -0700
Grant Likely <grant.likely@secretlab.ca> wrote:

> .name, .match_table and .owner are duplicated in both
> of_platform_driver and device_driver, so the of_platform_driver
> copies will be removed soon.
> 
> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>

i2c-ibm_iic
Acked-by: Sean MacLennan <smaclennan@pikatech.com>

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

* Re: [alsa-devel] [PATCH 13/27] drivers/net/of: don't use deprecated field in of_platform_driver
       [not found] ` <20100311182259.13103.87535.stgit@angua>
@ 2010-03-26 15:23   ` Timur Tabi
       [not found]     ` <ed82fe3e1003260823q5a2ba774ifd3465b41b8f0a10-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Timur Tabi @ 2010-03-26 15:23 UTC (permalink / raw)
  To: Grant Likely; +Cc: devicetree-discuss, netdev

I'm seeing this error with this patch applied, when building for an mpc8641_hpcn

  CC      drivers/net/gianfar.o
drivers/net/gianfar.c: In function 'gfar_of_init':
drivers/net/gianfar.c:606: error: 'struct platform_device' has no
member named 'node'
drivers/net/gianfar.c:644: error: 'struct platform_device' has no
member named 'node'
drivers/net/gianfar.c: In function 'gfar_probe':
drivers/net/gianfar.c:891: error: 'struct platform_device' has no
member named 'node'
make[2]: *** [drivers/net/gianfar.o] Error 1
make[1]: *** [drivers/net] Error 2
make: *** [drivers] Error 2


On Thu, Mar 11, 2010 at 1:23 PM, Grant Likely <grant.likely@secretlab.ca> wrote:
> .name, .match_table and .owner are duplicated in both of_platform_driver
> and device_driver, so the of_platform_driver copies will be removed soon.
>
> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
> ---
>
>  drivers/net/can/mscan/mpc5xxx_can.c           |    8 +++++---
>  drivers/net/can/sja1000/sja1000_of_platform.c |    8 +++++---
>  drivers/net/ehea/ehea_main.c                  |    7 +++++--
>  drivers/net/fs_enet/fs_enet-main.c            |    7 +++++--
>  drivers/net/fs_enet/mii-bitbang.c             |    7 +++++--
>  drivers/net/fs_enet/mii-fec.c                 |    7 +++++--
>  drivers/net/fsl_pq_mdio.c                     |    7 +++++--
>  drivers/net/gianfar.c                         |   10 ++++++----
>  drivers/net/ibm_newemac/core.c                |    8 +++++---
>  drivers/net/ibm_newemac/mal.c                 |    8 +++++---
>  drivers/net/ibm_newemac/rgmii.c               |    8 +++++---
>  drivers/net/ibm_newemac/tah.c                 |    8 +++++---
>  drivers/net/ibm_newemac/zmii.c                |    8 +++++---
>  drivers/net/ll_temac_main.c                   |    2 +-
>  drivers/net/myri_sbus.c                       |    7 +++++--
>  drivers/net/niu.c                             |    7 +++++--
>  drivers/net/phy/mdio-gpio.c                   |    7 +++++--
>  drivers/net/sunbmac.c                         |    7 +++++--
>  drivers/net/sunhme.c                          |    7 +++++--
>  drivers/net/sunlance.c                        |    7 +++++--
>  drivers/net/sunqe.c                           |    7 +++++--
>  drivers/net/ucc_geth.c                        |    7 +++++--
>  drivers/net/xilinx_emaclite.c                 |    7 +++++--
>  23 files changed, 112 insertions(+), 54 deletions(-)

-- 
Timur Tabi
Linux kernel developer at Freescale

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

* Re: [alsa-devel] [PATCH 13/27] drivers/net/of: don't use deprecated field in of_platform_driver
       [not found]     ` <ed82fe3e1003260823q5a2ba774ifd3465b41b8f0a10-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2010-03-26 18:23       ` Grant Likely
  0 siblings, 0 replies; 6+ messages in thread
From: Grant Likely @ 2010-03-26 18:23 UTC (permalink / raw)
  To: Timur Tabi
  Cc: netdev-u79uwXL29TY76Z2rM5mHXA,
	devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ

On Fri, Mar 26, 2010 at 9:23 AM, Timur Tabi <timur.tabi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> I'm seeing this error with this patch applied, when building for an mpc8641_hpcn
>
>  CC      drivers/net/gianfar.o
> drivers/net/gianfar.c: In function 'gfar_of_init':
> drivers/net/gianfar.c:606: error: 'struct platform_device' has no
> member named 'node'
> drivers/net/gianfar.c:644: error: 'struct platform_device' has no
> member named 'node'
> drivers/net/gianfar.c: In function 'gfar_probe':
> drivers/net/gianfar.c:891: error: 'struct platform_device' has no
> member named 'node'
> make[2]: *** [drivers/net/gianfar.o] Error 1
> make[1]: *** [drivers/net] Error 2
> make: *** [drivers] Error 2

Thanks for the testing Timur.  I missed converting that driver.  I
believe I've got that fixed now and I'll be pushing out a new tree
real-soon-now.

g.

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

end of thread, other threads:[~2010-03-26 18:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20100311181604.13103.30088.stgit@angua>
2010-03-11 18:26 ` [PATCH 00/27] Clean up of_platform drivers David Miller
     [not found] ` <20100311182215.13103.45160.stgit@angua>
2010-03-11 18:28   ` [PATCH 05/27] drivers/usb/of: don't use deprecated field in of_platform_driver Greg KH
     [not found] ` <20100311182253.13103.92479.stgit@angua>
2010-03-12 17:31   ` [PATCH 12/27] drivers/mtd/of: " Sean MacLennan
     [not found] ` <20100311182349.13103.39322.stgit@angua>
2010-03-12 17:31   ` [PATCH 22/27] drivers/i2c/of: " Sean MacLennan
     [not found] ` <20100311182259.13103.87535.stgit@angua>
2010-03-26 15:23   ` [alsa-devel] [PATCH 13/27] drivers/net/of: " Timur Tabi
     [not found]     ` <ed82fe3e1003260823q5a2ba774ifd3465b41b8f0a10-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-03-26 18:23       ` Grant Likely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox