mbox series

[v2,0/2] pcf85063 driver improvements

Message ID 20230717124059.196244-1-biju.das.jz@bp.renesas.com
Headers show
Series pcf85063 driver improvements | expand

Message

Biju Das July 17, 2023, 12:40 p.m. UTC
This patch series is based on the code improvement work done for
rtc-isl1208 driver and is just compile tested.

v1->v2:
 * Added Rb tag from Geert for patch#1
 * Added patch#2 for dropping enum pcf85063_type and the array pcf85063_cfg[]
   as individual variables, and make lines shorter by referring to
   e.g. &pcf85063_cfg instead of &pcf85063_cfg[PCF85063].

Biju Das (2):
  rtc: pcf85063: Simplify probe()
  rtc: pcf85063: Drop enum pcf85063_type and split pcf85063_cfg[]

 drivers/rtc/rtc-pcf85063.c | 99 ++++++++++++++++----------------------
 1 file changed, 41 insertions(+), 58 deletions(-)

Comments

Alexandre Belloni July 27, 2023, 9:08 p.m. UTC | #1
On Mon, 17 Jul 2023 13:40:57 +0100, Biju Das wrote:
> This patch series is based on the code improvement work done for
> rtc-isl1208 driver and is just compile tested.
> 
> v1->v2:
>  * Added Rb tag from Geert for patch#1
>  * Added patch#2 for dropping enum pcf85063_type and the array pcf85063_cfg[]
>    as individual variables, and make lines shorter by referring to
>    e.g. &pcf85063_cfg instead of &pcf85063_cfg[PCF85063].
> 
> [...]

Applied, thanks!

[1/2] rtc: pcf85063: Simplify probe()
      commit: 68c624f860b30408afde81a91b4c9df3e915ed85
[2/2] rtc: pcf85063: Drop enum pcf85063_type and split pcf85063_cfg[]
      commit: 5789837c782771eadc9be47487067399609832e7

Best regards,