[linux-yocto] [PATCH 00/11] Pinctrl, Watchdog and P2SB driver for linux-yocto-4.1

Bruce Ashfield bruce.ashfield at windriver.com
Mon Jun 27 19:50:22 PDT 2016


On 2016-06-27 9:28 PM, Yong, Jonathan wrote:
> Hi,
>
> These will enable Apollo Lake specific Pinctrl, iTCO watchdog and P2SB
> drivers. The changes are quite interlinked due to the lpc-ich renaming.
>
> The 8250 change is used to suppress DMA warnings.
>
> These are already in the progress of being upstreamed into the main
> kernel.org kernel repository, but with different implementation. We won't
> be able to make it in by Apollo Lake Gold schedule, so these should go
> into standard/intel/base.

These all look fine to me. I put them on standard/intel/base and
standard/preempt-rt/intel/base.

Cheers,

Bruce

>
> Andy Shevchenko (1):
>   serial: 8250_dma: stop ongoing RX DMA on exception
>
> Jonathan Yong (3):
>   watchdog: iTCO-wdt handle 5th variation
>   x86: Move Watchdog loader for Apollo Lake
>   x86: Prepare to split lpc-ich driver
>
> Tan Jui Nee (2):
>   pinctrl-broxton: enable platform device in the absent of ACPI
>     enumeration
>   pinctrl: intel: use 'bool' state for PINCTRL_APL_DEVICE in Kconfig
>
> Yong, Jonathan (5):
>   Convert lpc_ich_init_wdt to use a switch-case
>   x86: Sideband Interface driver for Apollo Lake
>   x86: Rework Apollo Lake GPIO pinctrl non-ACPI mode driver
>   x86: Add platform:apl_gpio alias to pinctrl-broxton
>   x86: Suppress compile time warnings in pinctrl-broxton
>
>  MAINTAINERS                             |   11 +
>  arch/x86/Kconfig                        |   18 +
>  arch/x86/platform/bxt/Makefile          |    1 +
>  arch/x86/platform/bxt/sbi_apl.c         |  399 ++++++++++
>  drivers/mfd/Makefile                    |    1 +
>  drivers/mfd/lpc_ich-apl.c               |   46 ++
>  drivers/mfd/lpc_ich-core.c              | 1322 +++++++++++++++++++++++++++++++
>  drivers/mfd/lpc_ich.c                   | 1117 --------------------------
>  drivers/pinctrl/intel/Kconfig           |   12 +-
>  drivers/pinctrl/intel/pinctrl-broxton.c |   34 +-
>  drivers/tty/serial/8250/8250_dma.c      |   17 +-
>  drivers/watchdog/iTCO_wdt.c             |    2 +
>  include/linux/pinctrl/pinctrl-apl.h     |   45 ++
>  include/linux/platform_data/sbi_apl.h   |   67 ++
>  14 files changed, 1965 insertions(+), 1127 deletions(-)
>  create mode 100644 arch/x86/platform/bxt/Makefile
>  create mode 100644 arch/x86/platform/bxt/sbi_apl.c
>  create mode 100644 drivers/mfd/lpc_ich-apl.c
>  create mode 100644 drivers/mfd/lpc_ich-core.c
>  delete mode 100644 drivers/mfd/lpc_ich.c
>  create mode 100644 include/linux/pinctrl/pinctrl-apl.h
>  create mode 100644 include/linux/platform_data/sbi_apl.h
>



More information about the linux-yocto mailing list