modify npcm7xx/8xx feature and bug fixed Jim Liu (6): net: phy: broadcom: add support for BCM54612E arm: dts: nuvoton: Change timer node net: designware: Fix get_timer value overflow misc: npcm_host_intf: Add Arbel eSPI workaround misc: npcm_host_intf: Disable pending KCS/BPC interrupts configs: npcm: remove CONFIG_SYS_SKIP_UART_INIT
Stanley Chu (3): arm: dts: npcm8xx: add pinmux for VCD input pinctrl: npcm8xx: add support for setting VCD input source i2c: npcm: fix consecutive dm_i2c_read/write error arch/arm/dts/nuvoton-common-npcm8xx.dtsi | 15 ++++----- arch/arm/dts/nuvoton-npcm8xx-u-boot.dtsi | 4 +++ board/nuvoton/arbel_evb/arbel_evb.c | 9 +++++- board/nuvoton/poleg_evb/poleg_evb.c | 2 ++ configs/arbel_evb_defconfig | 1 - configs/poleg_evb_defconfig | 1 - drivers/i2c/npcm_i2c.c | 7 +++++ drivers/misc/npcm_host_intf.c | 33 +++++++++++++++++++- drivers/net/designware.c | 2 +- drivers/net/phy/broadcom.c | 37 +++++++++++++++++++++++ drivers/pinctrl/nuvoton/pinctrl-npcm8xx.c | 2 ++ 11 files changed, 99 insertions(+), 14 deletions(-) -- 2.34.1