All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Heiko Stübner" <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
To: Jagan Teki <jagannadh.teki-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	Russell King <linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org>,
	Michael Trimarchi
	<michael-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org>,
	linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Jagan Teki
	<jagan-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org>
Subject: Re: [PATCH 9/9] ARM: multi_v7_defconfig: Statically build RTC_DRV_RK808
Date: Mon, 16 Oct 2017 20:02:29 +0200	[thread overview]
Message-ID: <3238534.Bk1TS2fSCp@diego> (raw)
In-Reply-To: <1508156187-27519-10-git-send-email-jagan-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org>

Hi,

Am Montag, 16. Oktober 2017, 17:46:27 CEST schrieb Jagan Teki:
> RTC_DRV_RK808 need to have build statically for the platforms
> do use MFB_RK808 so replace module with statical link.

why would you need this to be compiled on? MFD_RK808 will happily
just create the platform-devices which are then bound to the RTC
driver later once the module is ready.

Heiko

> 
> Signed-off-by: Jagan Teki <jagan-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org>
> ---
>  arch/arm/configs/multi_v7_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/configs/multi_v7_defconfig
> b/arch/arm/configs/multi_v7_defconfig index 2adef49..6ddc35c 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -768,7 +768,7 @@ CONFIG_RTC_DRV_MAX8907=y
>  CONFIG_RTC_DRV_MAX8998=m
>  CONFIG_RTC_DRV_MAX8997=m
>  CONFIG_RTC_DRV_MAX77686=y
> -CONFIG_RTC_DRV_RK808=m
> +CONFIG_RTC_DRV_RK808=y
>  CONFIG_RTC_DRV_RS5C372=m
>  CONFIG_RTC_DRV_BQ32K=m
>  CONFIG_RTC_DRV_PALMAS=y


--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: heiko@sntech.de (Heiko Stübner)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 9/9] ARM: multi_v7_defconfig: Statically build RTC_DRV_RK808
Date: Mon, 16 Oct 2017 20:02:29 +0200	[thread overview]
Message-ID: <3238534.Bk1TS2fSCp@diego> (raw)
In-Reply-To: <1508156187-27519-10-git-send-email-jagan@amarulasolutions.com>

Hi,

Am Montag, 16. Oktober 2017, 17:46:27 CEST schrieb Jagan Teki:
> RTC_DRV_RK808 need to have build statically for the platforms
> do use MFB_RK808 so replace module with statical link.

why would you need this to be compiled on? MFD_RK808 will happily
just create the platform-devices which are then bound to the RTC
driver later once the module is ready.

Heiko

> 
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
> ---
>  arch/arm/configs/multi_v7_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/configs/multi_v7_defconfig
> b/arch/arm/configs/multi_v7_defconfig index 2adef49..6ddc35c 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -768,7 +768,7 @@ CONFIG_RTC_DRV_MAX8907=y
>  CONFIG_RTC_DRV_MAX8998=m
>  CONFIG_RTC_DRV_MAX8997=m
>  CONFIG_RTC_DRV_MAX77686=y
> -CONFIG_RTC_DRV_RK808=m
> +CONFIG_RTC_DRV_RK808=y
>  CONFIG_RTC_DRV_RS5C372=m
>  CONFIG_RTC_DRV_BQ32K=m
>  CONFIG_RTC_DRV_PALMAS=y

WARNING: multiple messages have this Message-ID (diff)
From: "Heiko Stübner" <heiko@sntech.de>
To: Jagan Teki <jagannadh.teki@gmail.com>
Cc: linux-arm-kernel@lists.infradead.org,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Russell King <linux@armlinux.org.uk>,
	Michael Trimarchi <michael@amarulasolutions.com>,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
	devicetree@vger.kernel.org,
	Jagan Teki <jagan@amarulasolutions.com>
Subject: Re: [PATCH 9/9] ARM: multi_v7_defconfig: Statically build RTC_DRV_RK808
Date: Mon, 16 Oct 2017 20:02:29 +0200	[thread overview]
Message-ID: <3238534.Bk1TS2fSCp@diego> (raw)
In-Reply-To: <1508156187-27519-10-git-send-email-jagan@amarulasolutions.com>

Hi,

Am Montag, 16. Oktober 2017, 17:46:27 CEST schrieb Jagan Teki:
> RTC_DRV_RK808 need to have build statically for the platforms
> do use MFB_RK808 so replace module with statical link.

why would you need this to be compiled on? MFD_RK808 will happily
just create the platform-devices which are then bound to the RTC
driver later once the module is ready.

Heiko

