Re: [linux-sunxi] Re: [PATCH 1/2] pinctrl: sunxi: add a missing function of A10/A20 pinctrl driver

2017-07-10 Thread Icenowy Zheng
于 2017年7月10日 GMT+08:00 下午4:44:00, Maxime Ripard 写到: >On Fri, Jul 07, 2017 at 07:21:19AM +0800, icen...@aosc.io wrote: >> 在 2017-07-07 04:46,Maxime Ripard 写道: >> > Hi, >> > >> > On Thu, Jul 06, 2017 at 10:28:21PM +0800, Icenowy Zheng wrote: >> > > The PH16 pin

Re: [linux-sunxi] Re: [PATCH 1/2] pinctrl: sunxi: add a missing function of A10/A20 pinctrl driver

2017-07-10 Thread Icenowy Zheng
于 2017年7月10日 GMT+08:00 下午4:44:00, Maxime Ripard 写到: >On Fri, Jul 07, 2017 at 07:21:19AM +0800, icen...@aosc.io wrote: >> 在 2017-07-07 04:46,Maxime Ripard 写道: >> > Hi, >> > >> > On Thu, Jul 06, 2017 at 10:28:21PM +0800, Icenowy Zheng wrote: >> > > The PH16 pin has a function with mux id 0x5,

Re: [linux-sunxi] Re: [PATCH 1/2] pinctrl: sunxi: add a missing function of A10/A20 pinctrl driver

2017-07-10 Thread Maxime Ripard
On Fri, Jul 07, 2017 at 07:21:19AM +0800, icen...@aosc.io wrote: > 在 2017-07-07 04:46,Maxime Ripard 写道: > > Hi, > > > > On Thu, Jul 06, 2017 at 10:28:21PM +0800, Icenowy Zheng wrote: > > > The PH16 pin has a function with mux id 0x5, which is the DET pin of > > > the > > > "sim" (smart card

Re: [linux-sunxi] Re: [PATCH 1/2] pinctrl: sunxi: add a missing function of A10/A20 pinctrl driver

2017-07-10 Thread Maxime Ripard
On Fri, Jul 07, 2017 at 07:21:19AM +0800, icen...@aosc.io wrote: > 在 2017-07-07 04:46,Maxime Ripard 写道: > > Hi, > > > > On Thu, Jul 06, 2017 at 10:28:21PM +0800, Icenowy Zheng wrote: > > > The PH16 pin has a function with mux id 0x5, which is the DET pin of > > > the > > > "sim" (smart card

Re: [linux-sunxi] Re: [PATCH 1/2] pinctrl: sunxi: add a missing function of A10/A20 pinctrl driver

2017-07-06 Thread icenowy
在 2017-07-07 04:46,Maxime Ripard 写道: Hi, On Thu, Jul 06, 2017 at 10:28:21PM +0800, Icenowy Zheng wrote: The PH16 pin has a function with mux id 0x5, which is the DET pin of the "sim" (smart card reader) IP block. This function is missing both in the old A10 and A20 drivers, so it's not found

Re: [linux-sunxi] Re: [PATCH 1/2] pinctrl: sunxi: add a missing function of A10/A20 pinctrl driver

2017-07-06 Thread icenowy
在 2017-07-07 04:46,Maxime Ripard 写道: Hi, On Thu, Jul 06, 2017 at 10:28:21PM +0800, Icenowy Zheng wrote: The PH16 pin has a function with mux id 0x5, which is the DET pin of the "sim" (smart card reader) IP block. This function is missing both in the old A10 and A20 drivers, so it's not found

Re: [PATCH 1/2] pinctrl: sunxi: add a missing function of A10/A20 pinctrl driver

2017-07-06 Thread Maxime Ripard
Hi, On Thu, Jul 06, 2017 at 10:28:21PM +0800, Icenowy Zheng wrote: > The PH16 pin has a function with mux id 0x5, which is the DET pin of the > "sim" (smart card reader) IP block. > > This function is missing both in the old A10 and A20 drivers, so it's > not found during the merge of these two

Re: [PATCH 1/2] pinctrl: sunxi: add a missing function of A10/A20 pinctrl driver

2017-07-06 Thread Maxime Ripard
Hi, On Thu, Jul 06, 2017 at 10:28:21PM +0800, Icenowy Zheng wrote: > The PH16 pin has a function with mux id 0x5, which is the DET pin of the > "sim" (smart card reader) IP block. > > This function is missing both in the old A10 and A20 drivers, so it's > not found during the merge of these two

[PATCH 1/2] pinctrl: sunxi: add a missing function of A10/A20 pinctrl driver

2017-07-06 Thread Icenowy Zheng
The PH16 pin has a function with mux id 0x5, which is the DET pin of the "sim" (smart card reader) IP block. This function is missing both in the old A10 and A20 drivers, so it's not found during the merge of these two drivers. Add it to the driver. As we now merged A20 pinctrl driver to the A10

[PATCH 1/2] pinctrl: sunxi: add a missing function of A10/A20 pinctrl driver

2017-07-06 Thread Icenowy Zheng
The PH16 pin has a function with mux id 0x5, which is the DET pin of the "sim" (smart card reader) IP block. This function is missing both in the old A10 and A20 drivers, so it's not found during the merge of these two drivers. Add it to the driver. As we now merged A20 pinctrl driver to the A10