Re: [PATCH 0/2] staging: mt7621-pinctrl: use pinconf-generic in some driver ops

2019-01-04 Thread Sergio Paracuellos
On Fri, Jan 4, 2019 at 10:05 AM Greg KH wrote: > > On Fri, Jan 04, 2019 at 09:55:02AM +0100, Sergio Paracuellos wrote: > > Hi Greg, > > > > On Fri, Jan 4, 2019 at 9:32 AM Greg KH wrote: > > > > > > On Thu, Jan 03, 2019 at 09:23:57AM +0100, Sergio Paracuellos wrote: > > > > On Thu, Jan 3, 2019 at

Re: [PATCH 0/2] staging: mt7621-pinctrl: use pinconf-generic in some driver ops

2019-01-04 Thread Greg KH
On Fri, Jan 04, 2019 at 09:55:02AM +0100, Sergio Paracuellos wrote: > Hi Greg, > > On Fri, Jan 4, 2019 at 9:32 AM Greg KH wrote: > > > > On Thu, Jan 03, 2019 at 09:23:57AM +0100, Sergio Paracuellos wrote: > > > On Thu, Jan 3, 2019 at 3:02 AM NeilBrown wrote: > > > > > > > > On Mon, Dec 31 2018,

Re: [PATCH 0/2] staging: mt7621-pinctrl: use pinconf-generic in some driver ops

2019-01-04 Thread Sergio Paracuellos
Hi Greg, On Fri, Jan 4, 2019 at 9:32 AM Greg KH wrote: > > On Thu, Jan 03, 2019 at 09:23:57AM +0100, Sergio Paracuellos wrote: > > On Thu, Jan 3, 2019 at 3:02 AM NeilBrown wrote: > > > > > > On Mon, Dec 31 2018, Sergio Paracuellos wrote: > > > > > > > dt_node_to_map and dt_free_map operations ca

Re: [PATCH 0/2] staging: mt7621-pinctrl: use pinconf-generic in some driver ops

2019-01-04 Thread Greg KH
On Thu, Jan 03, 2019 at 09:23:57AM +0100, Sergio Paracuellos wrote: > On Thu, Jan 3, 2019 at 3:02 AM NeilBrown wrote: > > > > On Mon, Dec 31 2018, Sergio Paracuellos wrote: > > > > > dt_node_to_map and dt_free_map operations can use pinconf-generic API's > > > instead of redefine operations in the

Re: [PATCH 0/2] staging: mt7621-pinctrl: use pinconf-generic in some driver ops

2019-01-03 Thread Sergio Paracuellos
On Thu, Jan 3, 2019 at 3:02 AM NeilBrown wrote: > > On Mon, Dec 31 2018, Sergio Paracuellos wrote: > > > dt_node_to_map and dt_free_map operations can use pinconf-generic API's > > instead of redefine operations in the driver. Make use of them cleaning > > a bit driver's code. > > > > Update DT ac

Re: [PATCH 0/2] staging: mt7621-pinctrl: use pinconf-generic in some driver ops

2019-01-02 Thread NeilBrown
On Mon, Dec 31 2018, Sergio Paracuellos wrote: > dt_node_to_map and dt_free_map operations can use pinconf-generic API's > instead of redefine operations in the driver. Make use of them cleaning > a bit driver's code. > > Update DT accordly to make sure used bindings property in code match > with

[PATCH 0/2] staging: mt7621-pinctrl: use pinconf-generic in some driver ops

2018-12-31 Thread Sergio Paracuellos
dt_node_to_map and dt_free_map operations can use pinconf-generic API's instead of redefine operations in the driver. Make use of them cleaning a bit driver's code. Update DT accordly to make sure used bindings property in code match with the board's DT bindings. Changes are only compile-tested.