public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] memory: tegra: Use DEFINE_SHOW_ATTRIBUTE to simplify code
@ 2022-09-26 13:00 Liu Shixin
  2022-09-26 13:00 ` [PATCH v2 1/4] memory: tegra20-emc: use " Liu Shixin
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Liu Shixin @ 2022-09-26 13:00 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Thierry Reding, Jonathan Hunter
  Cc: linux-kernel, linux-tegra, Liu Shixin

Use DEFINE_SHOW_ATTRIBUTE helper macro to simplify the code.
No functional change.

v1->v2: remove duplicate blank lines.

Liu Shixin (4):
  memory: tegra20-emc: use DEFINE_SHOW_ATTRIBUTE to simplify code
  memory: tegra30-emc: use DEFINE_SHOW_ATTRIBUTE to simplify code
  memory: tegra210-emc: use DEFINE_SHOW_ATTRIBUTE to simplify code
  memory: tegra186-emc: use DEFINE_SHOW_ATTRIBUTE to simplify code

 drivers/memory/tegra/tegra186-emc.c      | 15 +--------------
 drivers/memory/tegra/tegra20-emc.c       | 15 +--------------
 drivers/memory/tegra/tegra210-emc-core.c | 15 +--------------
 drivers/memory/tegra/tegra30-emc.c       | 15 +--------------
 4 files changed, 4 insertions(+), 56 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-10-24 14:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-26 13:00 [PATCH v2 0/4] memory: tegra: Use DEFINE_SHOW_ATTRIBUTE to simplify code Liu Shixin
2022-09-26 13:00 ` [PATCH v2 1/4] memory: tegra20-emc: use " Liu Shixin
2022-09-26 13:00 ` [PATCH v2 2/4] memory: tegra30-emc: " Liu Shixin
2022-09-26 13:00 ` [PATCH v2 3/4] memory: tegra210-emc: " Liu Shixin
2022-09-26 13:00 ` [PATCH v2 4/4] memory: tegra186-emc: " Liu Shixin
2022-09-28  9:02 ` [PATCH v2 0/4] memory: tegra: Use " Krzysztof Kozlowski
2022-10-24 13:10 ` Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox