All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 05/18] rockchip: pinctrl: rv1108: Move the iomux definitions into pinctrl-driver
@ 2017-11-09  9:01 David Wu
  2017-11-20 15:05 ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
  2017-11-25 23:51 ` Philipp Tomsich
  0 siblings, 2 replies; 3+ messages in thread
From: David Wu @ 2017-11-09  9:01 UTC (permalink / raw)
  To: u-boot

Spam detection software, running on the system "lists.denx.de",
has identified this incoming email as possible spam.  The original
message has been attached to this so you can view it or label
similar future email.  If you have any questions, see
@@CONTACT_ADDRESS@@ for details.

Content preview:  If we include both the rk3288_grf.h and rv1108_grf.h, it will
   cause the conflicts of redefinition. Clean the iomux definitions at grf_rv1108.h,
   and move them into pinctrl-driver. Signed-off-by: David Wu <david.wu@rock-chips.com>
   --- [...] 

Content analysis details:   (6.5 points, 5.0 required)

 pts rule name              description
---- ---------------------- --------------------------------------------------
 2.7 RCVD_IN_PSBL           RBL: Received via a relay in PSBL
                            [211.157.147.130 listed in psbl.surriel.com]
 0.6 RCVD_IN_SORBS_WEB      RBL: SORBS: sender is an abusable web server
                            [58.22.7.114 listed in dnsbl.sorbs.net]
 2.4 RCVD_IN_MSPIKE_L5      RBL: Very bad reputation (-5)
                            [211.157.147.130 listed in bl.mailspike.net]
 0.8 UPPERCASE_50_75        message body is 50-75% uppercase
 0.0 RCVD_IN_MSPIKE_BL      Mailspike blacklisted


-------------- next part --------------
An embedded message was scrubbed...
From: David Wu <david.wu@rock-chips.com>
Subject: [PATCH v2 05/18] rockchip: pinctrl: rv1108: Move the iomux definitions into pinctrl-driver
Date: Thu,  9 Nov 2017 17:01:12 +0800
Size: 20590
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171109/a607ed56/attachment.mht>

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

* [U-Boot] [U-Boot, v2, 05/18] rockchip: pinctrl: rv1108: Move the iomux definitions into pinctrl-driver
  2017-11-09  9:01 [U-Boot] [PATCH v2 05/18] rockchip: pinctrl: rv1108: Move the iomux definitions into pinctrl-driver David Wu
@ 2017-11-20 15:05 ` Philipp Tomsich
  2017-11-25 23:51 ` Philipp Tomsich
  1 sibling, 0 replies; 3+ messages in thread
From: Philipp Tomsich @ 2017-11-20 15:05 UTC (permalink / raw)
  To: u-boot

> Spam detection software, running on the system "lists.denx.de",
> has identified this incoming email as possible spam.  The original
> message has been attached to this so you can view it or label
> similar future email.  If you have any questions, see
> @@CONTACT_ADDRESS@@ for details.
> 
> Content preview:  If we include both the rk3288_grf.h and rv1108_grf.h, it will
>    cause the conflicts of redefinition. Clean the iomux definitions at grf_rv1108.h,
>    and move them into pinctrl-driver. Signed-off-by: David Wu <david.wu@rock-chips.com>
>    --- [...] 
> 
> Content analysis details:   (6.5 points, 5.0 required)
> 
>  pts rule name              description
> ---- ---------------------- --------------------------------------------------
>  2.7 RCVD_IN_PSBL           RBL: Received via a relay in PSBL
>                             [211.157.147.130 listed in psbl.surriel.com]
>  0.6 RCVD_IN_SORBS_WEB      RBL: SORBS: sender is an abusable web server
>                             [58.22.7.114 listed in dnsbl.sorbs.net]
>  2.4 RCVD_IN_MSPIKE_L5      RBL: Very bad reputation (-5)
>                             [211.157.147.130 listed in bl.mailspike.net]
>  0.8 UPPERCASE_50_75        message body is 50-75% uppercase
>  0.0 RCVD_IN_MSPIKE_BL      Mailspike blacklisted
> If we include both the rk3288_grf.h and rv1108_grf.h, it will cause the
> conflicts of redefinition. Clean the iomux definitions at grf_rv1108.h,
> and move them into pinctrl-driver.
> 
> Signed-off-by: David Wu <david.wu@rock-chips.com>
> ---
> 
> Changes in v2:
> - New patch
> 
>  arch/arm/include/asm/arch-rockchip/grf_rv1108.h | 399 ------------------------
>  board/rockchip/evb_rv1108/evb_rv1108.c          |  15 +
>  drivers/pinctrl/rockchip/pinctrl_rv1108.c       | 399 ++++++++++++++++++++++++
>  3 files changed, 414 insertions(+), 399 deletions(-)
> 

Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

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

* [U-Boot] [U-Boot, v2, 05/18] rockchip: pinctrl: rv1108: Move the iomux definitions into pinctrl-driver
  2017-11-09  9:01 [U-Boot] [PATCH v2 05/18] rockchip: pinctrl: rv1108: Move the iomux definitions into pinctrl-driver David Wu
  2017-11-20 15:05 ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
@ 2017-11-25 23:51 ` Philipp Tomsich
  1 sibling, 0 replies; 3+ messages in thread
