summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2014-02-13gpio: pca953x: Add devices to Kconfig helpAaron Sierra
2014-02-13gpio: adp5588 - add support for gpio namesJean-Francois Dagenais
2014-02-13gpio: adp5588: get value from data out when dir is outJean-Francois Dagenais
2014-02-12gpiolib: ACPI: remove gpio_to_desc() usageAlexandre Courbot
2014-02-12gpiolib: add gpiochip_get_desc() driver functionAlexandre Courbot
2014-02-12GPIO: gpiolib: correct description of gpiod_direction_outputRahul Bedarkar
2014-02-12gpio: mvebu: use chained_irq_{enter,exit} for GIC compatibilityThomas Petazzoni
2014-02-12gpio: ich: Add output levels cache supportVincent Donnefort
2014-02-12gpio: ich: Add support for multiple register addressesVincent Donnefort
2014-02-12gpio: ich: Add blink capability optionVincent Donnefort
2014-02-07gpio: make gpiod_direction_output take a logical valuePhilipp Zabel
2014-02-06gpio: generic: clamp retured value to [0,1]Linus Walleij
2014-02-06gpio: clps711x: Add missing .owner to struct gpio_chipAxel Lin
2014-02-06gpio: pl061: Select IRQ_DOMAIN rather than GENERIC_IRQ_CHIPAxel Lin
2014-02-06gpio: generic: Add label to platform dataPawel Moll
2014-02-06gpio: bcm281xx: Use "unsigned gpio" consistently throughout the codeMarkus Mayer
2014-02-06gpio: gpiolib-of: Use PTR_ERR_OR_ZEROSachin Kamat
2014-02-06gpio: bcm281xx: Centralize register lockingMarkus Mayer
2014-02-06gpio: bcm281xx: Fix parameter name for GPIO_CONTROL macroMarkus Mayer
2014-02-03gpio: intel-mid: comments cleanupDavid Cohen
2014-02-03gpio: pl061: remove confusing namingLinus Walleij
2014-02-03gpio: pl061: refactor type settingLinus Walleij
2014-02-03gpio: pl061: lock IRQs when starting themLinus Walleij
2014-02-03gpio: pl061: proper error messagesLinus Walleij
2014-02-02parisc/sti_console: prefer Linux fonts over built-in ROM fontsHelge Deller
2014-02-02Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-02-02Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-02-02hwmon: Fix SENSORS_TMP102 dependencies to eliminate build errorsJean Delvare
2014-02-02hwmon: Fix SENSORS_LM75 dependencies to eliminate build errorsJean Delvare
2014-02-01Merge tag 'staging-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-02-01Revert "PCI: Remove from bus_list and release resources in pci_release_dev()"Rafael J. Wysocki
2014-01-31clocksource: kona: Add basic use of external clockTim Kryger
2014-01-31Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2014-01-31drivers: bus: fix CCI driver kcalloc call parameters swapLorenzo Pieralisi
2014-01-31Merge tag 'mvebu-fixes-3.13-2' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson
2014-01-31Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-01-31Merge tag 'pm+acpi-3.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-01-31Merge tag 'stable/for-linus-3.14-rc0-late-tag' of git://git.kernel.org/pub/sc...Linus Torvalds
2014-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2014-01-31drivers: xen: deaggressive selfballoon driverBob Liu
2014-01-31xen/grant-table: Avoid m2p_override during mappingZoltan Kiss
2014-01-30Merge tag 'upstream-3.14-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds
2014-01-30Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2014-01-30Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2014-01-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2014-01-30zram: remove zram->lock in read path and change it with mutexMinchan Kim
2014-01-30zram: remove workqueue for freeing removed pending slotMinchan Kim
2014-01-30zram: introduce zram->tb_lockMinchan Kim
2014-01-30zram: use atomic operation for statMinchan Kim
2014-01-30zram: remove unnecessary freeMinchan Kim