--
Content-Disposition: inline; filename=isdn-capi.patch
Convert from class_device to device for drivers/isdn/capi. This is
part of the work to eliminate struct class_device.
---
drivers/isdn/capi/capi.c |6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--- a/drivers/isdn/capi/ca
--
Content-Disposition: inline; filename=misc.patch
Convert from class_device to device for drivers/misc/tifm. This is
part of the work to eliminate struct class_device.
---
drivers/misc/tifm_7xx1.c |4 ++--
drivers/misc/tifm_core.c | 24
include/linux/tifm.h
--
Content-Disposition: inline; filename=mfd.patch
Convert from class_device to device for drivers/mfd/ucb1x00. This is
part of the work to eliminate struct class_device.
---
drivers/mfd/ucb1x00-assabet.c | 17 +
drivers/mfd/ucb1x00-core.c| 14 +++---
drivers/mf
--
Content-Disposition: inline; filename=usb-core.patch
Convert from class_device to device for drivers/ide/usb/core. Greg, not
sure if you're looking for a patch for this. Kay mentioned maybe it was to
be superceded by a diff mechanism. Free free to drop if so.
---
drivers/usb/core/hcd.c |
--
Content-Disposition: inline; filename=usb-host.patch
Convert from class_device to device for drivers/ide/usb/host. Greg, not
sure if you're looking for a patch for this. Kay mentioned maybe it was to
be superceded by a diff mechanism. Free free to drop if so. Thanks!
---
drivers/usb/host/
--
Content-Disposition: inline; filename=ide.patch
Convert from class_device to device for drivers/drivers/ide/ide-tape. This is
part of the work to eliminate struct class_device.
---
drivers/ide/ide-tape.c | 14 ++
1 file changed, 6 insertions(+), 8 deletions(-)
--- a/drivers/
--
Content-Disposition: inline; filename=dma.patch
Convert from class_device to device for drivers/dma/dmaengine. This is
part of the work to eliminate struct class_device.
---
drivers/dma/dmaengine.c | 43 ++-
include/linux/dmaengine.h |3 ++-
2
--
Content-Disposition: inline; filename=spi.patch
Convert from class_device to device for drivers/spi. This is part of the work
to eliminate struct class_device.
---
drivers/spi/spi.c | 36 ++--
drivers/spi/spi_bitbang.c |2 +-
drivers/spi/spi_lm
--
Content-Disposition: inline; filename=wan.patch
Convert from class_device to device for drivers/net/wan/cosa. This is part of
the work to eliminate struct class_device.
---
drivers/net/wan/cosa.c |5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
--- a/drivers/net/wan/cosa.c
++
--
Content-Disposition: inline; filename=mtd.patch
Convert from class_device to device for drivers/mtd/mtdchar. This is part of
the work to eliminate struct class_device.
---
drivers/mtd/mtdchar.c | 12 +---
1 file changed, 5 insertions(+), 7 deletions(-)
--- a/drivers/mtd/mtdchar.
--
Content-Disposition: inline; filename=aoechr.patch
Convert from class_device to device for block/aoechr. This is part of the
work to eliminate struct class_device.
---
drivers/block/aoe/aoechr.c |7 +++
1 file changed, 3 insertions(+), 4 deletions(-)
--- a/drivers/block/aoe/aoechr.
--
Content-Disposition: inline; filename=macintosh.patch
Convert from class_device to device for macintosh. This is part of the
work to eliminate struct class_device.
---
drivers/macintosh/adb.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/macintosh/adb.c
+++ b/drive
--
Content-Disposition: inline; filename=paride.patch
Convert from class_device to device for block/paride. This is part of the
work to eliminate struct class_device.
Signed-off-by: Tony Jones <[EMAIL PROTECTED]>
---
drivers/block/paride/pg.c |6 +++---
drivers/block/paride/pt.c | 12 ++
--
Content-Disposition: inline; filename=block.patch
Convert from class_device to device for block/pktcdvd.
---
drivers/block/pktcdvd.c | 16 +++-
include/linux/pktcdvd.h |2 +-
2 files changed, 8 insertions(+), 10 deletions(-)
--- a/drivers/block/pktcdvd.c
+++ b/drivers/bl
--
[patch 01/14] block/paride
[patch 02/14] block/pktcdvd
[patch 03/14] block/aoechr
[patch 04/14] drivers/macintosh
[patch 05/14] cosa sync driver
[patch 06/14] MTD/mtdchar
[patch 07/14] IDE/ide-tape
[patch 08/14] DMA engine
[patch 09/14] SPI
[patch 10/14] USB core
[patch 11/14] USB host
[patch
Misc cleanup post removal of class_device. adm1025_group_opt is unused.
Signed-off-by: Tony Jones <[EMAIL PROTECTED]>
Signed-off-by: Kay Sievers <[EMAIL PROTECTED]>
---
drivers/hwmon/adm1025.c | 13 -
1 file changed, 13 deletions(-)
--- a/drivers/hwmon/adm1025.c
+++ b/drivers/hw
Convert from class_device to device for drivers/video.
Signed-off-by: Tony Jones <[EMAIL PROTECTED]>
Signed-off-by: Kay Sievers <[EMAIL PROTECTED]>
---
drivers/acpi/video.c |4 ++--
drivers/video/output.c | 29 -
include/linux/video_output.h |4
Convert from class_device to device for hwmon_device_register/unregister
Signed-off-by: Tony Jones <[EMAIL PROTECTED]>
Signed-off-by: Kay Sievers <[EMAIL PROTECTED]>
---
drivers/hwmon/hwmon.c | 27 +--
include/linux/hwmon.h |4 ++--
2 files changed, 15 insertions(+)
Convert from class_device to device in drivers/char.
Signed-off-by: Tony Jones <[EMAIL PROTECTED]>
Signed-off-by: Kay Sievers <[EMAIL PROTECTED]>
---
drivers/char/dsp56k.c|4 ++--
drivers/char/ip2/ip2main.c | 12 ++--
drivers/char/ipmi/ipmi_devintf.c |6 +++---
Convert drivers/char, drivers/hwmon and drivers/video from struct class_device
to struct device. Toward end-goal of removing class_device.
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger
Convert from class_device to device in drivers/char/drm.
Signed-off-by: Tony Jones <[EMAIL PROTECTED]>
Signed-off-by: Kay Sievers <[EMAIL PROTECTED]>
---
drivers/char/drm/drmP.h |8 ++---
drivers/char/drm/drm_stub.c |9 +++---
drivers/char/drm/drm_sysfs.c | 58 +++
21 matches
Mail list logo