Re: [PATCH v4 00/12] riscv: Add FPIOA and GPIO support for Kendryte K210

2020-08-13 Thread Sean Anderson
On 8/13/20 8:37 PM, Rick Chen wrote: > Hi Sean > >> On 6/24/20 6:29 AM, Sean Anderson wrote: >>> This patch series adds support for pinmuxing, gpios, and leds on the Kendyte >>> K210. >>> >>> This patch series was previously part of >>> https://patchwork.ozlabs.org/project/uboot/list/?series=16157

Re: [PATCH v4 00/12] riscv: Add FPIOA and GPIO support for Kendryte K210

2020-08-13 Thread Rick Chen
Hi Sean > On 6/24/20 6:29 AM, Sean Anderson wrote: > > This patch series adds support for pinmuxing, gpios, and leds on the Kendyte > > K210. > > > > This patch series was previously part of > > https://patchwork.ozlabs.org/project/uboot/list/?series=161576 > > > > This patch series depends on > >

Re: [PATCH v4 00/12] riscv: Add FPIOA and GPIO support for Kendryte K210

2020-08-12 Thread Sean Anderson
On 6/24/20 6:29 AM, Sean Anderson wrote: > This patch series adds support for pinmuxing, gpios, and leds on the Kendyte > K210. > > This patch series was previously part of > https://patchwork.ozlabs.org/project/uboot/list/?series=161576 > > This patch series depends on > https://patchwork.ozla

[PATCH v4 00/12] riscv: Add FPIOA and GPIO support for Kendryte K210

2020-06-24 Thread Sean Anderson
This patch series adds support for pinmuxing, gpios, and leds on the Kendyte K210. This patch series was previously part of https://patchwork.ozlabs.org/project/uboot/list/?series=161576 This patch series depends on https://patchwork.ozlabs.org/project/uboot/list/?series=178480 Changes in v4: -