All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] mfd: use DEVICE_ATTR_* macro to simplify code
@ 2021-06-02 11:43 ` Zhen Lei
  0 siblings, 0 replies; 40+ messages in thread
From: Zhen Lei @ 2021-06-02 11:43 UTC (permalink / raw)
  To: Lee Jones, patches, linux-arm-kernel, linux-kernel; +Cc: Zhen Lei

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

Zhen Lei (9):
  mfd: wm831x: use DEVICE_ATTR_RO macro
  mfd: ucb1x00-assabet: use DEVICE_ATTR_RO macro
  mfd: timberdale: use DEVICE_ATTR_RO macro
  mfd: sm501: use DEVICE_ATTR_RO macro
  mfd: pcf50633: use DEVICE_ATTR_ADMIN_RO macro
  mfd: kempld-core: use DEVICE_ATTR_RO macro
  mfd: janz-cmodio: use DEVICE_ATTR_RO macro
  mfd: intel_soc_pmic_bxtwc: use DEVICE_ATTR_ADMIN_RW macro
  mfd: ab8500-core: use DEVICE_ATTR_RO/RW macro

 drivers/mfd/ab8500-core.c          | 33 +++++++++++++++---------------
 drivers/mfd/intel_soc_pmic_bxtwc.c | 20 +++++++++---------
 drivers/mfd/janz-cmodio.c          |  6 +++---
 drivers/mfd/kempld-core.c          | 19 ++++++++---------
 drivers/mfd/pcf50633-core.c        | 12 +++++------
 drivers/mfd/sm501.c                |  8 ++++----
 drivers/mfd/timberdale.c           |  6 +++---
 drivers/mfd/ucb1x00-assabet.c      |  2 +-
 drivers/mfd/wm831x-otp.c           |  6 +++---
 9 files changed, 55 insertions(+), 57 deletions(-)

-- 
2.26.0.106.g9fadedd



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

end of thread, other threads:[~2021-06-15 18:46 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-02 11:43 [PATCH 0/9] mfd: use DEVICE_ATTR_* macro to simplify code Zhen Lei
2021-06-02 11:43 ` Zhen Lei
2021-06-02 11:43 ` [PATCH 1/9] mfd: wm831x: use DEVICE_ATTR_RO macro Zhen Lei
2021-06-02 11:43   ` Zhen Lei
2021-06-02 12:39   ` Charles Keepax
2021-06-02 12:39     ` Charles Keepax
2021-06-15 11:50   ` Lee Jones
2021-06-15 11:50     ` Lee Jones
2021-06-02 11:43 ` [PATCH 2/9] mfd: ucb1x00-assabet: " Zhen Lei
2021-06-02 11:43   ` Zhen Lei
2021-06-15 11:51   ` Lee Jones
2021-06-15 11:51     ` Lee Jones
2021-06-02 11:43 ` [PATCH 3/9] mfd: timberdale: " Zhen Lei
2021-06-02 11:43   ` Zhen Lei
2021-06-15 11:51   ` Lee Jones
2021-06-15 11:51     ` Lee Jones
2021-06-02 11:43 ` [PATCH 4/9] mfd: sm501: " Zhen Lei
2021-06-02 11:43   ` Zhen Lei
2021-06-15 12:03   ` Lee Jones
2021-06-15 12:03     ` Lee Jones
2021-06-02 11:43 ` [PATCH 5/9] mfd: pcf50633: use DEVICE_ATTR_ADMIN_RO macro Zhen Lei
2021-06-02 11:43   ` Zhen Lei
2021-06-15 12:03   ` Lee Jones
2021-06-15 12:03     ` Lee Jones
2021-06-02 11:43 ` [PATCH 6/9] mfd: kempld-core: use DEVICE_ATTR_RO macro Zhen Lei
2021-06-02 11:43   ` Zhen Lei
2021-06-15 12:14   ` Lee Jones
2021-06-15 12:14     ` Lee Jones
2021-06-02 11:43 ` [PATCH 7/9] mfd: janz-cmodio: " Zhen Lei
2021-06-02 11:43   ` Zhen Lei
2021-06-15 12:14   ` Lee Jones
2021-06-15 12:14     ` Lee Jones
2021-06-02 11:43 ` [PATCH 8/9] mfd: intel_soc_pmic_bxtwc: use DEVICE_ATTR_ADMIN_RW macro Zhen Lei
2021-06-02 11:43   ` Zhen Lei
2021-06-15 12:14   ` Lee Jones
2021-06-15 12:14     ` Lee Jones
2021-06-02 11:43 ` [PATCH 9/9] mfd: ab8500-core: use DEVICE_ATTR_RO/RW macro Zhen Lei
2021-06-02 11:43   ` Zhen Lei
2021-06-15 12:15   ` Lee Jones
2021-06-15 12:15     ` Lee Jones

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.