Re: [PATCH] dt-bindings: Drop type references on common properties

2021-03-16 Thread Suman Anna
c: Mark Brown > Cc: Cheng-Yi Chiang > Cc: Benson Leung > Cc: Zhang Rui > Cc: Daniel Lezcano > Cc: Greg Kroah-Hartman > Cc: Stefan Wahren > Cc: Masahiro Yamada > Cc: Odelu Kukatla > Cc: Alex Elder > Cc: Suman Anna > Cc: Kuninori Morimoto > Cc: Dmitry B

Re: [PATCH] dt-bindings: Add missing array size constraints

2021-01-05 Thread Suman Anna
entation/devicetree/bindings/remoteproc/ingenic,vpu.yaml >> @@ -44,7 +44,7 @@ properties: >>- const: vpu >> >>interrupts: >> -description: VPU hardware interrupt >> +maxItems: 1 >> >> required: >>- compatible >&g

Re: [PATCH] net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during suspend

2020-05-22 Thread Suman Anna
On 5/22/20 11:39 AM, Grygorii Strashko wrote: vlan_for_each() are required to be called with rtnl_lock taken, otherwise ASSERT_RTNL() warning will be triggered - which happens now during System resume from suspend: cpsw_suspend() |- cpsw_ndo_stop() |- __hw_addr_ref_unsync_dev()

Re: [PATCH] net: add the AF_QIPCRTR entries to family name tables

2017-01-10 Thread Suman Anna
On 01/09/2017 09:48 PM, Suman Anna wrote: > Commit bdabad3e363d ("net: Add Qualcomm IPC router") introduced a > new address family. Update the family name tables accordingly so > that the lockdep initialization can use the proper names for this > family. > > Cc: Court

[PATCH] net: add the AF_QIPCRTR entries to family name tables

2017-01-09 Thread Suman Anna
Commit bdabad3e363d ("net: Add Qualcomm IPC router") introduced a new address family. Update the family name tables accordingly so that the lockdep initialization can use the proper names for this family. Cc: Courtney Cavin Cc: Bjorn Andersson Signed-off-by: Suman Anna --- net/core/