summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpio: em: Use irq_domain_add_simple() to fix runtime errorMagnus Damm2013-02-141-1/+2
* gpio: using common order: let 'static const' instead of 'const static'Chen Gang2013-02-111-3/+3
* gpio/vt8500: memory cleanup missingTony Prisk2013-02-111-12/+49
* gpiolib: Fix locking on gpio debugfs filesGrant Likely2013-02-111-3/+9
* gpiolib: let gpio_chip reference its descriptorsAlexandre Courbot2013-02-111-16/+23
* gpiolib: use descriptors internallyAlexandre Courbot2013-02-111-176/+338
* gpiolib: use gpio_chips list in gpiochip_find_baseAlexandre Courbot2013-02-091-21/+16
* gpiolib: use gpio_chips list in sysfs opsAlexandre Courbot2013-02-091-27/+10
* gpiolib: use gpio_chips list in gpiochip_findAlexandre Courbot2013-02-091-10/+7
* gpiolib: use gpio_chips list in gpiolib_sysfs_initAlexandre Courbot2013-02-091-5/+2
* gpiolib: link all gpio_chips using a listAlexandre Courbot2013-02-091-7/+44
* Merge branch 'linusw/devel' of git://git.kernel.org/pub/scm/linux/kernel/git/...Grant Likely2013-02-0511-294/+463
|\
| * gpiolib: add missing braces in gpio_direction_showAlexandre Courbot2013-02-041-2/+3
| * gpiolib-acpi: Fix error checks in interrupt requestingMathias Nyman2013-02-041-2/+7
| * gpio: mpc8xxx: don't set IRQ_TYPE_NONE when creating irq mappingAnatolij Gustschin2013-02-041-1/+0
| * gpiolib: remove gpiochip_reserve()Alexandre Courbot2013-02-041-50/+8
| * gpio: mxs: Add IRQ_TYPE_EDGE_BOTH supportGwenhael Goavec-Merou2013-01-291-0/+31
| * gpiolib-acpi: Add ACPI5 event model support to gpio.Mathias Nyman2013-01-291-0/+82
| * gpio: pca953x: use managed resourcesLinus Walleij2013-01-281-24/+8
| * gpio: pca953x: use simple irqdomainGregory CLEMENT2013-01-281-37/+28
| * gpio: pxa: set initcall level to module initHaojian Zhuang2013-01-251-6/+1
| * gpio: pca953x: add support for pca9505Gregory CLEMENT2013-01-251-0/+2
| * gpio: pca953x: make the register access by GPIO bankGregory CLEMENT2013-01-251-106/+175
| * gpio: pl061: set initcall level to module initHaojian Zhuang2013-01-221-1/+1
| * gpio: devm_gpio_* support should not depend on GPIOLIBShawn Guo2013-01-222-1/+5
| * gpio: twl4030: Cache the direction and output states in private dataPeter Ujfalusi2013-01-171-35/+65
| * gpio: twl4030: Introduce private structure to store variables needed runtimePeter Ujfalusi2013-01-171-32/+50
| * gpio: vt8500: Export dedicated GPIO before multifunction pins.Tony Prisk2013-01-101-2/+2
* | gpio/langwell: cleanup driverDavid Cohen2013-02-051-34/+17
* | gpio/langwell: Add Cloverview ids to pci device tableDavid Cohen2013-02-051-0/+2
* | gpio/lynxpoint: add chipset gpio driver.Mathias Nyman2013-02-053-0/+478
* | Merge tag 'dm-3.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2013-02-012-14/+5
|\ \
| * | dm: fix write same requests countingAlasdair G Kergon2013-01-311-2/+4
| * | dm thin: fix queue limits stackingMike Snitzer2013-01-311-12/+1
* | | Merge branch 'for-3.8/upstream-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-01-313-1/+16
|\ \ \
| * | | HID: i2c-hid: fix i2c_hid_output_raw_reportBenjamin Tissoires2013-01-311-1/+12
| * | | HID: usbhid: quirk for Formosa IR receiverNicholas Santos2013-01-032-0/+4
* | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-01-311-2/+3
|\ \ \ \
| * \ \ \ Merge tag 'efi-for-3.8' into x86/efiH. Peter Anvin2013-01-301-2/+3
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | efivarfs: Delete dentry from dcache in efivarfs_file_write()Matt Fleming2013-01-181-0/+1
| | * | | efivarfs: Never return ENOENT from firmwareMatt Fleming2013-01-181-1/+1
| | * | | efivarfs: Drop link count of the right inodeLingzhu Xiang2013-01-181-1/+1
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-01-318-8/+13
|\ \ \ \ \
| * | | | | samsung-laptop: Disable on EFI hardwareMatt Fleming2013-01-301-0/+4
| * | | | | efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming2013-01-307-8/+9
| | |/ / / | |/| | |
* | | | | Merge tag 'edac_for_3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2013-01-302-4/+4
|\ \ \ \ \
| * | | | | EDAC: Fix kcalloc argument orderJoe Perches2013-01-301-3/+3
| * | | | | EDAC: Test correct variable in ->store functionDan Carpenter2013-01-301-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-01-3021-158/+155
|\ \ \ \ \
| * \ \ \ \ Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intelDave Airlie2013-01-264-12/+36
| |\ \ \ \ \