[GIT PULL] Immutable branch between MFD, PWM and RTC due for the v5.13 merge window

Lee Jones lee.jones at linaro.org
Tue Mar 9 20:05:20 GMT 2021


On Mon, 01 Mar 2021, Lee Jones wrote:

> Enjoy!
> 
> The following changes since commit fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8:
> 
>   Linux 5.12-rc1 (2021-02-28 16:05:19 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-pwm-rtc-v5.13
> 
> for you to fetch changes up to 80629611215d1c5d52ed3cf723fd6d24a5872504:
> 
>   MAINTAINERS: Add entry for Netronix embedded controller (2021-03-01 10:26:17 +0000)
> 
> ----------------------------------------------------------------
> Immutable branch between MFD, PWM and RTC due for the v5.13 merge window
> 
> ----------------------------------------------------------------
> Jonathan Neuschäfer (6):
>       dt-bindings: Add vendor prefix for Netronix, Inc.
>       dt-bindings: mfd: Add binding for Netronix embedded controller
>       mfd: Add base driver for Netronix embedded controller
>       pwm: ntxec: Add driver for PWM function in Netronix EC
>       rtc: New driver for RTC in Netronix embedded controller
>       MAINTAINERS: Add entry for Netronix embedded controller
> 
>  .../devicetree/bindings/mfd/netronix,ntxec.yaml    |  76 +++++++
>  .../devicetree/bindings/vendor-prefixes.yaml       |   2 +
>  MAINTAINERS                                        |   9 +
>  drivers/mfd/Kconfig                                |  11 +
>  drivers/mfd/Makefile                               |   1 +
>  drivers/mfd/ntxec.c                                | 221 +++++++++++++++++++++
>  drivers/pwm/Kconfig                                |   8 +
>  drivers/pwm/Makefile                               |   1 +
>  drivers/pwm/pwm-ntxec.c                            | 184 +++++++++++++++++
>  drivers/rtc/Kconfig                                |   8 +
>  drivers/rtc/Makefile                               |   1 +
>  drivers/rtc/rtc-ntxec.c                            | 145 ++++++++++++++
>  include/linux/mfd/ntxec.h                          |  37 ++++
>  13 files changed, 704 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/mfd/netronix,ntxec.yaml
>  create mode 100644 drivers/mfd/ntxec.c
>  create mode 100644 drivers/pwm/pwm-ntxec.c
>  create mode 100644 drivers/rtc/rtc-ntxec.c
>  create mode 100644 include/linux/mfd/ntxec.h

FYI, if anyone has pulled this, they should probably rebase it onto
v5.12-rc2 and delete the v5.12-rc1 tag from their tree:

  https://lwn.net/Articles/848431/

-- 
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog



More information about the linux-arm-kernel mailing list