All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] driver: misc: correct Kconfig entry
@ 2015-08-26  7:41 Peng Fan
  2015-08-26 13:19 ` Simon Glass
  2015-09-12 12:47 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 6+ messages in thread
From: Peng Fan @ 2015-08-26  7:41 UTC (permalink / raw)
  To: u-boot

Should use FSL_SEC_MON, not CONFIG_FSL_SEC_MON as Kconfig entry.

Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Cc: York Sun <yorksun@freescale.com>
Cc: Stefan Roese <sr@denx.de>
Cc: Tom Rini <trini@konsulko.com>
---
 drivers/misc/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 3b7f76a..94af6a4 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -53,7 +53,7 @@ config CROS_EC_SPI
 	  provides a faster and more robust interface than I2C but the bugs
 	  are less interesting.
 
-config CONFIG_FSL_SEC_MON
+config FSL_SEC_MON
 	bool "Enable FSL SEC_MON Driver"
 	help
 	  Freescale Security Monitor block is responsible for monitoring
-- 
1.8.4

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

* [U-Boot] [PATCH] driver: misc: correct Kconfig entry
  2015-08-26  7:41 [U-Boot] [PATCH] driver: misc: correct Kconfig entry Peng Fan
@ 2015-08-26 13:19 ` Simon Glass
  2015-09-07 23:56   ` Peng Fan
  2015-09-12 12:47 ` [U-Boot] " Tom Rini
  1 sibling, 1 reply; 6+ messages in thread
From: Simon Glass @ 2015-08-26 13:19 UTC (permalink / raw)
  To: u-boot

On 26 August 2015 at 00:41, Peng Fan <Peng.Fan@freescale.com> wrote:
> Should use FSL_SEC_MON, not CONFIG_FSL_SEC_MON as Kconfig entry.
>
> Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
> Cc: Simon Glass <sjg@chromium.org>
> Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
> Cc: Fabio Estevam <fabio.estevam@freescale.com>
> Cc: York Sun <yorksun@freescale.com>
> Cc: Stefan Roese <sr@denx.de>
> Cc: Tom Rini <trini@konsulko.com>
> ---
>  drivers/misc/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Acked-by: Simon Glass <sjg@chromium.org>

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

* [U-Boot] [PATCH] driver: misc: correct Kconfig entry
  2015-08-26 13:19 ` Simon Glass
@ 2015-09-07 23:56   ` Peng Fan
  2015-09-08 14:19     ` Simon Glass
  0 siblings, 1 reply; 6+ messages in thread
From: Peng Fan @ 2015-09-07 23:56 UTC (permalink / raw)
  To: u-boot

Hi,

On Wed, Aug 26, 2015 at 06:19:38AM -0700, Simon Glass wrote:
>On 26 August 2015 at 00:41, Peng Fan <Peng.Fan@freescale.com> wrote:
>> Should use FSL_SEC_MON, not CONFIG_FSL_SEC_MON as Kconfig entry.
>>
>> Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
>> Cc: Simon Glass <sjg@chromium.org>
>> Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
>> Cc: Fabio Estevam <fabio.estevam@freescale.com>
>> Cc: York Sun <yorksun@freescale.com>
>> Cc: Stefan Roese <sr@denx.de>
>> Cc: Tom Rini <trini@konsulko.com>
>> ---
>>  drivers/misc/Kconfig | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>
>Acked-by: Simon Glass <sjg@chromium.org>

Will this patch be applied? It's about two weeks since this patch sent out for review.

Thanks,
Peng.
-- 

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

* [U-Boot] [PATCH] driver: misc: correct Kconfig entry
  2015-09-07 23:56   ` Peng Fan
@ 2015-09-08 14:19     ` Simon Glass
  2015-09-09  6:32       ` Peng Fan
  0 siblings, 1 reply; 6+ messages in thread
From: Simon Glass @ 2015-09-08 14:19 UTC (permalink / raw)
  To: u-boot

Hi Peng,

