Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ath79: add support for linux-4.19 [done] #1635

Closed
wants to merge 3 commits into from

Commits on Dec 31, 2018

  1. ath79: ag71xx: add support for timer functions in linux 4.15+

    Kernel newer than 4.15 dropped "data" field and used from_timer
    to cast out the parent struct pointer for current timer.
    
    Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
    981213 committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    e553aaa View commit details
    Browse the repository at this point in the history
  2. ath79: ag71xx: pass correct device pointer to dma functions

    linux 4.19 doesn't accept a NULL device for these functions.
    It also complains that the device struct in net_device doesn't have
    a dma_mask set.
    Pass the device struct from platform_device for these functions.
    
    Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
    981213 committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    71aa150 View commit details
    Browse the repository at this point in the history
  3. ath79: add support for linux 4.19

    The following patches are dropped because they are merged upstream:
    -0001-tty-serial-drop-QCA-pecific-SoC-symbols.patch
    -0006-usb-drop-deprecated-symbols.patch
    -0009-MIPS-ath79-add-lots-of-missing-registers.patch
    -0010-MIPS-ath79-add-support-for-QCA953x-QCA956x-TP9343.patch
    -0014-MIPS-ath79-finetune-cpu-overrides.patch
    -0015-MIPS-ath79-enable-uart-during-early_prink.patch
    -0016-MIPS-ath79-get-PCIe-controller-out-of-reset.patch
    
    This patch is dropped due to the introduction of spi-mem framework:
    -461-spi-ath79-add-fast-flash-read.patch
    
    Thank to Michael Marley @mamarley for his work on this patch:
    -910-unaligned_access_hacks.patch
    
    Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
    981213 committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    b24e63d View commit details
    Browse the repository at this point in the history