lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 24 May 2023 13:10:11 +0200
From: Jean Delvare <jdelvare@...e.de>
To: Uwe Kleine-König <u.kleine-koenig@...gutronix.de>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>, Vladimir Oltean
 <olteanv@...il.com>, Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
 Corey Minyard <cminyard@...sta.com>, Peter Senna Tschudin
 <peter.senna@...il.com>, Kang Chen <void0red@...il.com>, "David S. Miller"
 <davem@...emloft.net>, Jakub Kicinski <kuba@...nel.org>, Shang XiaoJing
 <shangxiaojing@...wei.com>, Rob Herring <robh@...nel.org>, Michael Walle
 <michael@...le.cc>, Benjamin Mugnier <benjamin.mugnier@...s.st.com>, Marek
 Behún <kabel@...nel.org>, Petr Machata <petrm@...dia.com>,
 Hans Verkuil <hverkuil-cisco@...all.nl>, Luca Ceresoli
 <luca.ceresoli@...tlin.com>, Jonathan Cameron
 <Jonathan.Cameron@...wei.com>, Greg Kroah-Hartman
 <gregkh@...uxfoundation.org>, Jeremy Kerr <jk@...econstruct.com.au>,
 Sebastian Reichel <sebastian.reichel@...labora.com>, Adrien Grassein
 <adrien.grassein@...il.com>, Javier Martinez Canillas <javierm@...hat.com>,
 netdev@...r.kernel.org, kernel@...gutronix.de
Subject: Re: [PATCH net-next] nfc: Switch i2c drivers back to use .probe()

On Sat, 20 May 2023 19:21:04 +0200, Uwe Kleine-König wrote:
> After commit b8a1a4cd5a98 ("i2c: Provide a temporary .probe_new()
> call-back type"), all drivers being converted to .probe_new() and then
> 03c835f498b5 ("i2c: Switch .probe() to not take an id parameter")
> convert back to (the new) .probe() to be able to eventually drop
> .probe_new() from struct i2c_driver.
> 
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@...gutronix.de>
> ---
> Hello,
> 
> this patch was generated using coccinelle, but I aligned the result to
> the per-file indention.
> 
> This is one patch for the whole iio subsystem. if you want it split per

s/iio/nfc/

> driver for improved patch count numbers, please tell me.
> 
> This currently fits on top of 6.4-rc1 and next/master. If you apply it
> somewhere else and get conflicts, feel free to just drop the files with
> conflicts from this patch and apply anyhow. I'll care about the fallout
> later then.
> 
> Best regards
> Uwe
> 
>  drivers/nfc/fdp/i2c.c       | 2 +-
>  drivers/nfc/microread/i2c.c | 2 +-
>  drivers/nfc/nfcmrvl/i2c.c   | 2 +-
>  drivers/nfc/nxp-nci/i2c.c   | 2 +-
>  drivers/nfc/pn533/i2c.c     | 2 +-
>  drivers/nfc/pn544/i2c.c     | 2 +-
>  drivers/nfc/s3fwrn5/i2c.c   | 2 +-
>  drivers/nfc/st-nci/i2c.c    | 2 +-
>  drivers/nfc/st21nfca/i2c.c  | 2 +-
>  9 files changed, 9 insertions(+), 9 deletions(-)
> (...)

Reviewed-by: Jean Delvare <jdelvare@...e.de>

-- 
Jean Delvare
SUSE L3 Support

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