linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Set name of regmap_config
@ 2018-03-08 10:21 Jeffy Chen
  2018-03-08 10:21 ` [PATCH v3 1/4] mfd: syscon: " Jeffy Chen
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Jeffy Chen @ 2018-03-08 10:21 UTC (permalink / raw)
  To: linux-kernel, broonie
  Cc: Jeffy Chen, linux-rtc, Sylvain Lemieux, Arnd Bergmann,
	Michael Turquette, Heiko Stuebner, Alessandro Zummo,
	linux-rockchip, Stephen Boyd, Gabriel Fernandez, linux-clk,
	Alexandre Belloni, Alexandre Belloni, Russell King, Lee Jones,
	Nicolas Ferre, Jerome Brunet, Vladimir Zapolskiy, Arvind Yadav,
	linux-arm-kernel


After 9b947a13e7f6 ("regmap: use debugfs even when no device"), we are
allowing regmap to create debugfs without a valid device. Some of them
would end up using "dummy*" as debugfs name.

This series try to set names in some regmap_config to avoid that.


Changes in v3:
Modify commit message.

Jeffy Chen (4):
  mfd: syscon: Set name of regmap_config
  rtc: at91sam9: Pass pdev->dev to regmap_init_mmio()
  clk: lpc32xx: Set name of regmap_config
  ARM: rockchip: Set name of regmap_config

 arch/arm/mach-rockchip/platsmp.c | 1 +
 drivers/clk/nxp/clk-lpc32xx.c    | 1 +
 drivers/mfd/syscon.c             | 1 +
 drivers/rtc/rtc-at91sam9.c       | 2 +-
 4 files changed, 4 insertions(+), 1 deletion(-)

-- 
2.11.0

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

end of thread, other threads:[~2018-03-09  1:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-08 10:21 [PATCH v3 0/4] Set name of regmap_config Jeffy Chen
2018-03-08 10:21 ` [PATCH v3 1/4] mfd: syscon: " Jeffy Chen
2018-03-08 10:21 ` [PATCH v3 2/4] rtc: at91sam9: Pass pdev->dev to regmap_init_mmio() Jeffy Chen
2018-03-08 20:49   ` Alexandre Belloni
2018-03-09  1:51     ` JeffyChen
2018-03-08 10:21 ` [PATCH v3 3/4] clk: lpc32xx: Set name of regmap_config Jeffy Chen
2018-03-08 10:21 ` [PATCH v3 4/4] ARM: rockchip: " Jeffy Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).