On 7 September 2015 at 17:56, Peng Fan <b51431@freescale.com> wrote:
> Hi,
>
> On Wed, Aug 26, 2015 at 06:19:38AM -0700, Simon Glass wrote:
>>On 26 August 2015 at 00:41, Peng Fan <Peng.Fan@freescale.com> wrote:
>>> Should use FSL_SEC_MON, not CONFIG_FSL_SEC_MON as Kconfig entry.
>>>
>>> Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
>>> Cc: Simon Glass <sjg@chromium.org>
>>> Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
>>> Cc: Fabio Estevam <fabio.estevam@freescale.com>
>>> Cc: York Sun <yorksun@freescale.com>
>>> Cc: Stefan Roese <sr@denx.de>
>>> Cc: Tom Rini <trini@konsulko.com>
>>> ---
>>>  drivers/misc/Kconfig | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>>Acked-by: Simon Glass <sjg@chromium.org>
>
> Will this patch be applied? It's about two weeks since this patch sent out for review.

Which maintainer? I can bring it in via u-boot-dm if you like?

Regards,
Simon

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

* [U-Boot] [PATCH] driver: misc: correct Kconfig entry
  2015-09-08 14:19     ` Simon Glass
@ 2015-09-09  6:32       ` Peng Fan
  0 siblings, 0 replies; 6+ messages in thread
From: Peng Fan @ 2015-09-09  6:32 UTC (permalink / raw)
  To: u-boot

Hi Simon,
On Tue, Sep 08, 2015 at 08:19:36AM -0600, Simon Glass wrote:
>Hi Peng,
>
>On 7 September 2015 at 17:56, Peng Fan <b51431@freescale.com> wrote:
>> Hi,
>>
>> On Wed, Aug 26, 2015 at 06:19:38AM -0700, Simon Glass wrote:
>>>On 26 August 2015 at 00:41, Peng Fan <Peng.Fan@freescale.com> wrote:
>>>> Should use FSL_SEC_MON, not CONFIG_FSL_SEC_MON as Kconfig entry.
>>>>
>>>> Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
>>>> Cc: Simon Glass <sjg@chromium.org>
>>>> Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
>>>> Cc: Fabio Estevam <fabio.estevam@freescale.com>
>>>> Cc: York Sun <yorksun@freescale.com>
>>>> Cc: Stefan Roese <sr@denx.de>
>>>> Cc: Tom Rini <trini@konsulko.com>
>>>> ---
>>>>  drivers/misc/Kconfig | 2 +-
>>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>>Acked-by: Simon Glass <sjg@chromium.org>
>>
>> Will this patch be applied? It's about two weeks since this patch sent out for review.
>
>Which maintainer? I can bring it in via u-boot-dm if you like?

I am fine that you bring it via u-boot-dm tree.

Thanks,
Peng.
>
>Regards,
>Simon

-- 

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

* [U-Boot] driver: misc: correct Kconfig entry
  2015-08-26  7:41 [U-Boot] [PATCH] driver: misc: correct Kconfig entry Peng Fan
  2015-08-26 13:19 ` Simon Glass
@ 2015-09-12 12:47 ` Tom Rini
  1 sibling, 0 replies; 6+ messages in thread
From: Tom Rini @ 2015-09-12 12:47 UTC (permalink / raw)
  To: u-boot

On Wed, Aug 26, 2015 at 03:41:33PM +0800, Peng Fan wrote:

> Should use FSL_SEC_MON, not CONFIG_FSL_SEC_MON as Kconfig entry.
> 
> Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
> Cc: Simon Glass <sjg@chromium.org>
> Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
> Cc: Fabio Estevam <fabio.estevam@freescale.com>
> Cc: York Sun <yorksun@freescale.com>
> Cc: Stefan Roese <sr@denx.de>
> Cc: Tom Rini <trini@konsulko.com>
> Acked-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150912/9e47dafc/attachment.sig>

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

end of thread, other threads:[~2015-09-12 12:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-26  7:41 [U-Boot] [PATCH] driver: misc: correct Kconfig entry Peng Fan
2015-08-26 13:19 ` Simon Glass
2015-09-07 23:56   ` Peng Fan
2015-09-08 14:19     ` Simon Glass
2015-09-09  6:32       ` Peng Fan
2015-09-12 12:47 ` [U-Boot] " Tom Rini

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.