summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-07-06of: define CONFIG_OF globally so architectures can select itStephen Rothwell1-0/+3
2010-07-06of: Fix missing includeGrant Likely1-0/+1
2010-07-06of: refactor of_modalias_node() and remove explicit match table.Grant Likely2-55/+17
2010-07-06i2c: Add OF-style registration and bindingGrant Likely4-9/+9
2010-07-06of/i2c: Generalize OF supportGrant Likely5-25/+36
2010-07-06niu: always include of_device.hRandy Dunlap1-3/+0
2010-07-06of/device: Add OF style matching helper functionGrant Likely1-1/+1
2010-07-06of/gpio: fix of_gpio includesGrant Likely1-3/+4
2010-07-06of/gpio: add default of_xlate function if device has a node pointerAnton Vorontsov3-10/+29
2010-07-06of/gpio: stop using device_node data pointer to find gpio_chipGrant Likely2-3/+44
2010-07-06of/gpio: Kill of_gpio_chip and add members directly to gpio_chipAnton Vorontsov2-35/+31
2010-07-06gpiolib: cosmetic improvements for error handling in gpiochip_add()Anton Vorontsov1-6/+12
2010-07-06of/device: populate platform_device (of_device) resource table on allocationGrant Likely1-2/+27
2010-07-06of: Merge of_device_alloc() and of_device_make_bus_id()Grant Likely1-0/+87
2010-07-06of/device: Merge of_platform_bus_probe()Grant Likely1-0/+143
2010-07-06of: Modify of_device_get_modalias to be passed struct deviceGrant Likely2-14/+7
2010-07-06of/device: merge of_device_ueventGrant Likely1-0/+48
2010-07-06of: Use full node name in resource structuresGrant Likely2-1/+2
2010-07-06of/address: restrict 'no-ranges' kludge to powerpcGrant Likely1-1/+10
2010-07-06of/address: little-endian fixesGrant Likely1-5/+7
2010-07-06of/address: Merge all of the bus translation codeGrant Likely1-3/+514
2010-07-06of/address: merge of_address_to_resource()Grant Likely1-0/+51
2010-07-06of/address: merge of_iomap()Grant Likely3-0/+27
2010-07-06of/irq: little endian fixesRob Herring1-8/+9
2010-07-06of/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-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds6-9/+63
2010-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds4-90/+12
2010-06-12PCI: hotplug/cpqphp, fix NULL dereferenceJiri Slaby1-0/+7
2010-06-12Revert "PCI: create function symlinks in /sys/bus/pci/slots/N/"Jesse Barnes2-85/+0
2010-06-12PCI: 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/gi...David 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/...Linus Torvalds3-10/+11
2010-06-11net8139: fix a race at the end of NAPIFigo.zhang2-2/+2
2010-06-11sata_sil24: Use memory barriers before issuing commandsCatalin Marinas1-0/+10
2010-06-11sata_sil24: memset() overflowDan Carpenter1-1/+1
2010-06-10r8169: fix mdio_read and update mdio_write according to hw specsTimo Teräs1-3/+9
2010-06-10gianfar: Revive the driver for eTSEC devices (disable timestamping)Anton Vorontsov1-2/+1
2010-06-10phylib: 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/linvil...David S. Miller12-204/+274
2010-06-09Merge branch 'msm-urgent' of git://codeaurora.org/quic/kernel/dwalker/linux-msmLinus Torvalds1-1/+1
2010-06-09mmc: msm: fix compile error on MSM7x30Daniel Walker1-1/+1
2010-06-09misc: Fix allocation 'borrowed' by vhost_netAlan Cox1-1/+1
2010-06-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds1-5/+19
2010-06-09Revert "drm/i915: Don't enable pipe/plane/VCO early (wait for DPMS on)."Linus Torvalds1-0/+5
2010-06-09Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds27-105/+339