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/of
Grant Likely 7fb8f881c5 of/platform: Register of_platform_drivers with an "of:" prefix
Currently there are some drivers in tree which register both a
platform_driver and an of_platform_driver with the same name.  This is
a temporary situation until all the relevant of_platform_drivers are
converted to be normal platform_drivers.  Until then, this patch gives
all the of_platform_drivers an "of:" prefix to protect against bogus
matches and namespace conflicts.
2010-08-01 01:44:18 -06:00
..
Kconfig proc: unify PROC_DEVICETREE config 2010-07-05 16:46:43 -06:00
Makefile of/address: merge of_iomap() 2010-07-05 16:14:26 -06:00
address.c of: Use full node name in resource structures 2010-07-05 16:14:27 -06:00
base.c of: Fix phandle endian issues 2010-07-24 16:51:52 -06:00
device.c of/device: Replace of_device with platform_device in includes and core code 2010-07-24 09:58:21 -06:00
fdt.c of: Fix phandle endian issues 2010-07-24 16:51:52 -06:00
gpio.c of/gpio: fix of_gpio includes 2010-07-05 16:14:44 -06:00
irq.c of/irq: Fix endian issues in parsing interrupt specifiers 2010-07-24 16:51:52 -06:00
of_i2c.c of/i2c: Generalize OF support 2010-07-05 16:14:52 -06:00
of_mdio.c of/irq: Move irq_of_parse_and_map() to common code 2010-06-28 12:41:33 -07:00
of_spi.c of/spi: call of_register_spi_devices() from spi core code 2010-07-30 00:03:59 -06:00
platform.c of/platform: Register of_platform_drivers with an "of:" prefix 2010-08-01 01:44:18 -06:00