aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-18of/device: Fix build errors for non-ppc and non-microblazeGrant Likely1-0/+6
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 Likely1-10/+10
2010-07-14drivers/of: fix build error when CONFIG_PPC_DCR is setGrant Likely1-0/+4
2010-07-05proc: unify PROC_DEVICETREE configAndres Salomon1-0/+8
2010-07-05of: Put all CONFIG_OF dependencies into a Kconfig menu blockGrant Likely1-9/+16
2010-07-05of: define CONFIG_OF globally so architectures can select itStephen Rothwell1-0/+3
2010-07-05of: Fix missing includeGrant Likely1-0/+1
2010-07-05of: refactor of_modalias_node() and remove explicit match table.Grant Likely2-55/+17
2010-07-05i2c: Add OF-style registration and bindingGrant Likely4-9/+9
2010-07-05of/i2c: Generalize OF supportGrant Likely5-25/+36
2010-07-05niu: always include of_device.hRandy Dunlap1-3/+0
2010-07-05of/device: Add OF style matching helper functionGrant Likely1-1/+1
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 Vorontsov3-10/+29
2010-07-05of/gpio: stop using device_node data pointer to find gpio_chipGrant Likely2-3/+44
2010-07-05of/gpio: Kill of_gpio_chip and add members directly to gpio_chipAnton Vorontsov2-35/+31
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 Likely1-0/+87
2010-07-05of/device: Merge of_platform_bus_probe()Grant Likely1-0/+143
2010-07-05of: Modify of_device_get_modalias to be passed struct deviceGrant Likely2-14/+7
2010-07-05of/device: merge of_device_ueventGrant Likely1-0/+48
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 Likely1-3/+514
2010-07-05of/address: merge of_address_to_resource()Grant Likely1-0/+51
2010-07-05of/address: merge of_iomap()Grant Likely3-0/+27
2010-07-05of/irq: little endian fixesRob Herring1-8/+9
2010-07-05of/irq: merge irq mapping codeGrant Likely1-0/+301
2010-06-28of/irq: Move irq_of_parse_and_map() to common codeGrant Likely5-0/+52
2010-06-28of: kill struct of_deviceGrant Likely1-2/+2
2010-06-28sparc/of: Move of_device fields into struct pdev_archdataGrant Likely18-35/+35
2010-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds6-9/+63
2010-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds4-90/+12
2010-06-11PCI: hotplug/cpqphp, fix NULL dereferenceJiri Slaby1-0/+7
2010-06-11Revert "PCI: create function symlinks in /sys/bus/pci/slots/N/"Jesse Barnes2-85/+0
2010-06-11PCI: change resource collision messages from KERN_ERR to KERN_INFOBjorn Helgaas1-5/+5
2010-06-11Merge branch 'wimax-2.6.35.y' of git://git.kernel.org/pub/scm/linux/kernel/git/inaky/wimaxDavid S. Miller1-1/+1
2010-06-11wimax/i2400m: fix missing endian correction read in fw loaderInaky Perez-Gonzalez1-1/+1
2010-06-11Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds3-10/+11
2010-06-10net8139: fix a race at the end of NAPIFigo.zhang2-2/+2
2010-06-10sata_sil24: Use memory barriers before issuing commandsCatalin Marinas1-0/+10
2010-06-10sata_sil24: memset() overflowDan Carpenter1-1/+1
2010-06-09r8169: fix mdio_read and update mdio_write according to hw specsTimo Teräs1-3/+9
2010-06-09gianfar: Revive the driver for eTSEC devices (disable timestamping)Anton Vorontsov1-2/+1
2010-06-09phylib: Add support for the LXT973 phy.Richard Cochran1-1/+50
2010-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds15-205/+281
2010-06-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller12-204/+274