Sign in
android-kvm
/
linux
/
89621b57eef451592553227a781d12aa1a6a2556
/
drivers
/
gpio
/
gpio-mmio.c
3c938cc
gpio: use raw spinlock for gpio chip shadowed data
by Schspa Shi
· 2 years, 10 months ago
761b5c3
gpio: mmio: replace open-coded for_each_set_bit()
by Andy Shevchenko
· 4 years, 7 months ago
d19d2de
gpio: mmio: introduce BGPIOF_NO_SET_ON_INPUT
by Chuanhong Guo
· 5 years ago
0f67f16
gpio: mmio: remove untrue leftover comment
by Matti Vaittinen
· 5 years ago
e42615e
gpio: Use new GPIO_LINE_DIRECTION
by Matti Vaittinen
· 5 years ago
27157af
gpio: mmio: Drop bgpio_dir_inverted
by Linus Walleij
· 6 years ago
4f2f95e9a8
gpio: mmio: Fix bgpio_get_set & bgpio_get_set_multiple
by Jan Kotas
· 6 years ago
f69e00b
gpio: mmio: Support two direction registers
by Linus Walleij
· 6 years ago
dae5f0a
gpio: Use SPDX header for core library
by Linus Walleij
· 6 years ago
d799a4d
gpio: mmio: Fix up inverted direction registers
by Linus Walleij
· 7 years ago
07c7b6a
gpio: mmio: Also read bits that are zero
by Linus Walleij
· 7 years ago
80057cb4
gpio-mmio: Use the new .get_multiple() callback
by Linus Walleij
· 7 years ago
24efd94
gpio: mmio: Make pin2mask() a private business
by Linus Walleij
· 7 years ago
b8c9019
gpio: mmio: add support for NI 169445 NAND GPIO
by Nathan Sullivan
· 8 years ago
05cc995
gpio: mmio: add brcm,bcm6345 support
by Christian Lamparter
· 9 years ago
c0d30ec
gpio: mmio: add MyBook Live GPIO support
by Christian Lamparter
· 9 years ago
e698613
gpio: mmio: add DT support for memory-mapped GPIOs
by Álvaro Fernández Rojas
· 9 years ago
e9f4d56
gpio: rename gpio-generic.c into gpio-mmio.c
by Christian Lamparter
· 9 years ago
[Renamed from drivers/gpio/gpio-generic.c]
8f01c9d
gpio: generic: fix GPIO_GENERIC_PLATFORM is set to module case
by Christian Lamparter
· 9 years ago
c05f813
gpio: generic: Use devm_gpiochip_add_data() for gpio registration
by Laxman Dewangan
· 9 years ago
0f4630f
gpio: generic: factor into gpio_chip struct
by Linus Walleij
· 9 years ago
4b63739
gpio: generic: fix signedness bug found by cppcheck
by Linus Walleij
· 9 years ago
0529357
Merge tag 'v4.4-rc6' into devel
by Linus Walleij
· 9 years ago
67a76aa
gpio: generic: clamp values from bgpio_get_set()
by Linus Walleij
· 9 years ago
58383c78
gpio: change member .dev to .parent
by Linus Walleij
· 9 years ago
b2f68b6
gpio: generic: Revert to old error handling in bgpio_map
by Guenter Roeck
· 9 years ago
8d24026
gpio: generic: use error pointers
by Heiner Kallweit
· 9 years ago
43960b4
gpio: generic: modernize remapping
by Heiner Kallweit
· 9 years ago
cf3f2a2
gpio: generic: improve error handling in bgpio_map
by Heiner Kallweit
· 9 years ago
91492a4
gpio: generic: support input-only chips
by Rabin Vincent
· 10 years ago
db3b0fc
gpio: generic: add get_direction support
by Philipp Zabel
· 10 years ago
b19e7f5
gpio: gpio-generic: add flag to read out output value from reg_set
by Vladimir Zapolskiy
· 10 years ago
73c4ced
gpio-generic: add bgpio_set_multiple functions
by Rojhalat Ibrahim
· 10 years ago
9f5132a
gpio: remove all usage of gpio_remove retval in driver/gpio
by abdoulaye berthe
· 11 years ago
7b42e3d
gpio: generic: add request function pointer
by Anthony Fee
· 11 years ago
1933853
gpio: generic: Use platform_device_id->driver_data field for driver flags
by Alexander Shiyan
· 11 years ago
25b35da
gpio: generic: clamp retured value to [0,1]
by Linus Walleij
· 11 years ago
781f6d7
gpio: generic: Add label to platform data
by Pawel Moll
· 11 years ago
2ce7c62d
GPIO: gpio-generic: remove kfree() from bgpio_remove call
by Alexander Shiyan
· 12 years ago
2b78f1e
gpio: gpio-generic: Add 16 and 32 bit big endian byte order support
by Andreas Larsson
· 12 years ago
206210c
gpio: remove use of __devexit
by Bill Pemberton
· 12 years ago
3836309
gpio: remove use of __devinit
by Bill Pemberton
· 12 years ago
8283c4f
gpio: remove use of __devexit_p
by Bill Pemberton
· 12 years ago
3e11f7b
gpio/generic: initialize basic_mmio_gpio shadow variables properly
by Shawn Guo
· 13 years ago
6f61415
gpio: Convert GPIO drivers to module_platform_driver
by Mark Brown
· 13 years ago
4f5b048
drivers/gpio/gpio-generic.c: fix build errors
by Russell King
· 13 years ago
c103de2
gpio: reorganize drivers
by Grant Likely
· 14 years ago
[Renamed (98%) from drivers/gpio/basic_mmio_gpio.c]
280df6b
basic_mmio_gpio: split into a gpio library and platform device
by Jamie Iles
· 14 years ago
fd99623
basic_mmio_gpio: convert to non-__raw* accessors
by Jamie Iles
· 14 years ago
3102911
basic_mmio_gpio: support direction registers
by Jamie Iles
· 14 years ago
dd86a0c
basic_mmio_gpio: support different input/output registers
by Jamie Iles
· 14 years ago
e027d6f
basic_mmio_gpio: detect output method at probe time
by Jamie Iles
· 14 years ago
364b5e8
basic_mmio_gpio: request register regions
by Jamie Iles
· 14 years ago
924e7a9
basic_mmio_gpio: allow overriding number of gpio
by Jamie Iles
· 14 years ago
4ddb8ae
basic_mmio_gpio: convert to platform_{get,set}_drvdata()
by Jamie Iles
· 14 years ago
8467afe
basic_mmio_gpio: remove runtime width/endianness evaluation
by Jamie Iles
· 14 years ago
aeec56e
gpio: add driver for basic memory-mapped GPIO controllers
by Anton Vorontsov
· 14 years ago