Commit Graph

144 Commits (eec7ecfede74bb996060efefd5c157acd5794e8a)

Author SHA1 Message Date
Grant Likely 2dc1158137 of/device: Replace struct of_device with struct platform_device 15 years ago
Grant Likely 7fb8f881c5 of/platform: Register of_platform_drivers with an "of:" prefix 15 years ago
Anatolij Gustschin 12b15e8328 of/spi: call of_register_spi_devices() from spi core code 15 years ago
Grant Likely c660122538 of/device: Make of_device_make_bus_id() usable by other code. 15 years ago
Grant Likely d2f718398a of/irq: Fix endian issues in parsing interrupt specifiers 15 years ago
Grant Likely 9a6b2e588c of: Fix phandle endian issues 15 years ago
Stuart Yoder 883c2cfc8b of/flattree: fix of_flat_dt_is_compatible() to match the full compatible string 15 years ago
Jonas Bonn c0dd394ca5 of: remove of_default_bus_ids 15 years ago
Jonas Bonn c608558407 of: make of_find_device_by_node generic 15 years ago
Grant Likely 94a0cb1fc6 of/device: Replace of_device with platform_device in includes and core code 15 years ago
Grant Likely c1b6d380b7 of/device: Protect against binding of_platform_drivers to non-OF devices 15 years ago
Grant Likely eca3930163 of: Merge of_platform_bus_type with platform_bus_type 15 years ago
Grant Likely 9e3288dc9a of/device: Fix build errors for non-ppc and non-microblaze 15 years ago
Grant Likely 60d5991330 of/flattree: Fix crash when device tree absent 15 years ago
Grant Likely f1d4c3a769 of/flattree: Use common ALIGN() macro instead of arch specific _ALIGN 15 years ago
Grant Likely 596c955c12 drivers/of: fix build error when CONFIG_PPC_DCR is set 15 years ago
Andres Salomon ef2a4524d6 proc: unify PROC_DEVICETREE config 15 years ago
Grant Likely 5ab5fc7e35 of: Put all CONFIG_OF dependencies into a Kconfig menu block 15 years ago
Stephen Rothwell bcbefae2bc of: define CONFIG_OF globally so architectures can select it 15 years ago
Grant Likely 50ef5284eb of: Fix missing include 15 years ago
Grant Likely 2ffe8c5f32 of: refactor of_modalias_node() and remove explicit match table. 15 years ago
Grant Likely 9fd049927c of/i2c: Generalize OF support 15 years ago
Grant Likely 8cec0e7b4c of/device: Add OF style matching helper function 15 years ago
Grant Likely 2e13cba8dc of/gpio: fix of_gpio includes 15 years ago
Anton Vorontsov 391c970c0d of/gpio: add default of_xlate function if device has a node pointer 15 years ago
Grant Likely 594fa265e0 of/gpio: stop using device_node data pointer to find gpio_chip 15 years ago
Anton Vorontsov a19e3da5bc of/gpio: Kill of_gpio_chip and add members directly to gpio_chip 15 years ago
Grant Likely ac80a51e2c of/device: populate platform_device (of_device) resource table on allocation 15 years ago
Grant Likely 94c0931983 of: Merge of_device_alloc() and of_device_make_bus_id() 15 years ago
Grant Likely 5fd200f3b3 of/device: Merge of_platform_bus_probe() 15 years ago
Grant Likely 34a1c1e8c7 of: Modify of_device_get_modalias to be passed struct device 15 years ago
Grant Likely dd27dcda37 of/device: merge of_device_uevent 15 years ago
Grant Likely d3571c3acf of: Use full node name in resource structures 15 years ago
Grant Likely 3930f294d0 of/address: restrict 'no-ranges' kludge to powerpc 15 years ago
Grant Likely 154063a9c0 of/address: little-endian fixes 15 years ago
Grant Likely dbbdee9473 of/address: Merge all of the bus translation code 15 years ago
Grant Likely 1f5bef30cf of/address: merge of_address_to_resource() 15 years ago
Grant Likely 6b884a8d50 of/address: merge of_iomap() 15 years ago
Rob Herring a7c194b007 of/irq: little endian fixes 15 years ago
Grant Likely 7dc2e1134a of/irq: merge irq mapping code 15 years ago
Grant Likely e387344499 of/irq: Move irq_of_parse_and_map() to common code 15 years ago
Grant Likely 44504b2beb of: change of_match_device to work with struct device 15 years ago
Grant Likely 4018294b53 of: Remove duplicate fields from of_platform_driver 15 years ago
Grant Likely 597b9d1e44 drivercore: Add of_match_table to the common device drivers 15 years ago
Grant Likely 58f9b0b024 of: eliminate of_device->node and dev_archdata->{of,prom}_node 15 years ago
Grant Likely 61c7a080a5 of: Always use 'struct device.of_node' to get device node pointer. 15 years ago
Grant Likely d12d42f744 i2c/of: Allow device node to be passed via i2c_board_info 15 years ago
Grant Likely d706c1b050 driver-core: Add device node pointer to struct device 15 years ago
Grant Likely 8bfe9b5c3a of/flattree: Make unflatten_device_tree() safe to call from any arch 15 years ago
Dan Carpenter 9bd73715a1 of: check for IS_ERR() 15 years ago