| Age | Commit message (Collapse) | Author | Files | Lines |
|
the code allready uses flush_kernel_dcache_page(). This patch updates the
driver to the recent sg API changes which require that either SG_MITER_TO_SG
or SG_MITER_FROM_SG is set. SG_MITER_TO_SG calls flush_kernel_dcache_page()
in sg_mitter_stop()
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
Acked-by: Michał Mirosław <[email protected]>
Signed-off-by: Pierre Ossman <[email protected]>
|
|
Signed-off-by: Michał Mirosław <[email protected]>
Signed-off-by: Pierre Ossman <[email protected]>
|
|
Signed-off-by: Pierre Ossman <[email protected]>
|
|
The code is divided in two parts. There is a virtual 'bus' driver
that handles PCI device and registers three new devices one per card
reader type. The other driver handles SD/MMC part of the reader.
Signed-off-by: Michał Mirosław <[email protected]>
Signed-off-by: Pierre Ossman <[email protected]>
|