[linux-yocto] [PULL REQUEST] Intel Axxia updates to linux-yocto-4.1
Daniel Dragomir
daniel.dragomir at windriver.com
Thu Jul 21 10:24:27 PDT 2016
Hello Bruce!
This series of patches brings various improvements to the Intel Axxia
drivers from linux-yocto-4.1, including NCR, USB, PEI, FEMAC and also
some DTB updates.
Please pull the patches from
https://github.com/axxia/axxia_yocto_linux_4.1_pull.git
into
git://git.yoctoproject.org/linux-yocto-4.1
Pull
standard/axxia/base-1.35 -> standard/axxia/base
standard/preempt-rt/axxia/base-1.35 -> standard/preempt-rt/axxia/base
If you add more patches to standard/(preempt-rt)/axxia/base beforehand
please notify me. I will rebase our changes so you can do a clean,
fast-forward pull.
Thank you,
Daniel Dragomir
John Jacques (8):
drivers/net: Update the AXXIA FEMAC Driver
drivers/net: Avoid Possible Deadlock in the Axxia FEMAC Driver
arch/arm64: Update the Axxia Simulation Device Trees
drivers/usb: Remove Debug Prints from the Axxia DWC3 Driver
axxia: Handle PEIn Setup in Linux
drivers/misc: Update NCR and APB2SER Access for 5600
arch/arm64: Add i2c to the Victoria Device Tree
drivers/usb/dwc3: Add Quirk for Axxia Hardware
arch/arm64/boot/dts/intel/axm5604-sim.dts | 10 -
arch/arm64/boot/dts/intel/axm5608-sim.dts | 10 -
arch/arm64/boot/dts/intel/axm5616-sim.dts | 10 -
arch/arm64/boot/dts/intel/axm5616-victoria.dts | 16 +
arch/arm64/boot/dts/intel/axm56xx.dtsi | 10 +-
drivers/misc/Kconfig | 8 +-
drivers/misc/Makefile | 1 +
drivers/misc/axxia-pei.c | 1449 ++++++++++++++++++++++++
drivers/misc/lsi-ncr.c | 730 ++++++------
drivers/net/ethernet/lsi/Makefile | 1 +
drivers/net/ethernet/lsi/lsi-femac.c | 1199 ++++++++++++++++++++
drivers/net/ethernet/lsi/lsi_acp_net.h | 4 +-
drivers/pci/host/pcie-axxia.c | 27 +-
drivers/usb/dwc3/core.c | 5 +
drivers/usb/dwc3/core.h | 2 +
drivers/usb/dwc3/dwc3-axxia.c | 9 +-
include/linux/axxia-pei.h | 24 +
include/linux/lsi-ncr.h | 15 +-
18 files changed, 3141 insertions(+), 389 deletions(-)
create mode 100644 drivers/misc/axxia-pei.c
create mode 100644 drivers/net/ethernet/lsi/lsi-femac.c
create mode 100644 include/linux/axxia-pei.h
--
1.9.1
More information about the linux-yocto
mailing list