Age | Commit message (Expand) | Author | Files | Lines |
2019-07-30 | pinctrl: aspeed: Make aspeed_pinmux_ips static | YueHaibing | 1 | -1/+1 |
2019-07-29 | pinctrl: aspeed-g5: Delay acquisition of regmaps | Andrew Jeffery | 4 | -37/+74 |
2019-07-14 | Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 73 | -2739/+6056 |
2019-07-12 | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -4/+3 |
2019-07-10 | pinctrl: aspeed: Strip moved macros and structs from private header | Andrew Jeffery | 1 | -498/+0 |
2019-07-10 | pinctrl: aspeed: Fix missed include | Linus Walleij | 1 | -0/+2 |
2019-07-04 | pinctrl: baytrail: Use GENMASK() consistently | Andy Shevchenko | 1 | -9/+7 |
2019-07-04 | pinctrl: baytrail: Re-use data structures from pinctrl-intel.h | Andy Shevchenko | 1 | -239/+60 |
2019-07-04 | pinctrl: baytrail: Use defined macro instead of magic in byt_get_gpio_mux() | Andy Shevchenko | 1 | -3/+4 |
2019-07-04 | pinctrl: qcom: Add SM8150 pinctrl driver | Prasad Sodagudi | 3 | -0/+1558 |
2019-07-03 | driver: core: Allow subsystems to continue deferring probe | Thierry Reding | 1 | -4/+3 |
2019-07-03 | pinctrl: aspeed: Add implementation-related documentation | Andrew Jeffery | 1 | -4/+200 |
2019-07-03 | pinctrl: aspeed: Split out pinmux from general pinctrl | Andrew Jeffery | 7 | -255/+888 |
2019-07-03 | pinctrl: aspeed: Clarify comment about strapping W1C | Andrew Jeffery | 1 | -1/+1 |
2019-07-03 | pinctrl: aspeed: Correct comment that is no longer true | Andrew Jeffery | 1 | -2/+1 |
2019-07-03 | pinctrl: qcom: Add irq_enable callback for msm gpio | Srinivas Ramana | 1 | -1/+24 |
2019-06-29 | Merge tag 'pinctrl-v5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 3 | -27/+33 |
2019-06-27 | pinctrl: mediatek: Update cur_mask in mask/mask ops | Nicolas Boichat | 1 | -14/+4 |
2019-06-26 | pinctrl: mediatek: Ignore interrupts that are wake only during resume | Nicolas Boichat | 1 | -1/+15 |
2019-06-26 | pinctrl: madera: Fixup SPDX headers | Charles Keepax | 5 | -25/+5 |
2019-06-25 | pinctrl: qcom: sdm845: Fix CONFIG preprocessor guard | Nathan Chancellor | 1 | -1/+1 |
2019-06-25 | pinctrl: ocelot: fix pinmuxing for pins after 31 | Alexandre Belloni | 1 | -7/+9 |
2019-06-25 | pinctrl: ocelot: fix gpio direction for pins after 31 | Alexandre Belloni | 1 | -1/+1 |
2019-06-25 | pinctrl: tegra: Add bitmask support for parked bits | Thierry Reding | 8 | -47/+57 |
2019-06-25 | pinctrl: tegra: Set specific GPIO compatible string | Thierry Reding | 3 | -3/+3 |
2019-06-25 | pinctrl: mvebu: Add support for MV98DX1135 | Chris Packham | 1 | -279/+297 |
2019-06-25 | pinctrl: mcp23s08: Fix add_data and irqchip_add_nested call order | Phil Reid | 1 | -4/+4 |
2019-06-25 | pinctrl: freescale: Add i.MX8MN pinctrl driver support | Anson Huang | 3 | -0/+356 |
2019-06-20 | pinctrl: Minimize SPDX hamming distance | Linus Walleij | 3 | -3/+2 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 8 | -32/+8 |
2019-06-12 | Merge branch 'ib-qcom-acpi' into devel | Linus Walleij | 4 | -2/+55 |
2019-06-12 | pinctrl: qcom: sdm845: Provide ACPI support | Lee Jones | 2 | -2/+36 |
2019-06-12 | pinctrl: msm: Add ability for drivers to supply a reserved GPIO list | Lee Jones | 2 | -0/+19 |
2019-06-12 | pinctrl: remove unused pin_is_valid() | Masahiro Yamada | 1 | -23/+0 |
2019-06-12 | pinctrl: remove unneeded initializer for list_for_each_entry() iterator | Masahiro Yamada | 1 | -4/+4 |
2019-06-08 | Merge tag 'sh-pfc-for-v5.3-tag1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Walleij | 23 | -1059/+1245 |
2019-06-08 | pinctrl: nomadik: Fix SPDX tags | Linus Walleij | 5 | -17/+6 |
2019-06-08 | pinctrl: tb10x: Use flexible-array member and struct_size() helper | Gustavo A. R. Silva | 1 | -7/+5 |
2019-06-08 | pinctrl: aspeed: Add SGPM pinmux | Hongwei Zhang | 1 | -0/+4 |
2019-06-08 | pinctrl: qcom: sdm845: Expose ufs_reset as gpio | Bjorn Andersson | 1 | -6/+6 |
2019-06-08 | pinctrl: Add drive strength support for BM1880 SoC | Manivannan Sadhasivam | 1 | -3/+287 |
2019-06-08 | pinctrl: ns2: Fix potential NULL dereference | Young Xiao | 1 | -0/+2 |
2019-06-08 | pinctrl: u300: Fix SPDX tags | Linus Walleij | 2 | -1/+2 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 446 | Thomas Gleixner | 8 | -56/+8 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 445 | Thomas Gleixner | 3 | -27/+3 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 4 | -20/+4 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 434 | Thomas Gleixner | 1 | -2/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422 | Thomas Gleixner | 4 | -18/+4 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 | Thomas Gleixner | 1 | -13/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332 | Thomas Gleixner | 3 | -12/+3 |