Re: [PATCH] RISC-V: defconfig: enable MMC & SPI for RISC-V

2019-06-27 Thread Andreas Schwab
On Jun 25 2019, Troy Benjegerdes wrote: > and I see this in the log > > [1.106626] m25p80 spi0.0: unrecognized JEDEC id bytes: 9d 70 19 9d 70 19 You need the patchset "mtd: spi-nor: add support for is25wp256 spi-nor flash". Andreas. -- Andreas Schwab, SUSE Labs, sch...@suse.de GPG Key fin

Re: [PATCH] RISC-V: defconfig: enable MMC & SPI for RISC-V

2019-06-26 Thread Atish Patra
it text. Thanks for the update. - Paul From: Atish Patra Date: Tue, 25 Jun 2019 15:56:36 -0700 Subject: [PATCH] RISC-V: defconfig: enable MMC & SPI for RISC-V Currently, riscv upstream defconfig doesn't let you boot through userspace if rootfs is on the SD card. Let's enable MMC

Re: [PATCH] RISC-V: defconfig: enable MMC & SPI for RISC-V

2019-06-26 Thread Paul Walmsley
am kernel. > > Signed-off-by: Atish Patra Thanks. The patch also enables CONFIG_DEVTMPFS_MOUNT, but doesn't mention it, so the following is what I've queued for v5.2-rc. Let me know if you object to it. - Paul From: Atish Patra Date: Tue, 25 Jun 2019 15:56:36 -0700 Subject: [P

Re: [PATCH] RISC-V: defconfig: enable MMC & SPI for RISC-V

2019-06-26 Thread Palmer Dabbelt
On Tue, 25 Jun 2019 15:56:36 PDT (-0700), Atish Patra wrote: Currently, riscv upstream defconfig doesn't let you boot through userspace if rootfs is on the SD card. Let's enable MMC & SPI drivers as well so that one can boot to the user space using default config in upstream kernel. Signed-off-

Re: [PATCH] RISC-V: defconfig: enable MMC & SPI for RISC-V

2019-06-25 Thread Troy Benjegerdes
> On Jun 25, 2019, at 5:56 PM, Atish Patra wrote: > > Currently, riscv upstream defconfig doesn't let you boot > through userspace if rootfs is on the SD card. > > Let's enable MMC & SPI drivers as well so that one can boot > to the user space using default config in upstream kernel. > > Sig

[PATCH] RISC-V: defconfig: enable MMC & SPI for RISC-V

2019-06-25 Thread Atish Patra
Currently, riscv upstream defconfig doesn't let you boot through userspace if rootfs is on the SD card. Let's enable MMC & SPI drivers as well so that one can boot to the user space using default config in upstream kernel. Signed-off-by: Atish Patra --- arch/riscv/configs/defconfig | 5 + 1