Age | Commit message (Expand) | Author | Files | Lines |
2014-05-03 | pinctrl: sunxi: Move the Allwinner pinctrl driver to its own directory | Maxime Ripard | 1 | -953/+0 |
2014-05-03 | pinctrl: sunxi: Add const qualifier to the pin descriptor | Maxime Ripard | 1 | -1/+1 |
2014-04-22 | pinctrl: sunxi: fix typo in module author address | Antoine Ténart | 1 | -1/+1 |
2014-04-22 | pinctrl: sunxi: add reset control support | Boris BREZILLON | 1 | -2/+14 |
2014-04-22 | pinctrl: sunxi: define A31 R_PIO pin functions | Boris BREZILLON | 1 | -0/+1 |
2014-04-22 | pinctrl: sunxi: support multiple pin controller | Boris BREZILLON | 1 | -16/+14 |
2014-04-22 | pinctrl: sunxi: disable clk when failing to probe pin controller | Boris BREZILLON | 1 | -2/+4 |
2014-04-22 | pinctrl: sunxi: check clk_prepare_enable return value | Boris BREZILLON | 1 | -1/+3 |
2014-03-05 | pinctrl: sunxi: Fix masking when setting irq type | Hans de Goede | 1 | -1/+1 |
2014-03-05 | pinctrl: sunxi: use chained_irq_{enter, exit} for GIC compatibility | Chen-Yu Tsai | 1 | -0/+4 |
2014-01-21 | Merge tag 'pinctrl-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -6/+7 |
2014-01-20 | pinctrl: sunxi: Honor GPIO output initial vaules | Chen-Yu Tsai | 1 | -6/+7 |
2013-12-04 | gpio/pinctrl: make gpio_chip members typed boolean | Linus Walleij | 1 | -1/+1 |
2013-08-30 | pinctrl: sunxi: Fix off-by-one for valid offset range checking | Axel Lin | 1 | -1/+1 |
2013-08-30 | pinctrl: sunxi: drop lock on error path | Linus Walleij | 1 | -1/+3 |
2013-08-29 | Merge tag 'v3.11-rc7' into devel | Linus Walleij | 1 | -5/+53 |
2013-08-28 | pinctrl: Pass all configs to driver on pin_config_set() | Sherman Yin | 1 | -36/+41 |
2013-08-23 | pinctrl: sunxi: Add Allwinner A20 pins set | Maxime Ripard | 1 | -0/+1 |
2013-08-23 | pinctrl: sunxi: Add Allwinner A31 pins set | Maxime Ripard | 1 | -0/+1 |
2013-08-07 | pinctrl: sunxi: Fix incorrect NULL check | Sachin Kamat | 1 | -1/+1 |
2013-08-07 | pinctrl: sunxi: Add spinlocks | Maxime Ripard | 1 | -3/+52 |
2013-08-07 | pinctrl: sunxi: Fix gpio_set behaviour | Maxime Ripard | 1 | -1/+7 |
2013-08-07 | pinctrl: sunxi: Read register before writing to it in irq_set_type | Maxime Ripard | 1 | -1/+4 |
2013-06-17 | pinctrl: sunxi: Add Allwinner A10s pins | Maxime Ripard | 1 | -0/+1 |
2013-06-17 | pinctrl: sunxi: Move the pins definitions to a separate header | Maxime Ripard | 1 | -1360/+1 |
2013-06-16 | pinctrl: sunxi: Add external interrupt functions | Maxime Ripard | 1 | -26/+73 |
2013-06-16 | pinctrl: sunxi: Add external interrupts support | Maxime Ripard | 1 | -0/+155 |
2013-06-16 | pinctrl: sunxi: Search the description array by pin id | Maxime Ripard | 1 | -21/+29 |
2013-05-27 | pinctrl: sunxi: fix error return code in sunxi_pinctrl_probe() | Wei Yongjun | 1 | -1/+3 |
2013-05-27 | pinctrl: Don't override the error code in probe error handling | Axel Lin | 1 | -1/+2 |
2013-04-09 | pinctrl: sunxi: Rename wemac functions to emac | Maxime Ripard | 1 | -18/+18 |
2013-04-03 | pinctrl: sunxi: add clock support | Emilio López | 1 | -0/+8 |
2013-03-07 | pinctrl: sunxi: Add Allwinner A13 pin functions | Maxime Ripard | 1 | -70/+169 |
2013-03-07 | pinctrl: sunxi: Add Allwinner A10 pin functions | Maxime Ripard | 1 | -162/+571 |
2013-03-07 | pinctrl: Declare operation structures as const | Laurent Pinchart | 1 | -3/+3 |
2013-02-05 | pinctrl: sunxi: add of_xlate function | Maxime Ripard | 1 | -0/+20 |
2013-02-01 | ARM: pinctrl: sunxi: Add the pinctrl pin set for Allwinner A10 | Maxime Ripard | 1 | -0/+554 |
2013-02-01 | pinctrl: sunxi: Document sun5i pins functions | Maxime Ripard | 1 | -4/+4 |
2013-01-29 | ARM: sunxi: gpio: Add Allwinner SoCs GPIO drivers | Maxime Ripard | 1 | -2/+132 |
2013-01-22 | ARM: pinctrl: sunxi: Add the pinctrl pin set for sun5i | Maxime Ripard | 1 | -0/+253 |
2013-01-22 | ARM: sunxi: Add pinctrl driver for Allwinner SoCs | Maxime Ripard | 1 | -0/+548 |