summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* sh: clkfwk: Introduce a div_mask for variable div types.Paul Mundt2012-05-251-5/+5
* sh: clkfwk: Move to common clk_div_table accessors for div4/div6.Paul Mundt2012-05-251-11/+35
* Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-241-1/+11
|\
| * KVM: s390: add capability indicating COW supportChristian Borntraeger2012-05-171-1/+11
* | Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-05-248-14/+272
|\ \
| * | xen: do not map the same GSI twice in PVHVM guests.Stefano Stabellini2012-05-211-2/+3
| * | hvc_xen: NULL dereference on allocation failureDan Carpenter2012-05-211-2/+2
| * | xen: Add selfballoning memory reservation tunable.Jana Saout2012-05-211-1/+33
| * | xenbus: Add support for xenbus backend in stub domainDaniel De Graaf2012-05-213-0/+58
| * | xen: enter/exit lazy_mmu_mode around m2p_override callsStefano Stabellini2012-05-071-0/+19
| * | xen/acpi/sleep: Enable ACPI sleep via the __acpi_os_prepare_sleepKonrad Rzeszutek Wilk2012-05-072-1/+63
| * | xen/gnttab: add deferred freeing logicJan Beulich2012-04-171-10/+96
* | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-05-2424-429/+1042
|\ \ \
| * | | gpio/generic: initialize basic_mmio_gpio shadow variables properlyShawn Guo2012-05-195-9/+15
| * | | gpiolib: Remove 'const' from data argument of gpiochip_find()Grant Likely2012-05-181-1/+1
| * | | gpio/rc5t583: add gpio driver for RICOH PMIC RC5T583Laxman Dewangan2012-05-183-0/+190
| * | | gpiolib: quiet gpiochip_add boot message noiseH Hartley Sweeten2012-05-181-1/+1
| * | | Merge branch 'for_3.5/fixes/gpio-2' of git://git.kernel.org/pub/scm/linux/ker...Grant Likely2012-05-181-5/+4
| |\ \ \
| | * | | gpio/omap: (re)fix wakeups on level-triggered GPIOsKevin Hilman2012-05-181-3/+3
| | * | | gpio/omap: fix broken context restore for non-OFF mode transitionsKevin Hilman2012-05-181-2/+1
| * | | | gpio: mpc8xxx: Prevent NULL pointer deref in demux handlerThomas Gleixner2012-05-181-1/+2
| * | | | gpio/lpc32xx: Add device tree supportRoland Stigge2012-05-181-1/+51
| * | | | gpio: Adjust of_xlate API to support multiple GPIO chipsGrant Likely2012-05-182-43/+39
| * | | | gpiolib: Implement devm_gpio_request_one()Mark Brown2012-05-181-0/+29
| * | | | gpio-mcp23s08: dbg_show: fix pullup configuration displayPeter Korsgaard2012-05-181-1/+1
| * | | | Add support for TCA6424AAndreas Schallenberg2012-05-181-13/+30
| * | | | Merge branch 'for_3.5/gpio/cleanup' of git://git.kernel.org/pub/scm/linux/ker...Grant Likely2012-05-111-86/+26
| |\| | |
| | * | | gpio/omap: fix missing check in *_runtime_suspend()Tarun Kanti DebBarma2012-05-111-5/+8
| | * | | gpio/omap: remove cpu_is_omapxxxx() checks from *_runtime_resume()Tarun Kanti DebBarma2012-05-111-2/+2
| | * | | gpio/omap: remove suspend/resume callbacksTarun Kanti DebBarma2012-05-111-47/+0
| | * | | gpio/omap: remove retrigger variable in gpio_irq_handlerTarun Kanti DebBarma2012-05-111-3/+0
| | * | | gpio/omap: remove saved_wakeup field from struct gpio_bankTarun Kanti DebBarma2012-05-111-9/+3
| | * | | gpio/omap: remove suspend_wakeup field from struct gpio_bankTarun Kanti DebBarma2012-05-111-7/+6
| | * | | gpio/omap: remove saved_fallingdetect, saved_risingdetectTarun Kanti DebBarma2012-05-111-11/+8
| * | | | gpiolib/arches: Centralise bolierplate asm/gpio.hMark Brown2012-05-111-0/+8
| * | | | gpio: add MSIC gpio driverMathias Nyman2012-05-113-0/+348
| * | | | gpio: samsung: refactor gpiolib init for exynos4/5Olof Johansson2012-05-111-188/+215
| * | | | gpio/langwell: re-read the IRQ status register after each iterationMika Westerberg2012-05-101-3/+1
| * | | | gpio/langwell: convert to use irq_domainMika Westerberg2012-05-082-21/+30
| * | | | Merge tag 'v3.4-rc6' into gpio/nextGrant Likely2012-05-08617-4709/+9183
| |\ \ \ \
| * | | | | gpio: Move DT support code into drivers/gpioGrant Likely2012-04-075-7/+5
| * | | | | gpio: Convert drivers to use module_pci_driver()Axel Lin2012-04-074-44/+4
| * | | | | gpio/pca953x: Update GPIO_PCA953X Kconfig entry to include more supported dev...Axel Lin2012-04-061-4/+5
| * | | | | gpio/langwell: clear IRQ edge detect registers at initMika Westerberg2012-04-051-0/+21
| * | | | | gpio/langwell: allocate IRQ descriptors dynamically for SPARSE_IRQMika Westerberg2012-04-051-3/+13
| * | | | | gpio/langwell: use devm_* helpers to simplify probeMika Westerberg2012-04-051-11/+7
| * | | | | gpio: add flags to export GPIOs when requestingWolfram Sang2012-04-051-1/+11
* | | | | | Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-05-2419-550/+705
|\ \ \ \ \ \
| * | | | | | spi: By default setup spi_masters with 1 chipselect and dynamics bus numberGrant Likely2012-05-196-13/+2
| * | | | | | SPI: PRIMA2: use the newest APIs of PINCTRL to fix compiling errorsBarry Song2012-05-191-12/+8