Age | Commit message (Expand) | Author |
2013-03-15 | sh-pfc: r8a7779: Add SCIF pin groups and functions | Laurent Pinchart |
2013-03-15 | sh-pfc: r8a7779: Add SDHI and MMCIF pin groups and functions | Laurent Pinchart |
2013-03-15 | sh-pfc: r8a7779: Add DU pin groups and functions | Laurent Pinchart |
2013-03-15 | sh-pfc: r8a7740: Add SDHI and MMCIF pin groups and functions | Guennadi Liakhovetski |
2013-03-15 | sh-pfc: r8a7740: Add LCDC0 and LCDC1 pin groups and functions | Laurent Pinchart |
2013-03-15 | sh-pfc: sh73a0: Add IrDA pin groups and functions | Laurent Pinchart |
2013-03-15 | sh-pfc: sh73a0: Add USB pin groups and functions | Laurent Pinchart |
2013-03-15 | sh-pfc: sh73a0: Add BSC pin groups and functions | Laurent Pinchart |
2013-03-15 | sh-pfc: sh73a0: Add KEYSC pin groups and functions | Laurent Pinchart |
2013-03-15 | sh-pfc: sh73a0: Add SDHI and MMCIF pin groups and functions | Guennadi Liakhovetski |
2013-03-15 | sh-pfc: sh73a0: Add FSI pin groups and functions | Laurent Pinchart |
2013-03-15 | sh-pfc: sh73a0: Add I2C2 and I2C3 pin groups and functions | Laurent Pinchart |
2013-03-15 | sh-pfc: sh73a0: Add SCIFA and SCIFB pin groups and functions | Laurent Pinchart |
2013-03-15 | sh-pfc: sh73a0: Add LCD and LCD2 pin groups and functions | Laurent Pinchart |
2013-03-15 | sh-pfc: sh73a0: Add bias (pull-up/down) pinconf support | Laurent Pinchart |
2013-03-15 | sh-pfc: sh7372: Add SDHCI and MMCIF pin groups and functions | Guennadi Liakhovetski |
2013-03-15 | sh-pfc: Return an error if a pin doesn't support the requested direction | Laurent Pinchart |
2013-03-15 | sh-pfc: Convert message printing from pr_* to dev_* | Laurent Pinchart |
2013-03-15 | sh-pfc: Clean up pin configuration type handling | Laurent Pinchart |
2013-03-15 | sh-pfc: Merge sh_pfc_reconfig_pin() into sh_pfc_gpio_set_direction() | Laurent Pinchart |
2013-03-15 | sh-pfc: Implement generic pinconf support | Laurent Pinchart |
2013-03-15 | sh-pfc: Use proper error codes | Laurent Pinchart |
2013-03-15 | sh-pfc: Constify all SoC data | Laurent Pinchart |
2013-03-15 | sh-pfc: Remove configuration dry-run and free | Laurent Pinchart |
2013-03-15 | sh-pfc: Don't modify sh_pfc_pin SoC data | Laurent Pinchart |
2013-03-15 | sh-pfc: Don't modify pinmux_data_reg SoC data | Laurent Pinchart |
2013-03-15 | sh-pfc: Drop unused support for 1:1 physical to virtual memory mappings | Laurent Pinchart |
2013-03-15 | sh-pfc: Don't map data registers individually | Laurent Pinchart |
2013-03-15 | sh-pfc: Move GPIO registers access functions to gpio.c | Laurent Pinchart |
2013-03-15 | sh-pfc: Fix return value check in sh_pfc_register_pinctrl() | Wei Yongjun |
2013-03-15 | sh-pfc: Expose real groups and functions in pinctrl/pinmux operations | Laurent Pinchart |
2013-03-15 | ARM: shmobile: sh73a0: Support sparse GPIO numbers | Guennadi Liakhovetski |
2013-03-15 | sh-pfc: Add support for sparse pin numbers | Laurent Pinchart |
2013-03-15 | sh-pfc: Replace pinctrl_add_gpio_range() with gpiochip_add_pin_range() | Laurent Pinchart |
2013-03-15 | sh-pfc: Add function to retrieve a pin instance from its pin number | Laurent Pinchart |
2013-03-15 | sh-pfc: Simplify the sh_pfc_gpio_is_pin() logic | Laurent Pinchart |
2013-03-15 | sh-pfc: Use pinmux identifiers in the pin muxing API | Laurent Pinchart |
2013-03-15 | sh-pfc: Share the PORT_10_REV, PORT_32 and PORT_32_REV definitions | Laurent Pinchart |
2013-03-15 | sh-pfc: Look up IRQ table entries by GPIO number | Laurent Pinchart |
2013-03-15 | sh-pfc: Rename struct pinmux_pin to struct sh_pfc_pin | Laurent Pinchart |
2013-03-15 | sh-pfc: Split pins and functions into separate gpio_chip instances | Laurent Pinchart |
2013-03-15 | sh-pfc: Split pins and functions definition tables | Laurent Pinchart |
2013-03-15 | sh-pfc: Don't needlessly check GPIO type in sh_gpio_free() | Laurent Pinchart |
2013-03-15 | sh-pfc: Shrink the pinctrl GPIO range to include real GPIOs only | Laurent Pinchart |
2013-03-15 | sh-pfc: Make struct pinmux_gpio enum_id field const | Laurent Pinchart |
2013-03-15 | sh-pfc: Initialize pinmux_gpio flags statically | Laurent Pinchart |
2013-03-15 | sh-pfc: Remove unused sh_pfc_soc_info reserved_id field | Laurent Pinchart |
2013-03-15 | sh-pfc: Replace SoC info data and mark ranges with a number of pins | Laurent Pinchart |
2013-03-15 | sh-pfc: Replace first_gpio and last_gpio with nr_gpios | Laurent Pinchart |
2013-03-15 | sh-pfc: Use GPIO_FN instead of PINMUX_GPIO where possible | Laurent Pinchart |