Re: [PATCH v5 13/33] pinctrl: Add support for Kendryte K210 FPIOA

2020-03-04 Thread Sean Anderson
On 3/4/20 1:47 AM, Rick Chen wrote: > Hi Sean > >> The Fully-Programmable Input/Output Array (FPIOA) device controls pin >> multiplexing on the K210. The FPIOA can remap any supported function to any >> multifunctional IO pin. It can also perform basic GPIO functions, such as >> reading the

Re: [PATCH v5 13/33] pinctrl: Add support for Kendryte K210 FPIOA

2020-03-03 Thread Rick Chen
Hi Sean > The Fully-Programmable Input/Output Array (FPIOA) device controls pin > multiplexing on the K210. The FPIOA can remap any supported function to any > multifunctional IO pin. It can also perform basic GPIO functions, such as > reading the current value of a pin. > > Signed-off-by: Sean

[PATCH v5 13/33] pinctrl: Add support for Kendryte K210 FPIOA

2020-02-28 Thread Sean Anderson
The Fully-Programmable Input/Output Array (FPIOA) device controls pin multiplexing on the K210. The FPIOA can remap any supported function to any multifunctional IO pin. It can also perform basic GPIO functions, such as reading the current value of a pin. Signed-off-by: Sean Anderson ---