From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masahiro Yamada Date: Tue, 05 Aug 2014 10:16:35 +0900 Subject: [U-Boot] [PATCH] drivers: rtc: remove dead drivers In-Reply-To: <20140804173010.GS19374@bill-the-cat> References: <1406715603-6525-1-git-send-email-yamada.m@jp.panasonic.com> <20140804173010.GS19374@bill-the-cat> Message-ID: <20140805101635.D576.AA925319@jp.panasonic.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, On Mon, 4 Aug 2014 13:30:10 -0400 Tom Rini wrote: > On Wed, Jul 30, 2014 at 07:20:03PM +0900, Masahiro Yamada wrote: > > > The following configs are not defined at all: > > > > - CONFIG_RTC_DS1388 > > - CONFIG_RTC_ISL1208 > > - CONFIG_RTC_MX27 > > - CONFIG_RTC_PL031 > > - CONFIG_RTC_RS5C372A > > - CONFIG_SYS_DS1388_TCR_VAL > > > > Signed-off-by: Masahiro Yamada > > I'm inclined to NAK this. I can't speak to MX27 (Stefano?) but in other > cases those RTCs can be breadboarded up on other EVMs or otherwise > used in things that aren't quite upstream. My long term hope is to be > able to enable these drivers when building for am335x_evm or whatever, > to get some coverage on them, and to also enable some other RTC drivers > which have been posted but I put into RFC or Deferred in patchwork since > they didn't have a board using them. OK. We will have to create config options in drivers/rtc/Kconfig in our next migration step. So, my intention was to drop unnecessary macros beforehand. But I do not know which one is really unnecessary and I simply grepped for undefined macros. It is a good thing you reviewed this patch and I retract it. Best Regards Masahiro Yamada