summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mfd/wm8994' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2011-12-12727-6343/+9310
|\
| * mfd: Convert wm8994 to use generic regmap irq_chipMark Brown2011-12-123-165/+35
| * Merge branch 'topic/irq' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2011-12-124-0/+354
| |\
| | * regmap: Add irq_base accessor to regmap_irqMark Brown2011-12-052-0/+14
| | * regmap: Report if we actually handled an interrupt in regmap-irqMark Brown2011-11-281-1/+6
| | * regmap: Add a reusable irq_chip for regmap based interrupt controllersMark Brown2011-11-084-0/+335
| * | mfd: Mark WM1811 GPIO6 register volatile for later revisionsMark Brown2011-12-123-7/+25
| * | mfd: Add missing mutex.h inclusion to WM8994 core.hMark Brown2011-12-121-0/+1
| * | mfd: Add WM1811A device ID to wm8994 driverMark Brown2011-12-121-0/+1
| * | mfd: Correct revision display for WM1811 revision DMark Brown2011-12-121-0/+5
| * | mfd: Constify WM8994 regulator_init_dataMark Brown2011-12-121-1/+1
| * | mfd: Initialise WM8994 register cache after reading chip ID registersMark Brown2011-12-123-17/+30
| * | mfd: Enable register cache for wm8994 devicesMark Brown2011-12-122-54/+30
| * | Merge branch 'topic/cache' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown2011-12-125-3/+61
| |\ \
| | * | regmap: Allow drivers to reinitialise the register cache at runtimeMark Brown2011-12-052-0/+35
| | * | regmap: Rename LZO cache type to compressedMark Brown2011-11-082-2/+2
| * | | mfd: Add wm8994 register access and default informationMark Brown2011-12-123-1/+1243
| * | | mfd: Define some additional wm8994 registersMark Brown2011-12-122-6/+102
| * | | mfd: Don't hard code the reset value for WM8994 devicesMark Brown2011-12-121-1/+2
| * | | mfd: Disable more pulls on WM8994Mark Brown2011-12-122-3/+14
| * | | mfd: Convert wm8994 to devm_kzalloc()Mark Brown2011-12-121-11/+5
| * | | mfd: Add basic device tree binding for wm8994Mark Brown2011-12-122-0/+27
| * | | mfd: Remove some unused functions in wm8894-irqMark Brown2011-12-121-10/+0
| * | | Linux 3.2-rc3v3.2-rc3Linus Torvalds2011-11-241-1/+1
| * | | Merge git://github.com/rustyrussell/linuxLinus Torvalds2011-11-245-3/+23
| |\ \ \
| | * | | virtio-pci: make reset operation saferMichael S. Tsirkin2011-11-242-0/+20
| | * | | virtio-mmio: Correct the name of the guest features selectorSasha Levin2011-11-242-2/+2
| | * | | virtio: add HAS_IOMEM dependency to MMIO platform bus driverHeiko Carstens2011-11-241-1/+1
| * | | | Merge branch 'upstream-linus' of git://github.com/jgarzik/libata-devLinus Torvalds2011-11-242-1/+5
| |\ \ \ \
| | * | | | libata: fix build without BMDMAAlexander Beregalov2011-11-171-0/+4
| | * | | | [libata] ahci_platform: fix DT probingRob Herring2011-11-171-1/+1
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2011-11-238-25/+51
| |\ \ \ \ \
| | * | | | | PCI hotplug: shpchp: don't blindly claim non-AMD 0x7450 device IDsBjorn Helgaas2011-11-142-4/+4
| | * | | | | PCI: pciehp: wait 100 ms after Link Training checkKenji Kaneshige2011-11-111-0/+8
| | * | | | | PCI: pciehp: wait 1000 ms before Link Training checkKenji Kaneshige2011-11-112-3/+8
| | * | | | | PCI: pciehp: Retrieve link speed after link is trainedYinghai Lu2011-11-071-9/+2
| | * | | | | PCI: Let PCI_PRI depend on PCIJoerg Roedel2011-10-311-0/+1
| | * | | | | PCI: Fix compile errors with PCI_ATS and !PCI_IOVJoerg Roedel2011-10-312-4/+4
| | * | | | | PCI / ACPI: Make acpiphp ignore root bridges using PCIe native hotplugRafael J. Wysocki2011-10-311-5/+24
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyh...Linus Torvalds2011-11-234-36/+70
| |\ \ \ \ \ \
| | * | | | | | eCryptfs: Extend array bounds for all filename charsTyler Hicks2011-11-231-2/+2
| | * | | | | | eCryptfs: Flush file in vma closeTyler Hicks2011-11-231-1/+22
| | * | | | | | eCryptfs: Prevent file create race conditionTyler Hicks2011-11-233-33/+46
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2011-11-231-0/+16
| |\ \ \ \ \ \ \
| | * | | | | | | ktest: Check parent options for iterated testsRabin Vincent2011-11-181-0/+16
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-11-235-24/+25
| |\ \ \ \ \ \ \
| | * | | | | | | i2c: Make i2cdev_notifier_call staticShubhrajyoti D2011-11-231-1/+1
| | * | | | | | | i2c: Delete ANY_I2C_BUSJean Delvare2011-11-231-3/+0
| | * | | | | | | i2c: Fix device name for 10-bit slave addressJean Delvare2011-11-232-18/+22
| | * | | | | | | i2c-algo-bit: Generate correct i2c address sequence for 10-bit targetJeffrey (Sheng-Hui) Chu2011-11-231-2/+2
| | | |_|_|/ / / | | |/| | | | |