Age | Commit message (Expand) | Author | Files | Lines |
2010-12-23 | of/address: use proper endianess in get_flags | Sebastian Andrzej Siewior | 1 | -26/+28 |
2010-11-01 | of/net: Move of_get_mac_address() to a common source file. | David Daney | 3 | -0/+53 |
2010-10-21 | of/mips: Cleanup some include directives/files. | David Daney | 1 | -0/+1 |
2010-10-21 | of/flattree: Eliminate need to provide early_init_dt_scan_chosen_arch | Grant Likely | 1 | -2/+0 |
2010-10-21 | of/device: Rework to use common platform_device_alloc() for allocating devices | Grant Likely | 2 | -31/+20 |
2010-10-12 | of: use __be32 types for big-endian device tree data | Jeremy Kerr | 2 | -3/+3 |
2010-10-12 | of/irq: remove references to NO_IRQ in drivers/of/platform.c | Andres Salomon | 2 | -7/+42 |
2010-10-12 | of/promtree: add package-to-path support to pdt | Andres Salomon | 1 | -1/+42 |
2010-10-12 | of/promtree: add of_pdt namespace to pdt code | Andres Salomon | 1 | -20/+20 |
2010-10-12 | of/promtree: no longer call prom_ functions directly; use an ops structure | Andres Salomon | 1 | -22/+18 |
2010-10-10 | of/promtree: make drivers/of/pdt.c no longer sparc-only | Andres Salomon | 3 | -16/+44 |
2010-10-09 | sparc: break out some PROM device-tree building code out into drivers/of | Andres Salomon | 1 | -0/+215 |
2010-08-06 | of/device: Replace struct of_device with struct platform_device | Grant Likely | 1 | -1/+1 |
2010-08-01 | of/platform: Register of_platform_drivers with an "of:" prefix | Grant Likely | 1 | -0/+16 |
2010-07-30 | of/spi: call of_register_spi_devices() from spi core code | Anatolij Gustschin | 1 | -4/+6 |
2010-07-30 | of/device: Make of_device_make_bus_id() usable by other code. | Grant Likely | 1 | -1/+1 |
2010-07-24 | of/irq: Fix endian issues in parsing interrupt specifiers | Grant Likely | 1 | -6/+7 |
2010-07-24 | of: Fix phandle endian issues | Grant Likely | 3 | -11/+11 |
2010-07-24 | of/flattree: fix of_flat_dt_is_compatible() to match the full compatible string | Stuart Yoder | 1 | -1/+1 |
2010-07-24 | of: remove of_default_bus_ids | Jonas Bonn | 1 | -3/+1 |
2010-07-24 | of: make of_find_device_by_node generic | Jonas Bonn | 1 | -0/+20 |
2010-07-24 | of/device: Replace of_device with platform_device in includes and core code | Grant Likely | 2 | -23/+23 |
2010-07-24 | of/device: Protect against binding of_platform_drivers to non-OF devices | Grant Likely | 1 | -1/+6 |
2010-07-24 | of: Merge of_platform_bus_type with platform_bus_type | Grant Likely | 2 | -3/+69 |
2010-07-18 | of/device: Fix build errors for non-ppc and non-microblaze | Grant Likely | 1 | -0/+6 |
2010-07-18 | of/flattree: Fix crash when device tree absent | Grant Likely | 1 | -0/+2 |
2010-07-14 | of/flattree: Use common ALIGN() macro instead of arch specific _ALIGN | Grant Likely | 1 | -10/+10 |
2010-07-14 | drivers/of: fix build error when CONFIG_PPC_DCR is set | Grant Likely | 1 | -0/+4 |
2010-07-05 | proc: unify PROC_DEVICETREE config | Andres Salomon | 1 | -0/+8 |
2010-07-05 | of: Put all CONFIG_OF dependencies into a Kconfig menu block | Grant Likely | 1 | -9/+16 |
2010-07-05 | of: define CONFIG_OF globally so architectures can select it | Stephen Rothwell | 1 | -0/+3 |
2010-07-05 | of: Fix missing include | Grant Likely | 1 | -0/+1 |
2010-07-05 | of: refactor of_modalias_node() and remove explicit match table. | Grant Likely | 1 | -55/+9 |
2010-07-05 | of/i2c: Generalize OF support | Grant Likely | 2 | -22/+30 |
2010-07-05 | of/device: Add OF style matching helper function | Grant Likely | 1 | -1/+1 |
2010-07-05 | of/gpio: fix of_gpio includes | Grant Likely | 1 | -3/+4 |
2010-07-05 | of/gpio: add default of_xlate function if device has a node pointer | Anton Vorontsov | 1 | -9/+24 |
2010-07-05 | of/gpio: stop using device_node data pointer to find gpio_chip | Grant Likely | 1 | -3/+12 |
2010-07-05 | of/gpio: Kill of_gpio_chip and add members directly to gpio_chip | Anton Vorontsov | 1 | -26/+24 |
2010-07-05 | of/device: populate platform_device (of_device) resource table on allocation | Grant Likely | 1 | -2/+27 |
2010-07-05 | of: Merge of_device_alloc() and of_device_make_bus_id() | Grant Likely | 1 | -0/+87 |
2010-07-05 | of/device: Merge of_platform_bus_probe() | Grant Likely | 1 | -0/+143 |
2010-07-05 | of: Modify of_device_get_modalias to be passed struct device | Grant Likely | 1 | -10/+6 |
2010-07-05 | of/device: merge of_device_uevent | Grant Likely | 1 | -0/+48 |
2010-07-05 | of: Use full node name in resource structures | Grant Likely | 2 | -1/+2 |
2010-07-05 | of/address: restrict 'no-ranges' kludge to powerpc | Grant Likely | 1 | -1/+10 |
2010-07-05 | of/address: little-endian fixes | Grant Likely | 1 | -5/+7 |
2010-07-05 | of/address: Merge all of the bus translation code | Grant Likely | 1 | -3/+514 |
2010-07-05 | of/address: merge of_address_to_resource() | Grant Likely | 1 | -0/+51 |
2010-07-05 | of/address: merge of_iomap() | Grant Likely | 3 | -0/+27 |