Re: [PATCH 3/9] rtc: pcf50633: Remove

2025-03-11 Thread Alexandre Belloni
Hello, On 09/03/2025 19:36:06+, li...@treblig.org wrote: > From: "Dr. David Alan Gilbert" > > The pcf50633 was used as part of the OpenMoko devices but > the support for its main chip was recently removed in: > commit 61b7f8920b17 ("ARM: s3c: remove all s3c24xx support") > > See https://lor

[PATCH 3/9] rtc: pcf50633: Remove

2025-03-09 Thread linux
From: "Dr. David Alan Gilbert" The pcf50633 was used as part of the OpenMoko devices but the support for its main chip was recently removed in: commit 61b7f8920b17 ("ARM: s3c: remove all s3c24xx support") See https://lore.kernel.org/all/Z8z236h4B5A6Ki3D@gallifrey/ Remove it. Signed-off-by: Dr.