All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] rtc: use DEVICE_ATTR_* macro to simplify code
@ 2021-06-02  7:38 ` Zhen Lei
  0 siblings, 0 replies; 20+ messages in thread
From: Zhen Lei @ 2021-06-02  7:38 UTC (permalink / raw)
  To: Alessandro Zummo, Alexandre Belloni, Joshua Kinard,
	Linus Walleij, linux-arm-kernel, linux-rtc, linux-kernel
  Cc: Zhen Lei

DEVICE_ATTR_RO marks ReadOnly file, DEVICE_ATTR_RW marks ReadWrite file,
it's clearer than DEVICE_ATTR.

Zhen Lei (8):
  rtc: x1205: use DEVICE_ATTR_RO macro
  rtc: rx8025: use DEVICE_ATTR_RW macro
  rtc: rs5c372: use DEVICE_ATTR_RO macro
  rtc: isl1208: use DEVICE_ATTR_* macro
  rtc: ds1685: use DEVICE_ATTR_RO macro
  rtc: ds1343: use DEVICE_ATTR_* macro
  rtc: bq32k: use DEVICE_ATTR_RW macro
  rtc: ab8500: use DEVICE_ATTR_RW macro

 drivers/rtc/rtc-ab8500.c  | 14 ++++++--------
 drivers/rtc/rtc-bq32k.c   | 16 +++++++---------
 drivers/rtc/rtc-ds1343.c  | 19 +++++++++----------
 drivers/rtc/rtc-ds1685.c  | 27 ++++++++++++---------------
 drivers/rtc/rtc-isl1208.c | 29 ++++++++++++-----------------
 drivers/rtc/rtc-rs5c372.c | 12 ++++++------
 drivers/rtc/rtc-rx8025.c  | 16 +++++++---------
 drivers/rtc/rtc-x1205.c   | 12 ++++++------
 8 files changed, 65 insertions(+), 80 deletions(-)

-- 
2.26.0.106.g9fadedd



^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2021-06-04  7:48 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-02  7:38 [PATCH 0/8] rtc: use DEVICE_ATTR_* macro to simplify code Zhen Lei
2021-06-02  7:38 ` Zhen Lei
2021-06-02  7:38 ` [PATCH 1/8] rtc: x1205: use DEVICE_ATTR_RO macro Zhen Lei
2021-06-02  7:38   ` Zhen Lei
2021-06-02  7:38 ` [PATCH 2/8] rtc: rx8025: use DEVICE_ATTR_RW macro Zhen Lei
2021-06-02  7:38   ` Zhen Lei
2021-06-02  7:38 ` [PATCH 3/8] rtc: rs5c372: use DEVICE_ATTR_RO macro Zhen Lei
2021-06-02  7:38   ` Zhen Lei
2021-06-02  7:38 ` [PATCH 4/8] rtc: isl1208: use DEVICE_ATTR_* macro Zhen Lei
2021-06-02  7:38   ` Zhen Lei
2021-06-02  7:38 ` [PATCH 5/8] rtc: ds1685: use DEVICE_ATTR_RO macro Zhen Lei
2021-06-02  7:38   ` Zhen Lei
2021-06-02  7:38 ` [PATCH 6/8] rtc: ds1343: use DEVICE_ATTR_* macro Zhen Lei
2021-06-02  7:38   ` Zhen Lei
2021-06-02  7:38 ` [PATCH 7/8] rtc: bq32k: use DEVICE_ATTR_RW macro Zhen Lei
2021-06-02  7:38   ` Zhen Lei
2021-06-02  7:38 ` [PATCH 8/8] rtc: ab8500: " Zhen Lei
2021-06-02  7:38   ` Zhen Lei
2021-06-04  7:46   ` Linus Walleij
2021-06-04  7:46     ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.