aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-07-18of/device: Fix build errors for non-ppc and non-microblazeGrant Likely1-0/+6
2010-07-18of: Remove unused of_find_device_by_phandle()Grant Likely4-41/+0
2010-07-18of/flattree: Fix crash when device tree absentGrant Likely1-0/+2
2010-07-14of/flattree: Use common ALIGN() macro instead of arch specific _ALIGNGrant Likely2-17/+10
2010-07-14drivers/of: fix build error when CONFIG_PPC_DCR is setGrant Likely1-0/+4
2010-07-14of/sparc: move is_root_node() to of.hAndres Salomon4-12/+9
2010-07-05proc: unify PROC_DEVICETREE configAndres Salomon3-16/+8
2010-07-05of: Put all CONFIG_OF dependencies into a Kconfig menu blockGrant Likely3-16/+16
2010-07-05of: remove architecture CONFIG_OF definitionsStephen Rothwell3-9/+0
2010-07-05of: define CONFIG_OF globally so architectures can select itStephen Rothwell1-0/+3
2010-07-05sparc: turn CONFIG_OF into a selectStephen Rothwell1-1/+2
2010-07-05powerpc: turn CONFIG_OF into a selectStephen Rothwell1-2/+3
2010-07-05microblaze: turn CONFIG_OF into a selectStephen Rothwell1-2/+3
2010-07-05of: Fix missing includeGrant Likely1-0/+1
2010-07-05of: refactor of_modalias_node() and remove explicit match table.Grant Likely3-55/+23
2010-07-05i2c: Add OF-style registration and bindingGrant Likely4-9/+9
2010-07-05of/i2c: Generalize OF supportGrant Likely6-28/+46
2010-07-05niu: always include of_device.hRandy Dunlap1-3/+0
2010-07-05of/device: Move struct of_device define outside of CONFIG_OF_DEVICE testGrant Likely1-7/+5
2010-07-05of/device: Add OF style matching helper functionGrant Likely2-1/+20
2010-07-05of/gpio: fix of_gpio includesGrant Likely1-3/+4
2010-07-05of/gpio: add default of_xlate function if device has a node pointerAnton Vorontsov13-26/+34
2010-07-05of/gpio: stop using device_node data pointer to find gpio_chipGrant Likely8-25/+56
2010-07-05of/gpio: Kill of_gpio_chip and add members directly to gpio_chipAnton Vorontsov15-158/+129
2010-07-05gpiolib: cosmetic improvements for error handling in gpiochip_add()Anton Vorontsov1-6/+12
2010-07-05of/device: populate platform_device (of_device) resource table on allocationGrant Likely1-2/+27
2010-07-05of: Merge of_device_alloc() and of_device_make_bus_id()Grant Likely8-175/+92
2010-07-05of/device: Merge of_platform_bus_probe()Grant Likely6-297/+179
2010-07-05of: Modify of_device_get_modalias to be passed struct deviceGrant Likely4-18/+8
2010-07-05of/device: merge of_device_ueventGrant Likely6-103/+52
2010-07-05of: Use full node name in resource structuresGrant Likely2-1/+2
2010-07-05of/address: restrict 'no-ranges' kludge to powerpcGrant Likely1-1/+10
2010-07-05of/address: little-endian fixesGrant Likely1-5/+7
2010-07-05of/address: Merge all of the bus translation codeGrant Likely6-1018/+515
2010-07-05of/address: merge of_address_to_resource()Grant Likely8-117/+76
2010-07-05of/address: merge of_iomap()Grant Likely8-40/+38
2010-07-05of/irq: little endian fixesRob Herring1-8/+9
2010-07-05of/irq: merge irq mapping codeGrant Likely6-634/+330
2010-07-05of/powerpc: Move Powermac irq quirk code into powermac pic driver codeGrant Likely3-100/+81
2010-07-05of/microblaze: strip out of_irq_workarounds codeGrant Likely2-51/+0
2010-06-28of/irq: Move irq_of_parse_and_map() to common codeGrant Likely13-128/+99
2010-06-28of: kill struct of_deviceGrant Likely7-41/+23
2010-06-28sparc/of: Move of_device fields into struct pdev_archdataGrant Likely33-108/+100
2010-06-15powerpc/5200: fix lite5200 ethernet phy addressDmitry Baryshkov1-2/+2
2010-06-15powerpc/5200: Fix build error in sound code.Grant Likely1-1/+1
2010-06-15powerpc/5200: fix oops during going to standbyDmitry Baryshkov1-1/+10
2010-06-15powerpc/5200: add lite5200 onboard I2C eeprom and flashDmitry Baryshkov2-0/+29
2010-06-14maintainers: Add git trees for SPI and device treeGrant Likely1-0/+2
2010-06-13of: Drop properties with "/" in their nameMichael Ellerman1-0/+3
2010-06-11Linux 2.6.35-rc3Linus Torvalds1-1/+1