Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
d8ecdce1549abc8c8b2a1be06bf86fd6ebaef4be
/
drivers
/
gpio
/
gpio-pca953x.c
fc3df7c
gpio: pca953x: Fix AI overflow on PCAL6524
by Marek Vasut
· 6 years ago
6f29e4c
gpio: pca953x: Fix dereference of irq data in shutdown
by Mark Walton
· 6 years ago
72b38ca
gpio: pca953x: suppress interrupts warning when not applicable
by Baruch Siach
· 6 years ago
644f3da
gpio: pca953x: Include the right header
by Linus Walleij
· 6 years ago
d5dbf9c
gpio: pca953x: fix address calculation for pcal6524
by H. Nikolaus Schaller
· 6 years ago
394aeef
gpio: pca953x: define masks for addressing common and extended registers
by H. Nikolaus Schaller
· 6 years ago
0cdf21b
gpio: pca953x: set the PCA_PCAL flag also when matching by DT
by H. Nikolaus Schaller
· 6 years ago
0a70fe0
gpio: pca953x: Clear irq trigger type on irq shutdown
by Grigoryev Denis
· 7 years ago
a0ecbcc
gpio: pca953x: add more register definitions for pcal6524
by H. Nikolaus Schaller
· 7 years ago
6315d23
gpio: pca953x: add more register definitions for pcal953x
by H. Nikolaus Schaller
· 7 years ago
0950c19
gpio: pca953x: convert register constants to hex
by H. Nikolaus Schaller
· 7 years ago
67bab93
gpio: pca953x: Use of_device_get_match_data()
by Thierry Reding
· 7 years ago
3a711e0
gpio: pca953x: add compatibility for pcal6524 and pcal9555a
by H. Nikolaus Schaller
· 7 years ago
8a64e55
gpio: pca953x: fix vendor prefix for PCA9654
by Sergei Shtylyov
· 7 years ago
f0fbe7b
gpio: Move irqdomain into struct gpio_irq_chip
by Thierry Reding
· 7 years ago
b2dc411
gpio: pca953x: remove incorrect le16_to_cpu calls
by Andy Shevchenko
· 7 years ago
1b9a0c2
gpio: move tca9554 from pcf857x to pca953x
by Anders Darander
· 8 years ago
96530b3
gpio: pca953x: Expand comment for "reset" GPIO in ACPI case
by Andy Shevchenko
· 8 years ago
b413d7a
gpio: pca953x: Sort headers alphabetically
by Andy Shevchenko
· 8 years ago
66e5719
gpio: pca953x: Introduce a long awaited ->get_direction()
by Andy Shevchenko
· 8 years ago
054ccde
gpio: pca953x: Add optional reset gpio control
by Steve Longerbeam
· 8 years ago
061ad50
Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 8 years ago
acf1fcf
Merge branch 'thread-irq-simpler' into devel
by Linus Walleij
· 8 years ago
d245b3f
gpio: simplify adding threaded interrupts
by Linus Walleij
· 8 years ago
386377b
gpio: pca953x: Move memcpy into mutex lock for set multiple
by Phil Reid
· 8 years ago
53f8d32
gpio: pca953x: Fix corruption of other gpios in set_multiple.
by Phil Reid
· 8 years ago
1208c93
gpio: pca953x: Add MAX7318 compatible
by Marek Vasut
· 8 years ago
74f47f0
gpio: pca953x: add a comment explaining the need for a lockdep subclass
by Bartosz Golaszewski
· 8 years ago
87840a2
Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 8 years ago
6212e1d
gpio: pca953x: variable 'id' was used twice
by Wolfram Sang
· 8 years ago
559b469
gpio: pca953x: fix an incorrect lockdep warning
by Bartosz Golaszewski
· 8 years ago
d147d54
Revert "gpio: pca953x: initialize ret to zero to avoid returning garbage"
by Linus Walleij
· 8 years ago
313b9a9
gpio: pca953x: initialize ret to zero to avoid returning garbage
by Colin Ian King
· 8 years ago
ea3d579
gpio: pca953x: coding style fixes
by Bartosz Golaszewski
· 8 years ago
60f547b
gpio: pca953x: remove an unused variable
by Bartosz Golaszewski
· 8 years ago
c6e3cf0
gpio: pca953x: refactor pca953x_read_regs()
by Bartosz Golaszewski
· 8 years ago
7acc66e
gpio: pca953x: refactor pca953x_write_regs()
by Bartosz Golaszewski
· 8 years ago
53661f3b
gpio: pca953x: code shrink
by Bartosz Golaszewski
· 8 years ago
bf62efe
gpio: pca954x: fix undefined error code from remove
by Arnd Bergmann
· 8 years ago
e23efa3
gpio: pca954x: Add vcc regulator and enable it
by Phil Reid
· 8 years ago
747e42a1c
gpio: pca953x: enable driver on Intel Edison
by Andy Shevchenko
· 8 years ago
a246b81
gpio: pca953x: Fix NBANK calculation for PCA9536
by Vignesh R
· 8 years ago
c4d1cbd
gpio: pca953x: enfore type for i2c_smbus_write_word_data()
by Andy Shevchenko
· 8 years ago
8c7a92d
gpio: pca953x: remove redundant assignments
by Andy Shevchenko
· 8 years ago
353661d
gpio: pca953x: Add support for TI PCA9536
by Vignesh R
· 8 years ago
1eccc6e
Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 8 years ago
44896be
gpio: pca953x: add PCAL9535 interrupt support for Galileo Gen2
by Yong Li
· 9 years ago
9b8e3ec
gpio: pca953x: Use correct u16 value for register word write
by Yong Li
· 9 years ago
e0a8604
gpio: pca953x: Fix pca953x_gpio_set_multiple() on 64-bit
by Geert Uytterhoeven
· 9 years ago
0ece84f
gpio: pca953x: Use devm_gpiochip_add_data() for gpio registration
by Laxman Dewangan
· 9 years ago
468e67f
gpio: pca953x: use gpiochip data pointer
by Linus Walleij
· 9 years ago
b4818af
gpio: pca953x: Add set_multiple to allow multiple bits to be set in one write.
by Phil Reid
· 9 years ago
c2369d3
gpio: pca953x: make inclusion of <linux/of_platform.h> unconditional
by Linus Walleij
· 9 years ago
6f29c9a
gpio: pca935x: fix of-only probed devices
by Ben Dooks
· 9 years ago
9f49f6d
gpio: pca953x: add onsemi,pca9654 id
by Ben Dooks
· 9 years ago
58383c78
gpio: change member .dev to .parent
by Linus Walleij
· 9 years ago
f32517b
gpio: pca953x: support ACPI devices found on Galileo Gen2
by Andy Shevchenko
· 9 years ago
c666414
gpio: pca953x: store driver_data for future use
by Andy Shevchenko
· 9 years ago
2db8aba
gpio: pca953x: Add TI TCA9539 support
by Thierry Reding
· 9 years ago
c75a377
gpio: Fix error checking in the function device_pca957x_init
by Nicholas Krause
· 9 years ago
fdd5040
gpio: pca953x: fix nested irqs rescheduling
by Grygorii Strashko
· 9 years ago
b6ac128
gpio: Prevent an integer overflow in the pca953x driver
by Joshua Scott
· 9 years ago
20a8a96
Drivers: gpio: Fix spelling errors
by Colin Cronin
· 9 years ago
4bb9334
gpio: pca953x: Drop deprecated DT bindings
by Markus Pargmann
· 10 years ago
9f5132a
gpio: remove all usage of gpio_remove retval in driver/gpio
by abdoulaye berthe
· 10 years ago
7bcbce5
gpio: pca953x: use gpiolib irqchip helpers
by Linus Walleij
· 11 years ago
9132913
gpio: pca953x: request a shared interrupt
by Toby Smith
· 11 years ago
3275d07
gpio: pca953x: return IRQ_NONE when appropriate
by Toby Smith
· 11 years ago
2b1f597
gpio: pca953x: Fix gpio_base may not default to -1
by Aaron Sierra
· 11 years ago
e73760a
gpio: pca953x: Add Exar XRA1202
by Aaron Sierra
· 11 years ago
eb32b5a
gpio: pca953x: Add NXP PCA9698
by Aaron Sierra
· 11 years ago
1e19169
gpio: pca953x: Add devices to Kconfig help
by Aaron Sierra
· 11 years ago
9fb1f39
gpio/pinctrl: make gpio_chip members typed boolean
by Linus Walleij
· 11 years ago
e5304db
gpio: pca953x: Don't flip bits on PCA957x GPIO expanders when probing them.
by Graeme Smecher
· 11 years ago
27c7651
Merge tag 'gpio-v3.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 11 years ago
5877457
gpio: (gpio-pca953x) move header to linux/platform_data/
by Vivien Didelot
· 11 years ago
40a625d
gpio: pca953x: fix gpio input on gpio offsets >= 8
by Andrew Ruder
· 11 years ago
e56aee1
gpio: use dev_get_platdata()
by Jingoo Han
· 11 years ago
30c67e9
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux
by Linus Torvalds
· 12 years ago
e7a7f97
gpio: pca953x: fix irq_domain_add_simple usage
by Alexandre Belloni
· 12 years ago
50e4443
gpio: gpio-pca953x.c: fix checkpatch error
by Laurent Navet
· 12 years ago
b42748c
gpio: pca953x: use managed resources
by Linus Walleij
· 12 years ago
0e8f2fd
gpio: pca953x: use simple irqdomain
by Gregory CLEMENT
· 12 years ago
89f5df0
gpio: pca953x: add support for pca9505
by Gregory CLEMENT
· 12 years ago
f5f0b7a
gpio: pca953x: make the register access by GPIO bank
by Gregory CLEMENT
· 12 years ago
cff2f74
Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
3836309
gpio: remove use of __devinit
by Bill Pemberton
· 12 years ago
ed32620
gpio: pca953x: Add compatible strings to gpio-pca953x driver
by Maxime Ripard
· 12 years ago
55ecd26
gpio: pca953x: Register an IRQ domain
by Maxime Ripard
· 12 years ago
ca3ffe9
gpio/pca953x: increase variables size to support 24 bit of data
by Leed Aguilar
· 12 years ago
6a7b36a
GPIO: PCA953X: Increase size of invert variable to support 24 bit
by Chandrabhanu Mahapatra
· 12 years ago
96b7064
gpio/tca6424: merge I2C transactions, remove cast
by Andreas Schallenberg
· 12 years ago
ae79c19
Add support for TCA6424A
by Andreas Schallenberg
· 13 years ago
404ba2b
gpio: pca953x: Staticise pca953x_get_altdata()
by Mark Brown
· 13 years ago
80f01ca
Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
7ea2aa2
gpio: pca953x: propagate the errno from the chip_init functions
by Wolfram Sang
· 13 years ago
f0eb824
gpio: pca953x: remove unneeded check for chip type
by Wolfram Sang
· 13 years ago
25fcf2b
gpio-pca953x: fix gpio_base
by Hartmut Knaack
· 13 years ago
a57339b
gpio/pca953x: Deprecate meaningless device-tree bindings
by David Jander
· 13 years ago
c6dcf59
gpio/pca953x: Remove dynamic platform data pointer
by David Jander
· 13 years ago
Next »