Age | Commit message (Expand) | Author |
2022-04-23 | pinctrl: ralink: add new compatible strings for each pinctrl subdriver | Arınç ÜNAL |
2022-04-23 | pinctrl: ralink: rename driver names to subdrivers | Arınç ÜNAL |
2022-04-23 | pinctrl: ralink: rename variable names for functions on MT7620 and MT7621 | Arınç ÜNAL |
2022-04-23 | pinctrl: ralink: rename pinctrl-rt288x to pinctrl-rt2880 | Arınç ÜNAL |
2022-04-23 | pinctrl: ralink: rename pinmux functions to pinctrl | Arınç ÜNAL |
2022-04-23 | pinctrl: ralink: rename pinctrl-rt2880 to pinctrl-ralink | Arınç ÜNAL |
2022-04-23 | pinctrl: ralink: rename MT7628(an) functions to MT76X8 | Arınç ÜNAL |
2021-11-16 | pinctrl: ralink: include 'ralink_regs.h' in 'pinctrl-mt7620.c' | Sergio Paracuellos |
2021-07-01 | Merge tag 'pinctrl-v5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2021-06-30 | pinctrl: ralink: rt305x: add missing include | Sergio Paracuellos |
2021-06-07 | pinctrl: ralink: move RT288X SoC pinmux config into a new 'pinctrl-rt288x.c' ... | Sergio Paracuellos |
2021-06-07 | pinctrl: ralink: move MT7620 SoC pinmux config into a new 'pinctrl-mt7620.c' ... | Sergio Paracuellos |
2021-06-07 | pinctrl: ralink: move RT305X SoC pinmux config into a new 'pinctrl-rt305x.c' ... | Sergio Paracuellos |
2021-06-07 | pinctrl: ralink: move RT3883 SoC pinmux config into a new 'pinctrl-rt3883.c' ... | Sergio Paracuellos |
2021-06-07 | pinctrl: ralink: move MT7621 SoC pinmux config into a new 'pinctrl-mt7621.c' ... | Sergio Paracuellos |
2021-06-07 | pinctrl: ralink: move ralink architecture pinmux header into the driver | Sergio Paracuellos |
2021-06-07 | pinctrl: ralink: rt2880: avoid to error in calls is pin is already enabled | Sergio Paracuellos |
2021-01-04 | pinctrl: ralink: rt2880: fix '-Wmissing-prototypes' in init function | Sergio Paracuellos |
2021-01-04 | pinctrl: ralink: rt2880: use 'PTR_ERR_OR_ZERO' | Sergio Paracuellos |
2021-01-04 | pinctrl: ralink: rt2880: preserve error codes | Sergio Paracuellos |
2021-01-04 | pinctrl: ralink: rt2880: delete not needed error message | Sergio Paracuellos |
2021-01-04 | pinctrl: ralink: rt2880: add missing NULL check | Sergio Paracuellos |
2021-01-04 | pinctrl: ralink: rt2880: return proper error code | Sergio Paracuellos |
2021-01-04 | pinctrl: ralink: rt2880: avoid double pointer to simplify code | Sergio Paracuellos |
2020-12-08 | pinctrl: ralink: add a pinctrl driver for the rt2880 family | Sergio Paracuellos |