Re: [PATCH] Revert "staging:r8188eu: use lib80211 CCMP decrypt"

2018-12-31 Thread Larry Finger
On 12/30/18 12:39 PM, Michael Straube wrote: Commit 6bd082af7e36 ("staging:r8188eu: use lib80211 CCMP decrypt") is causing hardfreeze whenever the driver tries to connect to my wifi network. That makes the driver unusable on my system. Reverting the commit fixes the issue and the driver works pro

Re: [PATCH 15/18] staging: mt7621-pinctrl: refactor rt2880_pinctrl_dt_node_to_map function

2018-12-31 Thread Sergio Paracuellos
On Sun, Dec 30, 2018 at 9:28 AM NeilBrown wrote: > > On Sun, Dec 30 2018, Sergio Paracuellos wrote: > > > Hi again and sorry for the noise. > > A bit of noise is no problem, especially when it leads to the right > answer. > > > > > + *num_maps = 0; > > Yes, this works. > I had tried other nu

[PATCH 1/2] staging: mt7621-pinctrl: use pinconf-generic for 'dt_node_to_map' and 'dt_free_map'

2018-12-31 Thread Sergio Paracuellos
Instead of reimplement afunction to do 'dt_node_to_map' task like 'rt2880_pinctrl_dt_node_to_map' make use of 'pinconf_generic_dt_node_to_map_all' generic function for this task. Also use its equivalent function for free which is 'pinconf_generic_dt_free_map'. Remove 'rt2880_pinctrl_dt_node_to_map'

[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.

[PATCH 2/2] staging: mt7621-dts: use standard 'groups' instead of 'group' for pinctrl bindings

2018-12-31 Thread Sergio Paracuellos
Pinctrl generic functions looks for standard property 'groups' in DT to get data and use in the driver. Change all of them. Signed-off-by: Sergio Paracuellos --- drivers/staging/mt7621-dts/gbpc1.dts | 4 ++-- drivers/staging/mt7621-dts/mt7621.dtsi | 24 2 files change