Age | Commit message (Expand) | Author | Files | Lines |
2019-04-11 | pinctrl: artpec6: Drop unused function and rename | Linus Walleij | 1 | -17/+4 |
2019-04-09 | pinctrl: pinctrl-intel: move gpio suspend/resume to noirq phase | Binbin Wu | 2 | -9/+10 |
2019-04-08 | pinctrl: Added IRQF_SHARED flag for amd-pinctrl driver | Sandeep Singh | 1 | -2/+2 |
2019-04-08 | pinctrl: freescale: use devm_platform_ioremap_resource() to simplify code | Anson Huang | 1 | -3/+1 |
2019-04-08 | pinctrl: imx: remove an unnecessary NULL check | Dan Carpenter | 1 | -1/+1 |
2019-04-08 | pinctrl: add drive for I2C related pins on MT8183 | Zhiyong Tao | 4 | -0/+131 |
2019-04-08 | pinctrl: axp209: Fix NULL pointer dereference after allocation | Aditya Pakki | 1 | -0/+2 |
2019-04-04 | pinctrl: mcp23s08: debugfs: remove custom printer | Jan Kundrát | 1 | -110/+0 |
2019-04-04 | pinctrl: artpec6: Make two functions static | YueHaibing | 1 | -4/+6 |
2019-04-04 | Merge tag 'sh-pfc-for-v5.2-tag1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Walleij | 37 | -2419/+2854 |
2019-04-04 | pinctrl: sh-pfc: r8a77965: Add I2C{0,3,5} pins, groups and functions | Takeshi Kihara | 1 | -24/+87 |
2019-04-04 | pinctrl: sh-pfc: r8a7796: Remove placeholder I2C pin data | Ulrich Hecht | 1 | -5/+0 |
2019-04-04 | pinctrl: sh-pfc: r8a77970: Fix spacing | Geert Uytterhoeven | 1 | -6/+6 |
2019-04-04 | pinctrl: fsl: Make pinctrl_ipc_handle static | YueHaibing | 1 | -1/+1 |
2019-04-04 | pinctrl: lochnagar: Add support for the Cirrus Logic Lochnagar | Charles Keepax | 3 | -0/+1247 |
2019-04-04 | pinctrl: sunxi: Allow to disable pinctrl drivers | Maxime Ripard | 1 | -19/+38 |
2019-04-04 | pinctrl: sunxi: Declare set_config on the GPIO chip | Maxime Ripard | 1 | -0/+1 |
2019-04-04 | pinctrl: sunxi: Fix variable assignment syntax | Maxime Ripard | 1 | -10/+10 |
2019-04-04 | pinctrl: sunxi: implement pin_config_set | Maxime Ripard | 1 | -6/+13 |
2019-04-03 | pinctrl: cedarfork: Update pin names according to v1.13c | Andy Shevchenko | 1 | -9/+9 |
2019-04-02 | pinctrl: sh-pfc: rcar-gen3: Rename SEL_NDFC to SEL_NDF | Takeshi Kihara | 3 | -35/+35 |
2019-04-02 | pinctrl: sh-pfc: rcar-gen3: Rename SEL_ADG_{A,B,C} to SEL_ADG{A,B,C} | Takeshi Kihara | 3 | -33/+33 |
2019-04-02 | pinctrl: sh-pfc: rcar-gen3: Rename RTS{0,1,3,4}# pin function definitions | Takeshi Kihara | 5 | -76/+76 |
2019-04-02 | pinctrl: sh-pfc: rcar-gen3: Remove CC5_OSCOUT pin | Takeshi Kihara | 6 | -12/+6 |
2019-04-02 | pinctrl: sh-pfc: rcar-gen3: Remove HDMI CEC pins, groups, and functions | Takeshi Kihara | 4 | -97/+26 |
2019-04-02 | pinctrl: sh-pfc: r8a77990: Fix MOD_SEL1 bit30 when using SSI_SCK2 and SSI_WS2 | Takeshi Kihara | 1 | -11/+9 |
2019-04-02 | pinctrl: sh-pfc: r8a77990: Fix MOD_SEL1 bit31 when using SIM0_D | Takeshi Kihara | 1 | -5/+4 |
2019-04-02 | pinctrl: sh-pfc: r8a77990: Fix MOD_SEL0 bit16 when using NFALE and NFRB_N | Takeshi Kihara | 1 | -2/+2 |
2019-04-02 | pinctrl: sh-pfc: Improve PINMUX_IPSR_PHYS() documentation | Geert Uytterhoeven | 1 | -2/+2 |
2019-04-02 | pinctrl: rza1: Remove unneeded spinlock acquisitions | Geert Uytterhoeven | 1 | -16/+2 |
2019-04-02 | pinctrl: sh-pfc: Validate enum IDs for regs with variable-width fields | Geert Uytterhoeven | 2 | -0/+13 |
2019-04-02 | pinctrl: sh-pfc: Validate enum IDs for regs with fixed-width fields | Geert Uytterhoeven | 1 | -2/+6 |
2019-04-02 | pinctrl: sh-pfc: Absorb enum IDs in PINMUX_DATA_REG() macro | Geert Uytterhoeven | 16 | -420/+420 |
2019-04-02 | pinctrl: sh-pfc: Absorb enum IDs in PINMUX_CFG_REG_VAR() macro | Geert Uytterhoeven | 18 | -402/+572 |
2019-04-02 | pinctrl: sh-pfc: Absorb enum IDs in PINMUX_CFG_REG() macro | Geert Uytterhoeven | 32 | -1128/+1137 |
2019-04-02 | pinctrl: sh-pfc: Allow compile-testing of all drivers | Geert Uytterhoeven | 2 | -99/+90 |
2019-04-02 | pinctrl: sh-pfc: Add missing #include <linux/errno.h> | Geert Uytterhoeven | 12 | -0/+12 |
2019-04-02 | pinctrl: sh-pfc: Introduce PINCTRL_SH_FUNC_GPIO helper symbol | Geert Uytterhoeven | 3 | -17/+23 |
2019-04-02 | pinctrl: sh-pfc: Validate pinmux tables at runtime when debugging | Geert Uytterhoeven | 1 | -0/+124 |
2019-03-18 | pinctrl: sh-pfc: rcar-gen3: Retain TDSELCTRL register across suspend/resume | Marek Vasut | 8 | -0/+24 |
2019-03-18 | pinctrl: sh-pfc: r8a77990: Move CANFD pin groups and functions | Fabrizio Castro | 1 | -8/+8 |
2019-03-18 | pinctrl: sh-pfc: r8a7796: Move CANFD pin groups and functions | Fabrizio Castro | 1 | -9/+9 |
2019-03-18 | pinctrl: sh-pfc: r8a7779: Add HSCIF0/1 pins | Ulrich Hecht | 1 | -0/+118 |
2019-03-18 | pinctrl: sh-pfc: r8a77990: Rename IOCTRLx registers | Geert Uytterhoeven | 1 | -3/+3 |
2019-03-18 | pinctrl: sh-pfc: r8a77980: Rename IOCTRLx registers | Geert Uytterhoeven | 1 | -11/+11 |
2019-03-18 | pinctrl: sh-pfc: r8a77970: Rename IOCTRLx registers | Geert Uytterhoeven | 1 | -8/+8 |
2019-03-18 | pinctrl: baytrail: Fix potential NULL pointer dereference | Aditya Pakki | 1 | -0/+2 |
2019-03-11 | Merge tag 'pinctrl-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 46 | -801/+2274 |
2019-03-08 | Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 3 | -50/+250 |
2019-03-08 | pinctrl: imx: fix scu link errors | Anders Roxell | 1 | -2/+2 |