Commit Graph

167 Commits (c56eb8fb6dccb83d9fe62fd4dc00c834de9bc470)

Author SHA1 Message Date
Grant Likely 672c54466d dt/flattree: Return virtual address from early_init_dt_alloc_memory_arch() 14 years ago
Grant Likely cd1e65044d of/device: Don't register disabled devices 14 years ago
Grant Likely a4f740cf33 of/flattree: Add of_flat_dt_match() helper function 14 years ago
Stephen Neuendorffer fe14042358 of/flattree: Refactor unflatten_device_tree and add fdt_unflatten_tree 14 years ago
Stephen Neuendorffer 57d00ecf90 of/flattree: Reorder unflatten_dt_node 14 years ago
Stephen Neuendorffer a40d6c4cf1 of/flattree: Refactor unflatten_dt_node 14 years ago
Stephen Neuendorffer 9706a36e35 of/flattree: Add non-boottime device tree functions 14 years ago
Stephen Neuendorffer e6ce1324e4 of/flattree: Add Kconfig for EARLY_FLATTREE 14 years ago
David Daney 0208626484 of/i2c: Fix request module by alias 14 years ago
David Daney 1945886047 of/mdio: Fix some endianness problems. 14 years ago
Sebastian Andrzej Siewior 0131d8973c of/address: use proper endianess in get_flags 14 years ago
Sebastian Siewior 982cf00412 of/address: Use propper endianess in get_flags 14 years ago
David Daney 4b6ba8aacb of/net: Move of_get_mac_address() to a common source file. 14 years ago
David Daney 4c60071c1e of/mips: Cleanup some include directives/files. 14 years ago
Grant Likely 32c97689c4 of/flattree: Eliminate need to provide early_init_dt_scan_chosen_arch 14 years ago
Grant Likely 7096d04221 of/device: Rework to use common platform_device_alloc() for allocating devices 14 years ago
Jeremy Kerr a9fadeefdc of: use __be32 types for big-endian device tree data 15 years ago
Andres Salomon 52f6537cb2 of/irq: remove references to NO_IRQ in drivers/of/platform.c 15 years ago
Andres Salomon e2f2a93b63 of/promtree: add package-to-path support to pdt 15 years ago
Andres Salomon ed41850298 of/promtree: add of_pdt namespace to pdt code 15 years ago
Andres Salomon f90c34bd65 of/promtree: no longer call prom_ functions directly; use an ops structure 15 years ago
Andres Salomon 3cfc535c5d of/promtree: make drivers/of/pdt.c no longer sparc-only 15 years ago
Andres Salomon 9bdf6bab4e sparc: break out some PROM device-tree building code out into drivers/of 15 years ago
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