aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-lpc32xx.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-03gpio: lpc32xx: remove redundant CONFIG_OF and of_match_ptr()Gravatar Zhu Wang 1-3/+1
2021-12-17gpio: Setup parent device and get rid of unnecessary of_node assignmentGravatar Andy Shevchenko 1-1/+1
2019-08-12gpio: lpc32xx: allow building on non-lpc32xx targetsGravatar Arnd Bergmann 1-50/+68
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Gravatar Thomas Gleixner 1-10/+1
2018-05-16gpio: lpc32xx: Include the right headerGravatar Linus Walleij 1-2/+1
2016-09-12gpio: lpc32xx: remove unused platform data fileGravatar Vladimir Zapolskiy 1-1/+14
2016-05-30gpio: lpc32xx: disable broken to_irq supportGravatar Sylvain Lemieux 1-47/+1
2016-02-23gpio: lpc32xx: Use devm_gpiochip_add_data() for gpio registrationGravatar Laxman Dewangan 1-1/+1
2016-01-05gpio: lpc32xx: use gpiochip data pointerGravatar Linus Walleij 1-19/+14
2015-12-26gpio: lpc32xx: Be sure to clamp return valueGravatar Linus Walleij 1-4/+4
2014-10-20gpio: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-06-19gpio: lpc32xx: Make of_device_id array constGravatar Jingoo Han 1-1/+1
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanGravatar Linus Walleij 1-6/+6
2013-12-03ARM: lpc32xx: move custom GPIO headerGravatar Linus Walleij 1-1/+1
2013-10-16gpio: lpc32xx: Include linux/of.h headerGravatar Sachin Kamat 1-0/+1
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxGravatar Linus Torvalds 1-1/+1
2013-04-16Remove GENERIC_GPIO config optionGravatar Alexandre Courbot 1-1/+1
2013-04-10gpio: lpc32xx: Fix off-by-one valid range checking for bankGravatar Axel Lin 1-1/+1
2012-11-28gpio: remove use of __devinitdataGravatar Bill Pemberton 1-1/+1
2012-11-28gpio: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-10-02Merge tag 'gpio-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/li...Gravatar Linus Torvalds 1-1/+2
2012-09-30gpio-lpc32xx: Add GPI_28Gravatar Roland Stigge 1-1/+2
2012-09-24gpio-lpc32xx: Fix value handling of gpio_direction_output()Gravatar Roland Stigge 1-0/+5
2012-07-12gpio: gpio-lpc32xx: Add gpio_to_irq mappingGravatar Roland Stigge 1-0/+65
2012-07-12gpio: LPC32xx: Driver cleanupGravatar Roland Stigge 1-8/+1
2012-05-18gpio/lpc32xx: Add device tree supportGravatar Roland Stigge 1-1/+51
2012-03-12GPIO: LPC32xx: Add output reading to GPO P3Gravatar Roland Stigge 1-0/+17
2012-03-12GPIO: LPC32xx: Fix missing bit selection maskGravatar Roland Stigge 1-1/+1
2012-01-22Correct bad gpio namingGravatar Roland Stigge 1-1/+1
2011-08-22ARM: 7045/1: mach-lpc32xx: break out GPIO driver specificsGravatar Linus Walleij 1-0/+1
2011-08-22ARM: 7044/1: mach-lpc32xx: move LPC32XX GPIO driver to GPIO subsystemGravatar Linus Walleij 1-0/+445