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

Bruce Ashfield bruce.ashfield at windriver.com
Wed May 18 07:02:16 PDT 2016


On 2016-05-17 6:50 PM, Daniel Dragomir wrote:
> Hello Bruce!
>
> This series of patches brings dts updates and various improvements and fixes
> to the Intel Axxia drivers from linux-yocto-4.1 kernel.
>
> NOTE: All the following patches are for both axxia branches:
> standard/axxia/base and standard/preempt-rt/axxia/base,
> exept one which is only for the preempt-rt branch:
> "kernel/time: Fix Compiler Warnings when PREEMPT_RT_FULL & !SMP"
>
> For convenience, I pushed the patches into a public repo to be able to
> pull them easly and not to apply each one from emails.
>
> You can pull the patches from
> https://github.com/ddragomi/YoctoKernel_4.1_pull.git
> into git://git.yoctoproject.org/linux-yocto-4.1
> Pull
> 'standard/axxia-dev/base' -> 'standard/axxia/base'
> 'standard/preempt-rt/axxia-dev/base' -> 'standard/preempt-rt/axxia/base'
>

Merged. I had a couple of pending 4.1 stable updates, so I rebased
your standard/axxia-dev/base on top of that, and merged the preempt-rt
variant.

I'll be sending SRCREV updates out later, but if you want to double
check that nothing went wrong in the merge, just build AUTOREV and
let me know.

Bruce

> Axxia internal tag: 1.27
>
> Thank you,
> Daniel Dragomir
>
> John Jacques (10):
>   arch/arm64: Update Axxia DTS Files
>   axxia: Update the Simulation Device Trees
>   axxia: Update the Axxia device trees for 5600 and Lionfish
>   axxia: Update the Axxia Device Trees
>   drivers/gpio: Fix Compiler Warnings
>   drivers/net: Update Axxia FEMAC Driver Statistics Gathering
>   drivers/net: Avoid Possible Deadlock in the Axxia FEMAC Driver
>   fs: Only Reschedule the Write Lock if Needed.
>   kernel/time: Fix Compiler Warnings when PREEMPT_RT_FULL & !SMP
>   axxia: Fix Compile Problems in the FEMAC
>
>  arch/arm64/boot/dts/intel/Makefile          |    6 +-
>  arch/arm64/boot/dts/intel/axc6704-emu.dts   |   50 +-
>  arch/arm64/boot/dts/intel/axc6704-sim.dts   |   38 +-
>  arch/arm64/boot/dts/intel/axc6712-emu.dts   |   50 +-
>  arch/arm64/boot/dts/intel/axc6716-sim.dts   |   38 +-
>  arch/arm64/boot/dts/intel/axc6732-cpus.dtsi |  259 ++++++
>  arch/arm64/boot/dts/intel/axc6732-sim.dts   |  208 +++++
>  arch/arm64/boot/dts/intel/axc67xx.dtsi      |  113 +--
>  arch/arm64/boot/dts/intel/axm5601-emu.dts   |   66 --
>  arch/arm64/boot/dts/intel/axm5602-emu.dts   |   63 --
>  arch/arm64/boot/dts/intel/axm5604-sim.dts   |   56 +-
>  arch/arm64/boot/dts/intel/axm5606-emu.dts   |   50 +-
>  arch/arm64/boot/dts/intel/axm5608-sim.dts   |   71 +-
>  arch/arm64/boot/dts/intel/axm5616-sim.dts   |   68 +-
>  arch/arm64/boot/dts/intel/axm56xx.dtsi      |   90 +-
>  drivers/gpio/gpiolib-sysfs.c                |    2 +-
>  drivers/gpio/gpiolib.c                      |    1 -
>  drivers/net/ethernet/lsi/Makefile           |    1 -
>  drivers/net/ethernet/lsi/lsi-femac.c        | 1199 ---------------------------
>  drivers/net/ethernet/lsi/lsi_acp_mdio.c     |    2 +
>  drivers/net/ethernet/lsi/lsi_acp_net.c      |   98 ++-
>  drivers/net/ethernet/lsi/lsi_acp_net.h      |   22 +-
>  fs/fs-writeback.c                           |    5 +-
>  kernel/time/timer.c                         |    3 +
>  24 files changed, 1023 insertions(+), 1536 deletions(-)
>  create mode 100644 arch/arm64/boot/dts/intel/axc6732-cpus.dtsi
>  create mode 100644 arch/arm64/boot/dts/intel/axc6732-sim.dts
>  delete mode 100644 arch/arm64/boot/dts/intel/axm5601-emu.dts
>  delete mode 100644 arch/arm64/boot/dts/intel/axm5602-emu.dts
>  delete mode 100644 drivers/net/ethernet/lsi/lsi-femac.c
>



More information about the linux-yocto mailing list