summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sh-pfc/gpio.c
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: sh-pfc: Convert to devm_gpiochip_add_data()Geert Uytterhoeven2016-06-211-12/+1Star
* pinctrl: sh-pfc: Let gpio_chip.to_irq() return zero on errorGeert Uytterhoeven2016-05-111-1/+1
* pinctrl: sh-pfc: use gpiochip data pointerLinus Walleij2016-01-051-10/+6Star
* gpio: change member .dev to .parentLinus Walleij2015-11-191-1/+1
* pinctrl: sh-pfc: Remove hardcoded IRQ numbersLaurent Pinchart2015-10-021-5/+2Star
* pinctrl: sh-pfc: Get rid of CONFIG_ARCH_SHMOBILE_LEGACYGeert Uytterhoeven2015-10-021-22/+19Star
* pinctrl: sh-pfc: Confine legacy function GPIOs to SHGeert Uytterhoeven2015-10-021-1/+6
* pinctrl: sh-pfc: Remove empty gpio_function_free()Geert Uytterhoeven2015-10-021-5/+0Star
* pinctrl: sh-pfc: Stop calling gpiochip_add_pin_range() on DT platformsGeert Uytterhoeven2015-10-021-15/+22
* pinctrl: sh-pfc: Use u32 to store register addressesGeert Uytterhoeven2015-03-181-4/+8
* pinctrl: sh-pfc: Use reg_width instead of reg as sentinelGeert Uytterhoeven2015-03-181-1/+1
* pinctrl: sh-pfc: Use unsigned int for register/field widths and offsetsGeert Uytterhoeven2015-03-181-2/+2
* pinctrl: sh-pfc: Use u32 to store register dataGeert Uytterhoeven2015-03-181-7/+6Star
* pinctrl: remove all usage of gpio_remove ret val in driver/pinctlabdoulaye berthe2014-07-221-6/+3Star
* pinctrl: sh-pfc: Constify IRQ GPIOs arraysLaurent Pinchart2013-12-201-1/+1
* sh-pfc: Support GPIO to IRQ mapping specified IRQ resourcesLaurent Pinchart2013-12-121-1/+13
* sh-pfc: Rename sh_pfc window field to windowsLaurent Pinchart2013-12-121-2/+2
* sh-pfc: Terminate gpios array by -1Laurent Pinchart2013-12-121-2/+2
* sh-pfc: Turn unsigned indices into unsigned intLaurent Pinchart2013-12-121-1/+1
* sh-pfc: Support pins not associated with a GPIO portLaurent Pinchart2013-07-291-1/+7
* sh-pfc: Compute pin ranges automaticallyLaurent Pinchart2013-07-291-17/+4Star
* sh-pfc: Rename struct sh_pfc nr_pins field to nr_gpio_pinsLaurent Pinchart2013-07-291-2/+2
* sh-pfc: Rename gpio arguments to be consistent with the rest of the codeLaurent Pinchart2013-07-291-5/+5
* sh-pfc: Don't overallocate memory for the GPIO chip pins arrayLaurent Pinchart2013-07-291-2/+2
* sh-pfc: Skip gpiochip registration when no GPIO resource is foundLaurent Pinchart2013-04-031-18/+21
* sh-pfc: Make GPIO support optionalLaurent Pinchart2013-04-031-0/+3
* sh-pfc: Make function GPIOs support optionalLaurent Pinchart2013-04-031-0/+3
* sh-pfc: Convert message printing from pr_* to dev_*Laurent Pinchart2013-03-151-6/+10
* sh-pfc: Use proper error codesLaurent Pinchart2013-03-151-9/+4Star
* sh-pfc: Constify all SoC dataLaurent Pinchart2013-03-151-1/+1
* sh-pfc: Remove configuration dry-run and freeLaurent Pinchart2013-03-151-13/+1Star
* sh-pfc: Don't modify sh_pfc_pin SoC dataLaurent Pinchart2013-03-151-19/+28
* sh-pfc: Don't modify pinmux_data_reg SoC dataLaurent Pinchart2013-03-151-18/+40
* sh-pfc: Don't map data registers individuallyLaurent Pinchart2013-03-151-50/+80
* sh-pfc: Move GPIO registers access functions to gpio.cLaurent Pinchart2013-03-151-6/+86
* sh-pfc: Add support for sparse pin numbersLaurent Pinchart2013-03-151-7/+30
* sh-pfc: Replace pinctrl_add_gpio_range() with gpiochip_add_pin_range()Laurent Pinchart2013-03-151-0/+6
* sh-pfc: Add function to retrieve a pin instance from its pin numberLaurent Pinchart2013-03-151-1/+2
* sh-pfc: Simplify the sh_pfc_gpio_is_pin() logicLaurent Pinchart2013-03-151-10/+11
* sh-pfc: Use pinmux identifiers in the pin muxing APILaurent Pinchart2013-03-151-8/+6Star
* sh-pfc: Look up IRQ table entries by GPIO numberLaurent Pinchart2013-03-151-17/+8Star
* sh-pfc: Split pins and functions into separate gpio_chip instancesLaurent Pinchart2013-03-151-98/+129
* sh-pfc: Split pins and functions definition tablesLaurent Pinchart2013-03-151-2/+3
* sh-pfc: Don't needlessly check GPIO type in sh_gpio_free()Laurent Pinchart2013-03-151-4/+1Star
* sh-pfc: Shrink the pinctrl GPIO range to include real GPIOs onlyLaurent Pinchart2013-03-151-2/+55
* sh-pfc: Replace first_gpio and last_gpio with nr_gpiosLaurent Pinchart2013-03-151-7/+4Star
* sh-pfc: Move sh_pfc.h from include/linux/ to driver directoryLaurent Pinchart2013-01-251-1/+0Star
* sh-pfc: Support pinmux info in driver data instead of platform dataLaurent Pinchart2013-01-251-9/+9
* sh-pfc: Move driver from drivers/sh/ to drivers/pinctrl/Laurent Pinchart2013-01-251-0/+179