> 
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
> ---
>  arch/arm/configs/multi_v7_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/configs/multi_v7_defconfig
> b/arch/arm/configs/multi_v7_defconfig index 2adef49..6ddc35c 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -768,7 +768,7 @@ CONFIG_RTC_DRV_MAX8907=y
>  CONFIG_RTC_DRV_MAX8998=m
>  CONFIG_RTC_DRV_MAX8997=m
>  CONFIG_RTC_DRV_MAX77686=y
> -CONFIG_RTC_DRV_RK808=m
> +CONFIG_RTC_DRV_RK808=y
>  CONFIG_RTC_DRV_RS5C372=m
>  CONFIG_RTC_DRV_BQ32K=m
>  CONFIG_RTC_DRV_PALMAS=y

  parent reply	other threads:[~2017-10-16 18:02 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-16 12:16 [PATCH 0/9] rockchip: rk3288-vyasa: dts fixes/additions Jagan Teki
2017-10-16 12:16 ` Jagan Teki
2017-10-16 12:16 ` [PATCH 1/9] ARM: dts: rockchip: rk3288-vyasa: Remove vdd_log from rk808, DCDC_REG1 Jagan Teki
2017-10-16 12:16   ` Jagan Teki
     [not found]   ` <1508156187-27519-2-git-send-email-jagan-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org>
2017-10-17 19:07     ` Heiko Stuebner
2017-10-17 19:07       ` Heiko Stuebner
2017-10-17 19:07       ` Heiko Stuebner
2017-10-16 12:16 ` [PATCH 2/9] ARM: dts: rockchip: rk3288-vyasa: Use fixed voltage range for vccio_sd Jagan Teki
2017-10-16 12:16   ` Jagan Teki
     [not found]   ` <1508156187-27519-3-git-send-email-jagan-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org>
2017-10-17 19:09     ` Heiko Stuebner
2017-10-17 19:09       ` Heiko Stuebner
2017-10-17 19:09       ` Heiko Stuebner
2017-10-16 12:16 ` [PATCH 3/9] ARM: dts: rockchip: rk3288-vyasa: Use vmmc-supply from PMIC Jagan Teki
2017-10-16 12:16   ` Jagan Teki
2017-10-17 19:10   ` Heiko Stuebner
2017-10-17 19:10     ` Heiko Stuebner
2017-10-17 19:10     ` Heiko Stuebner
2017-10-16 12:16 ` [PATCH 4/9] ARM: dts: rockchip: Add regulators for rk3288-vyasa Jagan Teki
2017-10-16 12:16   ` Jagan Teki
2017-10-17 19:11   ` Heiko Stuebner
2017-10-17 19:11     ` Heiko Stuebner
2017-10-16 12:16 ` [PATCH 5/9] ARM: dts: rockchip: Add gmac support for rk3288-vyasa board Jagan Teki
2017-10-16 12:16   ` Jagan Teki
     [not found]   ` <1508156187-27519-6-git-send-email-jagan-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org>
2017-10-17 19:12     ` Heiko Stuebner
2017-10-17 19:12       ` Heiko Stuebner
2017-10-17 19:12       ` Heiko Stuebner
2017-10-16 12:16 ` [PATCH 6/9] ARM: dts: rockchip: Add usb host for rk3288-vyasa Jagan Teki
2017-10-16 12:16   ` Jagan Teki
     [not found]   ` <1508156187-27519-7-git-send-email-jagan-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org>
2017-10-17 19:19     ` Heiko Stuebner
2017-10-17 19:19       ` Heiko Stuebner
2017-10-17 19:19       ` Heiko Stuebner
2017-10-16 12:16 ` [PATCH 7/9] ARM: dts: rockchip: Add usb otg " Jagan Teki
2017-10-16 12:16   ` Jagan Teki
     [not found]   ` <1508156187-27519-8-git-send-email-jagan-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org>
2017-10-17 19:19     ` Heiko Stuebner
2017-10-17 19:19       ` Heiko Stuebner
2017-10-17 19:19       ` Heiko Stuebner
2017-10-16 12:16 ` [PATCH 8/9] ARM: dts: rockchip: Add io domains " Jagan Teki
2017-10-16 12:16   ` Jagan Teki
     [not found]   ` <1508156187-27519-9-git-send-email-jagan-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org>
2017-10-17 19:22     ` Heiko Stuebner
2017-10-17 19:22       ` Heiko Stuebner
2017-10-17 19:22       ` Heiko Stuebner
     [not found] ` <1508156187-27519-1-git-send-email-jagan-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org>
2017-10-16 12:16   ` [PATCH 9/9] ARM: multi_v7_defconfig: Statically build RTC_DRV_RK808 Jagan Teki
2017-10-16 12:16     ` Jagan Teki
2017-10-16 12:16     ` Jagan Teki
     [not found]     ` <1508156187-27519-10-git-send-email-jagan-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org>
2017-10-16 18:02       ` Heiko Stübner [this message]
2017-10-16 18:02         ` Heiko Stübner
2017-10-16 18:02         ` Heiko Stübner
2017-10-16 18:13         ` Jagan Teki
2017-10-16 18:13           ` Jagan Teki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3238534.Bk1TS2fSCp@diego \
    --to=heiko-4mtyjxux2i+zqb+pc5nmwq@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=jagan-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org \
    --cc=jagannadh.teki-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
    --cc=michael-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.