Re: [PATCH] soc: aspeed: lpc-ctrl: make parameter optional

2019-05-30 Thread Vijay Khemka
On 5/29/19, 9:02 PM, "Andrew Jeffery" wrote: On Thu, 30 May 2019, at 02:51, Vijay Khemka wrote: > Makiing Typo here, but I'd prefer to see this patch go in, so Corrected in next version v2. > memory-region and flash as optional parameter in device >

Re: [PATCH] soc: aspeed: lpc-ctrl: make parameter optional

2019-05-29 Thread Andrew Jeffery
On Thu, 30 May 2019, at 02:51, Vijay Khemka wrote: > Makiing Typo here, but I'd prefer to see this patch go in, so > memory-region and flash as optional parameter in device > tree if user needs to use these parameter through ioctl then > need to define in devicetree. > > Signed-off-by: Vijay

[PATCH] soc: aspeed: lpc-ctrl: make parameter optional

2019-05-29 Thread Vijay Khemka
Makiing memory-region and flash as optional parameter in device tree if user needs to use these parameter through ioctl then need to define in devicetree. Signed-off-by: Vijay Khemka --- drivers/soc/aspeed/aspeed-lpc-ctrl.c | 58 +--- 1 file changed, 36 insertions(+), 22