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