From: Philipp Tomsich @ 2017-11-25 23:51 UTC (permalink / raw)
  To: u-boot

> Spam detection software, running on the system "lists.denx.de",
> has identified this incoming email as possible spam.  The original
> message has been attached to this so you can view it or label
> similar future email.  If you have any questions, see
> @@CONTACT_ADDRESS@@ for details.
> 
> Content preview:  If we include both the rk3288_grf.h and rv1108_grf.h, it will
>    cause the conflicts of redefinition. Clean the iomux definitions at grf_rv1108.h,
>    and move them into pinctrl-driver. Signed-off-by: David Wu <david.wu@rock-chips.com>
>    --- [...] 
> 
> Content analysis details:   (6.5 points, 5.0 required)
> 
>  pts rule name              description
> ---- ---------------------- --------------------------------------------------
>  2.7 RCVD_IN_PSBL           RBL: Received via a relay in PSBL
>                             [211.157.147.130 listed in psbl.surriel.com]
>  0.6 RCVD_IN_SORBS_WEB      RBL: SORBS: sender is an abusable web server
>                             [58.22.7.114 listed in dnsbl.sorbs.net]
>  2.4 RCVD_IN_MSPIKE_L5      RBL: Very bad reputation (-5)
>                             [211.157.147.130 listed in bl.mailspike.net]
>  0.8 UPPERCASE_50_75        message body is 50-75% uppercase
>  0.0 RCVD_IN_MSPIKE_BL      Mailspike blacklisted
> If we include both the rk3288_grf.h and rv1108_grf.h, it will cause the
> conflicts of redefinition. Clean the iomux definitions at grf_rv1108.h,
> and move them into pinctrl-driver.
> 
> Signed-off-by: David Wu <david.wu@rock-chips.com>
> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> ---
> 
> Changes in v2:
> - New patch
> 
>  arch/arm/include/asm/arch-rockchip/grf_rv1108.h | 399 ------------------------
>  board/rockchip/evb_rv1108/evb_rv1108.c          |  15 +
>  drivers/pinctrl/rockchip/pinctrl_rv1108.c       | 399 ++++++++++++++++++++++++
>  3 files changed, 414 insertions(+), 399 deletions(-)
> 

Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

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

end of thread, other threads:[~2017-11-25 23:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-09  9:01 [U-Boot] [PATCH v2 05/18] rockchip: pinctrl: rv1108: Move the iomux definitions into pinctrl-driver David Wu
2017-11-20 15:05 ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-11-25 23:51 ` Philipp Tomsich

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.