aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sh-pfc/gpio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-23pinctrl: sh-pfc: Include the right headerLinus Walleij1-1/+1
2019-08-08pinctrl: sh-pfc: Use dev_notice_once() instead of open-codingGeert Uytterhoeven1-7/+2
2019-04-02pinctrl: sh-pfc: Introduce PINCTRL_SH_FUNC_GPIO helper symbolGeert Uytterhoeven1-4/+4
2018-09-11pinctrl: sh-pfc: Convert to SPDX identifiersKuninori Morimoto1-4/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-3/+4
2017-09-22pinctrl/gpio: Unify namespace for cross-callsLinus Walleij1-2/+2
2016-06-21pinctrl: sh-pfc: Convert to devm_gpiochip_add_data()Geert Uytterhoeven1-12/+1
2016-05-11pinctrl: sh-pfc: Let gpio_chip.to_irq() return zero on errorGeert Uytterhoeven1-1/+1
2016-01-05pinctrl: sh-pfc: use gpiochip data pointerLinus Walleij1-10/+6
2015-11-19gpio: change member .dev to .parentLinus Walleij1-1/+1
2015-10-02pinctrl: sh-pfc: Remove hardcoded IRQ numbersLaurent Pinchart1-5/+2
2015-10-02pinctrl: sh-pfc: Get rid of CONFIG_ARCH_SHMOBILE_LEGACYGeert Uytterhoeven1-22/+19
2015-10-02pinctrl: sh-pfc: Confine legacy function GPIOs to SHGeert Uytterhoeven1-1/+6
2015-10-02pinctrl: sh-pfc: Remove empty gpio_function_free()Geert Uytterhoeven1-5/+0
2015-10-02pinctrl: sh-pfc: Stop calling gpiochip_add_pin_range() on DT platformsGeert Uytterhoeven1-15/+22
2015-03-18pinctrl: sh-pfc: Use u32 to store register addressesGeert Uytterhoeven1-4/+8
2015-03-18pinctrl: sh-pfc: Use reg_width instead of reg as sentinelGeert Uytterhoeven1-1/+1
2015-03-18pinctrl: sh-pfc: Use unsigned int for register/field widths and offsetsGeert Uytterhoeven1-2/+2
2015-03-18pinctrl: sh-pfc: Use u32 to store register dataGeert Uytterhoeven1-7/+6
2014-07-22pinctrl: remove all usage of gpio_remove ret val in driver/pinctlabdoulaye berthe1-6/+3
2013-12-20pinctrl: sh-pfc: Constify IRQ GPIOs arraysLaurent Pinchart1-1/+1
2013-12-12sh-pfc: Support GPIO to IRQ mapping specified IRQ resourcesLaurent Pinchart1-1/+13
2013-12-12sh-pfc: Rename sh_pfc window field to windowsLaurent Pinchart1-2/+2
2013-12-12sh-pfc: Terminate gpios array by -1Laurent Pinchart1-2/+2
2013-12-12sh-pfc: Turn unsigned indices into unsigned intLaurent Pinchart1-1/+1
2013-07-29sh-pfc: Support pins not associated with a GPIO portLaurent Pinchart1-1/+7
2013-07-29sh-pfc: Compute pin ranges automaticallyLaurent Pinchart1-17/+4
2013-07-29sh-pfc: Rename struct sh_pfc nr_pins field to nr_gpio_pinsLaurent Pinchart1-2/+2
2013-07-29sh-pfc: Rename gpio arguments to be consistent with the rest of the codeLaurent Pinchart1-5/+5
2013-07-29sh-pfc: Don't overallocate memory for the GPIO chip pins arrayLaurent Pinchart1-2/+2
2013-04-03sh-pfc: Skip gpiochip registration when no GPIO resource is foundLaurent Pinchart1-18/+21
2013-04-03sh-pfc: Make GPIO support optionalLaurent Pinchart1-0/+3
2013-04-03sh-pfc: Make function GPIOs support optionalLaurent Pinchart1-0/+3
2013-03-15sh-pfc: Convert message printing from pr_* to dev_*Laurent Pinchart1-6/+10
2013-03-15sh-pfc: Use proper error codesLaurent Pinchart1-9/+4
2013-03-15sh-pfc: Constify all SoC dataLaurent Pinchart1-1/+1
2013-03-15sh-pfc: Remove configuration dry-run and freeLaurent Pinchart1-13/+1
2013-03-15sh-pfc: Don't modify sh_pfc_pin SoC dataLaurent Pinchart1-19/+28
2013-03-15sh-pfc: Don't modify pinmux_data_reg SoC dataLaurent Pinchart1-18/+40
2013-03-15sh-pfc: Don't map data registers individuallyLaurent Pinchart1-50/+80
2013-03-15sh-pfc: Move GPIO registers access functions to gpio.cLaurent Pinchart1-6/+86
2013-03-15sh-pfc: Add support for sparse pin numbersLaurent Pinchart1-7/+30
2013-03-15sh-pfc: Replace pinctrl_add_gpio_range() with gpiochip_add_pin_range()Laurent Pinchart1-0/+6
2013-03-15sh-pfc: Add function to retrieve a pin instance from its pin numberLaurent Pinchart1-1/+2
2013-03-15sh-pfc: Simplify the sh_pfc_gpio_is_pin() logicLaurent Pinchart1-10/+11
2013-03-15sh-pfc: Use pinmux identifiers in the pin muxing APILaurent Pinchart1-8/+6
2013-03-15sh-pfc: Look up IRQ table entries by GPIO numberLaurent Pinchart1-17/+8
2013-03-15sh-pfc: Split pins and functions into separate gpio_chip instancesLaurent Pinchart1-98/+129
2013-03-15sh-pfc: Split pins and functions definition tablesLaurent Pinchart1-2/+3
2013-03-15sh-pfc: Don't needlessly check GPIO type in sh_gpio_free()Laurent Pinchart1-4/+1