dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/net/tokenring
Jochen Friedrich 504ff16cec [PATCH] tms380tr: move to DMA API
This patch makes tms380tr use the new DMA API.  Now that on Alpha, this API
also supports bus master DMA for ISA (platform) devices, i changed the
driver to use this new API.

This also works around a bug in the firmware loader: The example provided
in Documentation/firmware_class no longer works, as the firmware loader now
calls get_kobj_path_length() and the kernel promptly oopses, as the
home-grown device doesn't have a parent.  Of course, this doesn't happen
with a "real" device which has its bus (or pseudo bus in the case of
platform) as parent.

Converted tms380tr to use new DMA API:
  - proteon.c, skisa.c: use platform pseudo bus to create a struct device
  - Space.c: delete init hooks
  - abyss.c, tmspci.c: pass struct device to tms380tr.c
  - tms380tr.c, tms380tr.h: new DMA API, use real device fo firmware loader

Signed-off-by: Jochen Friedrich <jochen@scram.de>
Cc: Jeff Garzik <jgarzik@pobox.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
2005-07-31 00:37:29 -04:00
..
3c359.c [PATCH] drivers/net/tokenring/: cleanups 2005-06-26 18:29:26 -04:00
3c359.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
3c359_microcode.h [PATCH] drivers/net/tokenring/: cleanups 2005-06-26 18:29:26 -04:00
Kconfig Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
abyss.c [PATCH] tms380tr: move to DMA API 2005-07-31 00:37:29 -04:00
abyss.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ibmtr.c [PATCH] drivers/net/tokenring/: cleanups 2005-06-26 18:29:26 -04:00
lanstreamer.c [PATCH] net/lanstreamer: replace schedule_timeout() with ssleep()/msleep_interruptible() 2005-06-26 23:48:38 -04:00
lanstreamer.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
madgemc.c [PATCH] drivers/net/tokenring/: cleanups 2005-06-26 18:29:26 -04:00
madgemc.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
olympic.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
olympic.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
proteon.c [PATCH] tms380tr: move to DMA API 2005-07-31 00:37:29 -04:00
skisa.c [PATCH] tms380tr: move to DMA API 2005-07-31 00:37:29 -04:00
smctr.c [PATCH] drivers/net/tokenring/: cleanups 2005-06-26 18:29:26 -04:00
smctr.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
smctr_firmware.h [PATCH] drivers/net/tokenring/: cleanups 2005-06-26 18:29:26 -04:00
tms380tr.c [PATCH] tms380tr: move to DMA API 2005-07-31 00:37:29 -04:00
tms380tr.h [PATCH] tms380tr: move to DMA API 2005-07-31 00:37:29 -04:00
tmspci.c [PATCH] tms380tr: move to DMA API 2005-07-31 00:37:29 -04:00