From mboxrd@z Thu Jan 1 00:00:00 1970 From: jeffy.chen@rock-chips.com (Jeffy Chen) Date: Fri, 9 Mar 2018 16:43:47 +0800 Subject: [RESEND PATCH v4 0/4] Set name of regmap_config Message-ID: <20180309084351.32009-1-jeffy.chen@rock-chips.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 v4: Not to use rtc dev to init regmap, the gpbr is not directly related to the rtc. Changes in v3: Modify commit message. Jeffy Chen (4): mfd: syscon: Set name of regmap_config rtc: at91sam9: Set name of regmap_config 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 | 1 + 4 files changed, 4 insertions(+) -- 2.11.0