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/mfd
Philipp Zabel 99cdb0c8c5 mfd: let asic3 use mem resource instead of bus_shift
The bus_shift parameter in platform_data is not needed
as we can tell the driver with the IOMEM_RESOURCE whether
the ASIC is located on a 16bit or 32bit memory bus.

The htc-egpio driver uses a more descriptive bus_width parameter,
but for drivers where the register map size fixed, we don't even
need this.

Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
2008-07-20 19:56:44 +02:00
..
Kconfig mfd: asic3 should depend on gpiolib 2008-07-20 19:56:01 +02:00
Makefile [ARM] 4964/1: htc-pasic3: MFD driver for PASIC3 LED control + DS1WM chip 2008-04-19 11:29:08 +01:00
asic3.c mfd: let asic3 use mem resource instead of bus_shift 2008-07-20 19:56:44 +02:00
htc-egpio.c [ARM] 4947/1: htc-egpio, a driver for GPIO/IRQ expanders with fixed input/output pins 2008-04-19 11:29:07 +01:00
htc-pasic3.c Merge branches 'pxa' and 'orion-fixes1' 2008-04-29 21:31:06 +01:00
mcp-core.c some kmalloc/memset ->kzalloc (tree wide) 2007-07-19 10:04:50 -07:00
mcp-sa11x0.c [DRIVER MODEL] Convert platform drivers to use struct platform_driver 2005-11-09 22:32:44 +00:00
mcp.h [MFD] Add multimedia communication port core support 2005-08-18 10:06:59 +01:00
sm501.c drivers: replace remaining __FUNCTION__ occurrences 2008-04-30 08:29:53 -07:00
ucb1x00-assabet.c [ARM] Fix class_device damage caused by 0c55445f20 2008-01-28 10:59:09 +00:00
ucb1x00-core.c MCP_UCB1200: Convert from class_device to device 2008-01-24 20:40:06 -08:00
ucb1x00-ts.c mfd: use shorter set_current_state() 2008-04-28 08:58:32 -07:00
ucb1x00.h MCP_UCB1200: Convert from class_device to device 2008-01-24 20:40:06 -08:00