[linux-yocto] [PATCH 0/9] Intel Axxia updates to linux-yocto-4.1

Bruce Ashfield bruce.ashfield at windriver.com
Thu Mar 9 10:48:27 PST 2017


On 2017-03-09 11:22 AM, Daniel Dragomir wrote:
> Hello Bruce!
>
> This series of patches brings various improvements to the Intel Axxia
> drivers from linux-yocto-4.1, including EDAC, VMFS, HWRNG, MISC and PCI
> drivers and some updates in device trees for Intel Axxia boards.
>
> If all the patches are ok, please pull them 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.51 -> standard/axxia/base
> standard/preempt-rt/axxia/base-1.51 -> 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.

These look fine to me, and are now merged.

Bruce

>
> Thank you,
> Daniel Dragomir
>
>
> John Jacques (5):
>   edac: Added sm edac driver for AXM56XX family
>   axxia: Device Tree Updates for 5600 GPIO
>   axxia: Device Tree Updates for 6700 GPIO
>   axxia: Update the VMFS Driver
>   drivers/pci: Support the Updated Axxia PCIe/sRIO Coefficients
>
> Marek Bykowski (2):
>   char: hwrng: don't use static pointer to driver data as it goes to
>     .bss
>   arch/arm/mach-axxia: adding atomicity to per_cpu data manipulation
>
> Marek Majtyka (2):
>   edac: Added cm edac driver for AXM56XX family
>   edac: Added fixes for smem edac driver
>
>  .../devicetree/bindings/arm/axxia/edac.txt         |   14 +
>  .../devicetree/bindings/arm/axxia/edac_cm.txt      |   21 +
>  arch/arm/mach-axxia/axxia-gic.c                    |   32 +-
>  arch/arm64/Kconfig                                 |    1 +
>  arch/arm64/boot/dts/intel/axc67xx.dtsi             |   16 +-
>  arch/arm64/boot/dts/intel/axm5616-victoria.dts     |   16 +
>  arch/arm64/boot/dts/intel/axm56xx.dtsi             |   45 +-
>  arch/arm64/include/asm/edac.h                      |   13 +
>  drivers/char/hw_random/axxia-rng.c                 |    8 +-
>  drivers/edac/Kconfig                               |   23 +-
>  drivers/edac/Makefile                              |    4 +-
>  drivers/edac/axxia_edac-cmc_56xx.c                 | 1223 ++++++++++++++++
>  drivers/edac/axxia_edac-mc.c                       |   19 +-
>  drivers/edac/axxia_edac-mc_56xx.c                  | 1482 ++++++++++++++++++++
>  drivers/misc/axxia-oem.c                           |   14 +-
>  drivers/misc/axxia-pei.c                           |  287 +++-
>  drivers/pci/host/pcie-axxia.c                      |    5 +-
>  fs/vmfs/inode.c                                    |    2 +-
>  include/linux/axxia-pei.h                          |    2 +-
>  19 files changed, 3167 insertions(+), 60 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/arm/axxia/edac.txt
>  create mode 100644 Documentation/devicetree/bindings/arm/axxia/edac_cm.txt
>  create mode 100644 arch/arm64/include/asm/edac.h
>  create mode 100644 drivers/edac/axxia_edac-cmc_56xx.c
>  create mode 100644 drivers/edac/axxia_edac-mc_56xx.c
>



More information about the linux-yocto mailing list