linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: "Andreas Färber" <afaerber@suse.de>
To: linux-realtek-soc@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>
Cc: Russell King <linux@armlinux.org.uk>, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v4 2/8] ARM: Prepare Realtek RTD1195
Date: Wed, 15 Jan 2020 14:22:51 +0100	[thread overview]
Message-ID: <f562b62e-6c42-c823-a7ec-caf01a9cf75b@suse.de> (raw)
In-Reply-To: <bfe6448c-0e06-f0cd-460f-6aabc667f5e2@suse.de>

Am 05.01.20 um 06:52 schrieb Andreas Färber:
> Am 23.11.19 um 21:37 schrieb Andreas Färber:
>> Introduce ARCH_REALTEK Kconfig option also for 32-bit Arm.
>>
>> Override the text offset to cope with boot ROM occupying first 0xa800
>> bytes and further reservations up to 0xf4000 (compare Device Tree).
>>
>> Add a custom machine_desc to enforce memory carveout for I/O registers.
>>
>> Signed-off-by: Andreas Färber <afaerber@suse.de>
>> ---
>>   v3 -> v4:
>>   * Added reservation of boot ROM (James)
>>   v2 -> v3:
>>   * Fixed r-bus size in .reserve from 0x100000 to 0x70000 (James)
>>   v1 -> v2:
>>   * Dropped selection of COMMON_CLK (Arnd)
>>   * Dropped selection of AMBA, SCU, TWD
>>   * Added comment about text offset to distinguish from HTC comment above
>>   * Added machine_desc with .reserve to exclude peripheral spaces (Rob)
>>   arch/arm/Kconfig                |  2 ++
>>   arch/arm/Makefile               |  3 +++
>>   arch/arm/mach-realtek/Kconfig   | 11 +++++++++++
>>   arch/arm/mach-realtek/Makefile  |  2 ++
>>   arch/arm/mach-realtek/rtd1195.c | 40 
>> ++++++++++++++++++++++++++++++++++++++++
>>   5 files changed, 58 insertions(+)
>>   create mode 100644 arch/arm/mach-realtek/Kconfig
>>   create mode 100644 arch/arm/mach-realtek/Makefile
>>   create mode 100644 arch/arm/mach-realtek/rtd1195.c
> 
> This patch was lacking a MAINTAINERS update. Squashing:
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7b626563fb3c..b48461736971 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2204,6 +2204,7 @@ M:        Andreas Färber <afaerber@suse.de>
>   L:     linux-arm-kernel@lists.infradead.org (moderated for 
> non-subscribers)
>   L:     linux-realtek-soc@lists.infradead.org (moderated for 
> non-subscribers)
>   S:     Maintained
> +F:     arch/arm/mach-realtek/
>   F:     arch/arm64/boot/dts/realtek/
>   F:     Documentation/devicetree/bindings/arm/realtek.yaml
> 
> 
> Unfortunately this on v5.6/soc branch will conflict with adding an entry 
> for the DTs on v5.6/dt branch, so I guess the best way to handle this 
> will be a follow-up patch for the v5.6/soc branch (which may trigger 
> pattern warnings due to the files getting added on a different branch)?
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b48461736971..01081bea2488 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2204,6 +2204,7 @@ M:        Andreas Färber <afaerber@suse.de>
>   L:     linux-arm-kernel@lists.infradead.org (moderated for 
> non-subscribers)
>   L:     linux-realtek-soc@lists.infradead.org (moderated for 
> non-subscribers)
>   S:     Maintained
> +F:     arch/arm/boot/dts/rtd*
>   F:     arch/arm/mach-realtek/
>   F:     arch/arm64/boot/dts/realtek/
>   F:     Documentation/devicetree/bindings/arm/realtek.yaml

No responses, so also applied to linux-realtek.git v5.6/soc:

https://git.kernel.org/pub/scm/linux/kernel/git/afaerber/linux-realtek.git/log/?h=v5.6/soc

Regards,
Andreas

-- 
SUSE Software Solutions Germany GmbH
Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer
HRB 36809 (AG Nürnberg)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2020-01-15 13:23 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-23 20:37 [PATCH v4 0/8] ARM: Initial RTD1195 and MeLE X1000 & Horseradish support Andreas Färber
2019-11-23 20:37 ` [PATCH v4 1/8] dt-bindings: arm: realtek: Add RTD1195 and MeLE X1000 Andreas Färber
2019-11-23 20:37 ` [PATCH v4 2/8] ARM: Prepare Realtek RTD1195 Andreas Färber
2020-01-05  5:52   ` Andreas Färber
2020-01-15 13:22     ` Andreas Färber [this message]
2019-11-23 20:37 ` [PATCH v4 3/8] ARM: dts: Prepare Realtek RTD1195 and MeLE X1000 Andreas Färber
2019-11-23 20:37 ` [PATCH v4 4/8] ARM: dts: rtd1195: Exclude boot ROM from memory ranges Andreas Färber
2019-11-23 20:37 ` [PATCH v4 5/8] ARM: dts: rtd1195: Introduce r-bus Andreas Färber
2019-11-23 20:37 ` [PATCH v4 6/8] dt-bindings: arm: realtek: Add Realtek Horseradish EVB Andreas Färber
2019-12-05 15:18   ` Rob Herring
2019-11-23 20:37 ` [PATCH v4 7/8] ARM: dts: rtd1195: " Andreas Färber
2019-11-23 20:37 ` [PATCH v4 8/8] ARM: realtek: Enable RTD1195 arch timer Andreas Färber
2019-12-28 14:03 ` [PATCH v4 0/8] ARM: Initial RTD1195 and MeLE X1000 & Horseradish support Andreas Färber

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=f562b62e-6c42-c823-a7ec-caf01a9cf75b@suse.de \
    --to=afaerber@suse.de \
    --cc=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-realtek-soc@lists.infradead.org \
    --cc=linux@armlinux.org.uk \
    --cc=olof@lixom.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).