From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtprelay0196.hostedemail.com ([216.40.44.196]:35872 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752940AbcCaIHx (ORCPT ); Thu, 31 Mar 2016 04:07:53 -0400 Message-ID: <1459411668.1744.6.camel@perches.com> (sfid-20160331_100914_600316_C3C414C5) Subject: Re: [PATCH 0/5] wireless: ti: Convert specialized logging macros to kernel style From: Joe Perches To: Kalle Valo Cc: linux-kernel@vger.kernel.org, linux-wireless@vger.kernel.org, netdev@vger.kernel.org, Eliad Peller , Guy Mishol , Uri Mashiach , Johannes Berg Date: Thu, 31 Mar 2016 01:07:48 -0700 In-Reply-To: <87y48z3xkz.fsf@purkki.adurom.net> References: <87shz85gkq.fsf@purkki.adurom.net> <1459373791.25110.132.camel@perches.com> <87y48z3xkz.fsf@purkki.adurom.net> Content-Type: text/plain; charset="ISO-8859-1" Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Thu, 2016-03-31 at 10:39 +0300, Kalle Valo wrote: > Joe Perches writes: > > On Wed, 2016-03-30 at 14:51 +0300, Kalle Valo wrote: > > > Joe Perches writes: > > > > > > > > Using the normal kernel logging mechanisms makes this code > > > > a bit more like other wireless drivers. > > > Personally I don't see the point but I don't have any strong opinions. A > > > bigger problem is that TI drivers are not really in active development > > > and that's I'm not thrilled to take big patches like this for dormant > > > drivers. > > Not very dormant. > > > > 35 patches in the last year, most of them adding functionality. > Oh, I didn't realise it had that many patches. But the driver is > orphaned and doesn't have a maintainer so could I then have an ack from > one of the active contributors that this ok? Fine by me. $ ./scripts/get_maintainer.pl -f --git drivers/net/wireless/ti/ Kalle Valo (maintainer:NETWORKING DRIVERS (WIRELESS),commit_signer:27/35=77%) Eliad Peller (commit_signer:9/35=26%,authored:7/35=20%) Guy Mishol (commit_signer:6/35=17%,authored:5/35=14%) Johannes Berg (commit_signer:6/35=17%,authored:3/35=9%) Uri Mashiach (commit_signer:4/35=11%,authored:4/35=11%) For those people now added to the cc list, here's the original patch thread: https://lkml.org/lkml/2016/3/7/1099