[linux-yocto] [PULL REQUEST] Intel Axxia updates to linux-yocto-4.1

Bruce Ashfield bruce.ashfield at windriver.com
Thu Jul 21 20:11:12 PDT 2016


On 2016-07-21 1:24 PM, Daniel Dragomir wrote:
> 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.

I grabbed this right away, and it was a ff merge. So all is
good.

These are now merged, and pushed to the repo.

Bruce

>
> 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
>



More information about the linux-yocto mailing list