mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-28 01:36:27 +00:00
New drivers:
- New driver for Oxnas pin control and GPIO. This ARM-based chipset
is used in a few storage (NAS) type devices.
- New driver for the MAX77620/MAX20024 pin controller portions.
- New driver for the Intel Merrifield pin controller.
New subdrivers:
- New subdriver for the Qualcomm MDM9615
- New subdriver for the STM32F746 MCU
- New subdriver for the Broadcom NSP SoC.
Cleanups:
- Demodularization of bool compiled-in drivers.
Apart from this there is just regular incremental improvements to
a lot of drivers, especially Uniphier and PFC.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJXmcthAAoJEEEQszewGV1z2ukP/1T34tgMllEzBcnyTM28pnPl
80anOiCi/jkLuW1hYTLc4Rx0tZT2oWw9hrZdKGNMuzNCaJSmFaRhUrbzxhZ8E+6O
3AHYSopAYUTKVYJsuY+fs3HbNajKBsSWYdmxin4e953BPudLjhZ2WliDXxupsbwZ
/KI6s8J2pDZcPurrlozT5Avp3BTwwCq+fo12NIMkkmuhURb69OsDAVjPlwjocq73
BKcdH8AdgO7w5Ss5/IQbvrhyuFc2kCQ/wH1tiuE2a4iYWhp+QkMOEqWUSdYs33bx
Sbn3KTK6IYYS1eb4xharh7H/zoBs20aCQ2kS8qbYmG+Fv7rB7qboI0qM7m7+25O8
7F6Tf4F0HUg6IjcABcI5lFuTxACBG8p5ZlmQAp/36EaeIblLALBCvd1ArmZ6fdG+
Pzu5vLaZBAmxQn6EseHLAJkH4FEzV7II/Sk7U23TINHUpl/L2GJO+6irz7eelKAk
XED6mrNU8rRnZMka02ZnIgIbABG7ELNJsRxEnf8k9CX7cfi4p568eZeR1nfKcy4+
uldJLipNv3NfwuRY5JEEa7pFW4azYmnzS1GcoVYPy7snYc4Rr8cbBD6YvcxyMhVz
RXHc21mj45JnboldAYU59t5BbVZNwZqF8hmg935ngoaZjYfhhnfGoNQF7hy6/1fS
bwojoQtBqGcriKZYGs0o
=po0g
-----END PGP SIGNATURE-----
Merge tag 'pinctrl-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
Pull pin control updates from Linus Walleij:
"This is the bulk of pin control changes for the v4.8 kernel cycle.
Nothing stands out as especially exiting: new drivers, new subdrivers,
lots of cleanups and incremental features.
Business as usual.
New drivers:
- New driver for Oxnas pin control and GPIO. This ARM-based chipset
is used in a few storage (NAS) type devices.
- New driver for the MAX77620/MAX20024 pin controller portions.
- New driver for the Intel Merrifield pin controller.
New subdrivers:
- New subdriver for the Qualcomm MDM9615
- New subdriver for the STM32F746 MCU
- New subdriver for the Broadcom NSP SoC.
Cleanups:
- Demodularization of bool compiled-in drivers.
Apart from this there is just regular incremental improvements to a
lot of drivers, especially Uniphier and PFC"
* tag 'pinctrl-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl: (131 commits)
pinctrl: fix pincontrol definition for marvell
pinctrl: xway: fix typo
Revert "pinctrl: amd: make it explicitly non-modular"
pinctrl: iproc: Add NSP and Stingray GPIO support
pinctrl: Update iProc GPIO DT bindings
pinctrl: bcm: add OF dependencies
pinctrl: ns2: remove redundant dev_err call in ns2_pinmux_probe()
pinctrl: Add STM32F746 MCU support
pinctrl: intel: Protect set wake flow by spin lock
pinctrl: nsp: remove redundant dev_err call in nsp_pinmux_probe()
pinctrl: uniphier: add Ethernet pin-mux settings
sh-pfc: Use PTR_ERR_OR_ZERO() to simplify the code
pinctrl: ns2: fix return value check in ns2_pinmux_probe()
pinctrl: qcom: update DT bindings with ebi2 groups
pinctrl: qcom: establish proper EBI2 pin groups
pinctrl: imx21: Remove the MODULE_DEVICE_TABLE() macro
Documentation: dt: Add new compatible to STM32 pinctrl driver bindings
includes: dt-bindings: Add STM32F746 pinctrl DT bindings
pinctrl: sunxi: fix nand0 function name for sun8i
pinctrl: uniphier: remove pointless pin-mux settings for PH1-LD11
...
|
||
|---|---|---|
| .. | ||
| 8xxx_gpio.txt | ||
| abilis,tb10x-gpio.txt | ||
| brcm,brcmstb-gpio.txt | ||
| brcm,kona-gpio.txt | ||
| cavium-octeon-gpio.txt | ||
| cirrus,clps711x-mctrl-gpio.txt | ||
| fsl-imx-gpio.txt | ||
| fujitsu,mb86s70-gpio.txt | ||
| gpio_atmel.txt | ||
| gpio_lpc32xx.txt | ||
| gpio_oxnas.txt | ||
| gpio-74x164.txt | ||
| gpio-74xx-mmio.txt | ||
| gpio-adnp.txt | ||
| gpio-altera.txt | ||
| gpio-ath79.txt | ||
| gpio-atlas7.txt | ||
| gpio-clps711x.txt | ||
| gpio-davinci.txt | ||
| gpio-dsp-keystone.txt | ||
| gpio-etraxfs.txt | ||
| gpio-fan.txt | ||
| gpio-grgpio.txt | ||
| gpio-lp3943.txt | ||
| gpio-max732x.txt | ||
| gpio-max77620.txt | ||
| gpio-mcp23s08.txt | ||
| gpio-mm-lantiq.txt | ||
| gpio-mpc8xxx.txt | ||
| gpio-mvebu.txt | ||
| gpio-mxs.txt | ||
| gpio-nmk.txt | ||
| gpio-omap.txt | ||
| gpio-palmas.txt | ||
| gpio-pca953x.txt | ||
| gpio-pcf857x.txt | ||
| gpio-pisosr.txt | ||
| gpio-samsung.txt | ||
| gpio-stericsson-coh901.txt | ||
| gpio-stmpe.txt | ||
| gpio-stp-xway.txt | ||
| gpio-sx150x.txt | ||
| gpio-tps65086.txt | ||
| gpio-ts4800.txt | ||
| gpio-twl4030.txt | ||
| gpio-tz1090-pdc.txt | ||
| gpio-tz1090.txt | ||
| gpio-vf610.txt | ||
| gpio-xgene-sb.txt | ||
| gpio-xgene.txt | ||
| gpio-xilinx.txt | ||
| gpio-xlp.txt | ||
| gpio-zevio.txt | ||
| gpio-zynq.txt | ||
| gpio.txt | ||
| ibm,ppc4xx-gpio.txt | ||
| microchip,pic32-gpio.txt | ||
| moxa,moxart-gpio.txt | ||
| mrvl-gpio.txt | ||
| netxbig-gpio-ext.txt | ||
| nvidia,tegra20-gpio.txt | ||
| nvidia,tegra186-gpio.txt | ||
| nxp,lpc1850-gpio.txt | ||
| pl061-gpio.txt | ||
| renesas,gpio-rcar.txt | ||
| snps-dwapb-gpio.txt | ||
| sodaville.txt | ||
| spear_spics.txt | ||
| wd,mbl-gpio.txt | ||
| zx296702-gpio.txt | ||