All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: versatile: enable RTC DS1338 driver in defconfig
@ 2015-06-29  4:38 Milo Kim
  2015-06-29  8:35 ` Sudeep Holla
  0 siblings, 1 reply; 2+ messages in thread
From: Milo Kim @ 2015-06-29  4:38 UTC (permalink / raw)
  To: linux-arm-kernel

Versatile platform boards[*] support external RTC device, DS1338.
It is compatible with rtc-ds1307 device driver.
This driver requires not only RTC subsystem configuration but also I2C host
bus support.

QEMU[**] also supports this device by default.

[*]  arch/arm/mach-versatile/core.c
[**] hw/arm/versatilepb.c

Cc: Liviu Dudau <liviu.dudau@arm.com>
Cc: Sudeep Holla <sudeep.holla@arm.com>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: Milo Kim <milo.kim@ti.com>
---
 arch/arm/configs/versatile_defconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/configs/versatile_defconfig b/arch/arm/configs/versatile_defconfig
index ea49d37..550500f 100644
--- a/arch/arm/configs/versatile_defconfig
+++ b/arch/arm/configs/versatile_defconfig
@@ -47,6 +47,7 @@ CONFIG_SERIAL_AMBA_PL011=y
 CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
 CONFIG_I2C=y
 CONFIG_I2C_CHARDEV=m
+CONFIG_I2C_VERSATILE=y
 CONFIG_GPIOLIB=y
 CONFIG_GPIO_PL061=y
 # CONFIG_HWMON is not set
@@ -66,6 +67,9 @@ CONFIG_LEDS_VERSATILE=y
 CONFIG_LEDS_TRIGGERS=y
 CONFIG_LEDS_TRIGGER_HEARTBEAT=y
 CONFIG_LEDS_TRIGGER_CPU=y
+CONFIG_RTC_LIB=y
+CONFIG_RTC_CLASS=y
+CONFIG_RTC_DRV_DS1307=y
 CONFIG_EXT2_FS=y
 CONFIG_VFAT_FS=m
 CONFIG_JFFS2_FS=y
-- 
1.9.1

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

* [PATCH] ARM: versatile: enable RTC DS1338 driver in defconfig
  2015-06-29  4:38 [PATCH] ARM: versatile: enable RTC DS1338 driver in defconfig Milo Kim
@ 2015-06-29  8:35 ` Sudeep Holla
  0 siblings, 0 replies; 2+ messages in thread
From: Sudeep Holla @ 2015-06-29  8:35 UTC (permalink / raw)
  To: linux-arm-kernel

+RMK

On 29/06/15 05:38, Milo Kim wrote:
> Versatile platform boards[*] support external RTC device, DS1338.
> It is compatible with rtc-ds1307 device driver.
> This driver requires not only RTC subsystem configuration but also I2C host
> bus support.
>
> QEMU[**] also supports this device by default.
>
> [*]  arch/arm/mach-versatile/core.c
> [**] hw/arm/versatilepb.c
>
> Cc: Liviu Dudau <liviu.dudau@arm.com>
> Cc: Sudeep Holla <sudeep.holla@arm.com>
> Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>


Not sure why you have cc-ed Vexpress maintainers for versatile platform
updates ? Did get_maintainer.pl gave these email address ? Please cc RMK
in future.

Regards,
Sudeep

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

end of thread, other threads:[~2015-06-29  8:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-29  4:38 [PATCH] ARM: versatile: enable RTC DS1338 driver in defconfig Milo Kim
2015-06-29  8:35 ` Sudeep Holla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.