index
:
litmus-rt-budgetable-locks.git/.git
update_litmus_2019
Unnamed repository; edit this file 'description' to name the repository.
Zelin Tong
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Commit message (
Expand
)
Author
Age
*
gpio: Fix gpiochip_add_data_with_key() error path
Geert Uytterhoeven
2019-04-25
*
gpio: eic: sprd: Fix incorrect irq type setting for the sync EIC
Baolin Wang
2019-04-11
*
Merge tag 'gpio-v5.1-rc3-fixes-for-linus' of git://git.kernel.org/pub/scm/lin...
Linus Walleij
2019-03-28
|
\
|
*
gpio: mockup: use simple_read_from_buffer() in debugfs read callback
Bartosz Golaszewski
2019-03-28
|
*
gpio: mockup: fix debugfs read
Bartosz Golaszewski
2019-03-27
|
*
Revert "gpio: use new gpio_set_config() helper in more places"
Andrew Jeffery
2019-03-27
|
*
gpio: aspeed: fix a potential NULL pointer dereference
Kangjie Lu
2019-03-25
*
|
gpio: of: Fix of_gpiochip_add() error path
Geert Uytterhoeven
2019-03-28
*
|
gpio: of: Check for "spi-cs-high" in child instead of parent node
Andrey Smirnov
2019-03-28
*
|
gpio: of: Check propname before applying "cs-gpios" quirks
Andrey Smirnov
2019-03-28
|
/
*
gpio: adnp: Fix testing wrong value in adnp_gpio_direction_input
Axel Lin
2019-03-22
*
gpio: exar: add a check for the return value of ida_simple_get fails
Kangjie Lu
2019-03-22
*
Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-03-09
|
\
|
*
PCI: Move Rohm Vendor ID to generic list
Andy Shevchenko
2019-02-01
*
|
Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2019-03-08
|
\
\
|
*
|
gpio: gpio-omap: fix level interrupt idling
Russell King
2019-03-08
|
*
|
gpio: amd-fch: Set proper output level for direction_output
Axel Lin
2019-03-08
|
*
|
gpio: pca953x: Use PCA_LATCH_INT
Andy Shevchenko
2019-03-08
|
*
|
gpio: pca953x: Fix dereference of irq data in shutdown
Mark Walton
2019-03-01
|
*
|
gpio: amd-fch: Fix type error found by sparse
Linus Walleij
2019-03-01
|
*
|
gpio: amd-fch: Drop const from resource
Linus Walleij
2019-02-25
|
*
|
gpio: mxc: add check to return defer probe if clock tree NOT ready
Anson Huang
2019-02-25
|
*
|
gpio: ftgpio: Register per-instance irqchip
Linus Walleij
2019-02-25
|
*
|
gpio: AMD G-Series PCH gpio driver
Enrico Weigelt, metux IT consult
2019-02-22
|
*
|
gpio: tqmx86: Set proper output level for direction_output
Axel Lin
2019-02-21
|
*
|
gpio: sprd: Change to use SoC compatible string
Baolin Wang
2019-02-21
|
*
|
gpio: of: Handle both enable-gpio{,s}
Marek Vasut
2019-02-21
|
*
|
gpio: of: Restrict enable-gpio quirk to regulator-gpio
Thierry Reding
2019-02-21
|
*
|
gpio: davinci: use devm_platform_ioremap_resource()
Bartosz Golaszewski
2019-02-21
|
*
|
gpio: pca953x: Add wake-up support
Geert Uytterhoeven
2019-02-20
|
*
|
Merge tag 'gpio-v5.1-updates-for-linus-part-2' of git://git.kernel.org/pub/sc...
Linus Walleij
2019-02-20
|
|
\
\
|
|
*
|
gpio: mockup: rework debugfs interface
Bartosz Golaszewski
2019-02-19
|
|
*
|
gpio: mockup: change the signature of unlocked get/set helpers
Bartosz Golaszewski
2019-02-19
|
|
*
|
gpio: mockup: change the type of 'offset' to unsigned int
Bartosz Golaszewski
2019-02-19
|
|
*
|
gpio: mockup: don't create the debugfs link named after the label
Bartosz Golaszewski
2019-02-19
|
|
*
|
gpio: mockup: implement get_multiple()
Bartosz Golaszewski
2019-02-19
|
|
*
|
gpio: mockup: add locking
Bartosz Golaszewski
2019-02-19
|
*
|
|
gpio: tegra: Fix offset of pinctrl calls
Linus Walleij
2019-02-19
|
*
|
|
gpio: of: Apply regulator-gpio quirk only to enable-gpios
Marek Vasut
2019-02-17
|
*
|
|
Merge tag 'intel-gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Walleij
2019-02-17
|
|
\
\
\
|
|
*
|
|
gpio: wcove: Convert to use SPDX identifier
Andy Shevchenko
2019-02-08
|
|
*
|
|
gpio: msic: Convert to use SPDX identifier
Andy Shevchenko
2019-02-08
|
|
*
|
|
gpio: crystalcove: Convert to use SPDX identifier
Andy Shevchenko
2019-02-08
|
|
*
|
|
gpio: wcove: Fix indentation
Andy Shevchenko
2019-02-08
|
|
*
|
|
gpio: wcove: Sort headers alphabetically
Andy Shevchenko
2019-02-08
|
|
*
|
|
gpio: msic: Sort headers alphabetically
Andy Shevchenko
2019-02-08
|
|
*
|
|
gpio: crystalcove: Sort headers alphabetically
Andy Shevchenko
2019-02-08
|
|
*
|
|
gpio: msic: Remove duplicate check in IRQ handler
Andy Shevchenko
2019-02-08
|
|
*
|
|
gpio: wcove: Allow return negative error code from to_reg()
Andy Shevchenko
2019-02-08
|
|
*
|
|
gpio: crystalcove: Use for_each_set_bit() in IRQ handler
Andy Shevchenko
2019-02-08
|
|
|
|
/
|
|
|
/
|
[next]