mbox series

[0/7] rtc: drop unused module alias

Message ID 20250423130318.31244-1-johan+linaro@kernel.org
Headers show
Series rtc: drop unused module alias | expand

Message

Johan Hovold April 23, 2025, 1:03 p.m. UTC
When working on the pm8xxx driver I noticed that it had a platform
module alias while only supporting OF probe. This series drops it along
with unused aliases in the other RTC drivers.

Johan


Johan Hovold (7):
  rtc: at91rm9200: drop unused module alias
  rtc: cpcap: drop unused module alias
  rtc: da9063: drop unused module alias
  rtc: jz4740: drop unused module alias
  rtc: pm8xxx: drop unused module alias
  rtc: s3c: drop unused module alias
  rtc: stm32: drop unused module alias

 drivers/rtc/rtc-at91rm9200.c | 1 -
 drivers/rtc/rtc-cpcap.c      | 1 -
 drivers/rtc/rtc-da9063.c     | 1 -
 drivers/rtc/rtc-jz4740.c     | 1 -
 drivers/rtc/rtc-pm8xxx.c     | 1 -
 drivers/rtc/rtc-s3c.c        | 1 -
 drivers/rtc/rtc-stm32.c      | 1 -
 7 files changed, 7 deletions(-)

Comments

Johan Hovold May 20, 2025, 7:33 a.m. UTC | #1
Hi Alexandre,

On Wed, Apr 23, 2025 at 03:03:11PM +0200, Johan Hovold wrote:
> When working on the pm8xxx driver I noticed that it had a platform
> module alias while only supporting OF probe. This series drops it along
> with unused aliases in the other RTC drivers.

> Johan Hovold (7):
>   rtc: at91rm9200: drop unused module alias
>   rtc: cpcap: drop unused module alias
>   rtc: da9063: drop unused module alias
>   rtc: jz4740: drop unused module alias
>   rtc: pm8xxx: drop unused module alias
>   rtc: s3c: drop unused module alias
>   rtc: stm32: drop unused module alias

With the merge window around corner, could you pick these up for 6.16?

Johan
Alexandre Belloni May 24, 2025, 10:03 p.m. UTC | #2
On Wed, 23 Apr 2025 15:03:11 +0200, Johan Hovold wrote:
> When working on the pm8xxx driver I noticed that it had a platform
> module alias while only supporting OF probe. This series drops it along
> with unused aliases in the other RTC drivers.
> 
> Johan
> 
> 
> [...]

Applied, thanks!

[1/7] rtc: at91rm9200: drop unused module alias
      https://git.kernel.org/abelloni/c/9f05c3943eb6
[2/7] rtc: cpcap: drop unused module alias
      https://git.kernel.org/abelloni/c/5f28ab049fb3
[3/7] rtc: da9063: drop unused module alias
      https://git.kernel.org/abelloni/c/ac45f6e2473b
[4/7] rtc: jz4740: drop unused module alias
      https://git.kernel.org/abelloni/c/c61f165617b1
[5/7] rtc: pm8xxx: drop unused module alias
      https://git.kernel.org/abelloni/c/d5e85c8bfaa6
[6/7] rtc: s3c: drop unused module alias
      https://git.kernel.org/abelloni/c/149834a414e1
[7/7] rtc: stm32: drop unused module alias
      https://git.kernel.org/abelloni/c/3639b35857e2

Best regards,