You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux
Jo-Philipp Wich f01044e85c kernel: fix sdhci-msm build error
A missing upstream stable backport leads to the following build error:

     CC      drivers/mmc/host/sdhci-msm.o
    drivers/mmc/host/sdhci-msm.c:1158:3: error: 'const struct sdhci_ops' has no member named 'write_w'
      .write_w = sdhci_msm_write_w,
       ^~~~~~~
    drivers/mmc/host/sdhci-msm.c:1158:13: warning: excess elements in struct initializer
      .write_w = sdhci_msm_write_w,
                 ^~~~~~~~~~~~~~~~~
    drivers/mmc/host/sdhci-msm.c:1158:13: note: (near initialization for 'sdhci_msm_ops')
    scripts/Makefile.build:326: recipe for target 'drivers/mmc/host/sdhci-msm.o' failed

Solve the issue by backporting commit
99d570da30 ("mmc: Kconfig: Enable CONFIG_MMC_SDHCI_IO_ACCESSORS")
from linux-stable.

Ref: 528508ae8b (commitcomment-32049231)
Fixes: 528508ae8b ("kernel: bump 4.14 to 4.14.95")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
6 years ago
..
adm5120 kernel: Replace ledtrig-netdev with upstream backport 6 years ago
adm8668 treewide: use wpad-basic for not small flash targets 6 years ago
apm821xx apm821xx: dts overhaul 6 years ago
ar7 treewide: use wpad-basic for not small flash targets 6 years ago
ar71xx kernel: bump 4.14 to 4.14.95 6 years ago
arc770 treewide: use wpad-basic for not small flash targets 6 years ago
archs38 treewide: use wpad-basic for not small flash targets 6 years ago
armvirt kernel: bump 4.14 to 4.14.77 6 years ago
at91 at91: dts: Unify naming of gpio-keys nodes 6 years ago
ath25 kernel: bump 4.14 to 4.14.79 6 years ago
ath79 kernel: bump 4.14 to 4.14.95 6 years ago
au1000 treewide: use wpad-basic for not small flash targets 6 years ago
bcm53xx bcm53xx: add support for Phicomm K3 6 years ago
brcm47xx kernel: bump 4.19 to 4.19.16 6 years ago
brcm63xx brcm63xx: remove broken DSP platform device code 6 years ago
brcm2708 brcm2708: boot-part feature integration 6 years ago
cns3xxx kernel: bump 4.14 to 4.14.93 6 years ago
gemini gemini: unify and fix ib-nas4220b and sq201 image creation 6 years ago
generic kernel: fix sdhci-msm build error 6 years ago
imx6 imx6: image: ventana: Add missing BOOT_SCRIPT variable 6 years ago
ipq40xx ipq40xx: dts: Unify naming of gpio-led nodes 6 years ago
ipq806x ipq806x: dts: Unify naming of gpio-led nodes 6 years ago
ixp4xx treewide: use wpad-basic for not small flash targets 6 years ago
kirkwood treewide: use wpad-basic for not small flash targets 6 years ago
lantiq kernel: bump 4.14 to 4.14.95 6 years ago
layerscape layerscape: dts: Unify naming of gpio-keys nodes 6 years ago
malta malta: Add support for kernel 4.19 6 years ago
mcs814x kernel: bump 3.18 to 3.18.119 6 years ago
mediatek kernel: bump 4.14 to 4.14.93 6 years ago
mpc85xx kernel: bump 4.19 to 4.19.16 6 years ago
mvebu kernel: bump 4.14 to 4.14.81 6 years ago
mxs mxs: use generic sysinfo board detection 6 years ago
octeon octeon: fix typo in platform.sh 6 years ago
octeontx kernel: enable memory compaction 6 years ago
omap kernel: bump 4.14 to 4.14.77 6 years ago
omap24xx omap24xx: remove referece to not existing kmod-usb-musb-tusb6010 7 years ago
orion treewide: use wpad-basic for not small flash targets 6 years ago
oxnas oxnas: dts: Unify naming of gpio-led nodes 6 years ago
pistachio kernel: bump 4.14 to 4.14.91 6 years ago
ppc40x kernel: only optimized for size if small_flash 6 years ago
ppc44x kernel: only optimized for size if small_flash 6 years ago
ramips ramips: fix two-way hash and auto ageout on MT7621 6 years ago
rb532 kernel: bump 4.14 to 4.14.86 6 years ago
samsung kernel: Deactivate CONFIG_COMPAT_BRK 6 years ago
sunxi sunxi: Add support for kernel 4.19 6 years ago
uml treewide: use wpad-basic for not small flash targets 6 years ago
x86 x86: Add support for kernel 4.19 6 years ago
xburst kernel: bump 3.18 to 3.18.119 6 years ago
zynq kernel: Deactivate CONFIG_COMPAT_BRK 6 years ago
Makefile