Skip to content
Snippets Groups Projects
  1. Apr 12, 2021
    • Mathias Kresin's avatar
      lantiq: ltq-vdsl-mei: add kernel 5.10 compatiblity · f4acdf8c
      Mathias Kresin authored
      
      proc_create_data() expects a struct of type proc_ops.
      
      Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
      f4acdf8c
    • Mathias Kresin's avatar
      lantiq: ltq-ifxos: add kernel 5.10 compatiblity · 3bad9b0e
      Mathias Kresin authored
      
      ioremap has provided non-cached semantics by default since the Linux 2.6
      days and was removed with kernel version 5.6.
      
      Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
      3bad9b0e
    • Daniel Golle's avatar
      kernel: fix deferred mtdblock registration · e9c8c834
      Daniel Golle authored
      
      Check if gendisk is already up instead of trying to figure out parent
      mtd device (which didn't work well).
      
      Reported-by: default avatarDENG Qingfang <dqfext@gmail.com>
      Reported-by: default avatarKoen Vandeputte <koen.vandeputte@citymesh.com>
      Fixes: 2809d000 ("kernel: support FIT partition parser on mtdblock devices")
      Signed-off-by: default avatarDaniel Golle <daniel@makrotopia.org>
      e9c8c834
    • Zoltan HERPAI's avatar
      sunxi: add support for Banana Pi M2 Berry · 9aa66b8c
      Zoltan HERPAI authored
      
      CPU: Allwinner V40 quad-core Cortex A7 @ 1.2GHz
      Memory: 1GB DDR3
      Storage: SDcard, native SATA
      Network: 10/100/1000M ethernet, Ampak AP6212 wifi + BT
      USB: 4x USB 2.0
      
      Installation:
      Use the standard sunxi installation to an SD-card.
      
      While the board is very similar to the M2 Ultra board
      (the V40 is the automotive version of the R40), as both
      the u-boot and kernel supports them separately, and some
      pins are different, let's add a separate device spec.
      
      Signed-off-by: default avatarZoltan HERPAI <wigyori@uid0.hu>
      9aa66b8c
    • Koen Vandeputte's avatar
      ath79: mikrotik: enable 2nd USB on RouterBOARD 922UAGS-5HPacD · 172fa3bc
      Koen Vandeputte authored
      
      RB922 boards have 2 separate USB controllers:
      - 1 is connected to Slot Type A
      - 1 is connected to the mini PCIe port
      
      Enable the 2nd one too.
      
      Before:
      
      [    5.339304] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI)
      Driver
      [    5.355053] SCSI subsystem initialized
      [    5.364184] ehci-fsl: Freescale EHCI Host controller driver
      [    5.372377] ehci-platform: EHCI generic platform driver
      [    5.378053] ehci-platform 1b000000.usb: EHCI Host Controller
      [    5.383861] ehci-platform 1b000000.usb: new USB bus registered,
      assigned bus number 1
      [    5.391932] ehci-platform 1b000000.usb: irq 14, io mem 0x1b000000
      [    5.410730] ehci-platform 1b000000.usb: USB 2.0 started, EHCI 1.00
      [    5.417739] hub 1-0:1.0: USB hub found
      [    5.422280] hub 1-0:1.0: 1 port detected
      [    5.434007] usbcore: registered new interface driver usb-storage
      
      After:
      
      [    5.342988] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI)
      Driver
      [    5.358687] SCSI subsystem initialized
      [    5.367813] ehci-fsl: Freescale EHCI Host controller driver
      [    5.375998] ehci-platform: EHCI generic platform driver
      [    5.381695] ehci-platform 1b000000.usb: EHCI Host Controller
      [    5.387507] ehci-platform 1b000000.usb: new USB bus registered,
      assigned bus number 1
      [    5.395571] ehci-platform 1b000000.usb: irq 14, io mem 0x1b000000
      [    5.416050] ehci-platform 1b000000.usb: USB 2.0 started, EHCI 1.00
      [    5.423089] hub 1-0:1.0: USB hub found
      [    5.427578] hub 1-0:1.0: 1 port detected
      [    5.432432] ehci-platform 1b400000.usb: EHCI Host Controller
      [    5.438254] ehci-platform 1b400000.usb: new USB bus registered,
      assigned bus number 2
      [    5.446325] ehci-platform 1b400000.usb: irq 15, io mem 0x1b400000
      [    5.468049] ehci-platform 1b400000.usb: USB 2.0 started, EHCI 1.00
      [    5.475082] hub 2-0:1.0: USB hub found
      [    5.479574] hub 2-0:1.0: 1 port detected
      [    5.491305] usbcore: registered new interface driver usb-storage
      
      Fixes: 8f93c05a ("ath79: add support for MikroTik RouterBOARD
      922UAGS-5HPacD")
      Signed-off-by: default avatarKoen Vandeputte <koen.vandeputte@citymesh.com>
      172fa3bc
  2. Apr 11, 2021
  3. Apr 10, 2021
Loading