* [U-Boot] Please pull ARC changes
@ 2017-12-12 15:52 Alexey Brodkin
2017-12-12 15:58 ` Tom Rini
0 siblings, 1 reply; 4+ messages in thread
From: Alexey Brodkin @ 2017-12-12 15:52 UTC (permalink / raw)
To: linux-snps-arc
Hi Tom,
This is just a one-line improvement for HSDK GPIO's Kconfig that was not included in
the previous pull-request as I was waiting for Simon's reviewed-by tag.
The following changes since commit 87f3dee22b174aa32db8213a3187aa809859c9e2:
? Merge git://git.denx.de/u-boot-uniphier (2017-12-11 17:06:04 -0500)
are available in the git repository at:
? git://git.denx.de/u-boot-arc.git?
for you to fetch changes up to d5fbcd57ed7cdcbaddf54a45e85b465bb85bfec5:
? gpio/hsdk: Depend on DM_GPIO instead of simple DM (2017-12-12 18:47:30 +0300)
----------------------------------------------------------------
Alexey Brodkin (1):
??????gpio/hsdk: Depend on DM_GPIO instead of simple DM
?drivers/gpio/Kconfig | 2 +-
?1 file changed, 1 insertion(+), 1 deletion(-)
-Alexey
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] Please pull ARC changes
2017-12-12 15:52 [U-Boot] Please pull ARC changes Alexey Brodkin
@ 2017-12-12 15:58 ` Tom Rini
0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2017-12-12 15:58 UTC (permalink / raw)
To: linux-snps-arc
On Tue, Dec 12, 2017@03:52:43PM +0000, Alexey Brodkin wrote:
> Hi Tom,
>
> This is just a one-line improvement for HSDK GPIO's Kconfig that was not included in
> the previous pull-request as I was waiting for Simon's reviewed-by tag.
>
>
> The following changes since commit 87f3dee22b174aa32db8213a3187aa809859c9e2:
>
> ? Merge git://git.denx.de/u-boot-uniphier (2017-12-11 17:06:04 -0500)
>
> are available in the git repository at:
>
> ? git://git.denx.de/u-boot-arc.git?
>
> for you to fetch changes up to d5fbcd57ed7cdcbaddf54a45e85b465bb85bfec5:
>
> ? gpio/hsdk: Depend on DM_GPIO instead of simple DM (2017-12-12 18:47:30 +0300)
>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-snps-arc/attachments/20171212/a52b5487/attachment.sig>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] Please pull ARC changes
@ 2018-01-19 15:08 Alexey Brodkin
2018-01-19 21:11 ` Tom Rini
0 siblings, 1 reply; 4+ messages in thread
From: Alexey Brodkin @ 2018-01-19 15:08 UTC (permalink / raw)
To: linux-snps-arc
Hi Tom,
Please pull a series for ARC.
Here we fix L2 cache (AKA SLC) operation found once we disabled
usage of IO-coherency in U-Boot, improve support of clock-generation
unit (AKA CGU) and also doing some minor clean-up and updates.
The following changes since commit 086ebcd40e9bf8efc520f1b177fd8e3cc0e506fa:
Merge git://git.denx.de/u-boot-fsl-qoriq (2018-01-17 13:48:35 -0500)
are available in the Git repository at:
git://git.denx.de/u-boot-arc.git
for you to fetch changes up to 8f44e1ee799d75eb2b296a7525dc0c3003a3644c:
ARC: devboards: Allow huge uImages (up to 128 MiB) (2018-01-19 17:59:35 +0300)
----------------------------------------------------------------
Alexey Brodkin (1):
ARC: devboards: Allow huge uImages (up to 128 MiB)
Eugeniy Paltsev (9):
ARC: ARCv2: Cache: Fixed operation without IOC
ARC: Cache: Disable IOC by default
ARC: Cache: Fix style violations reported by checkpatch
ARC: HSDK: Hang on panic
ARC: HSDK: CGU: Update AXI, TUN, ARC clock options
ARC: HSDK: CGU: Use plat data instead of priv data
ARC: HSDK: CGU: Add 'Hz' when printing clock frequency
ARC: HSDK: DTS: Add cgu-clk node
ARC: Invalidate instruction and data caches early on boot
arch/arc/dts/hsdk.dts | 6 ++++
arch/arc/include/asm/arcregs.h | 7 ++++
arch/arc/lib/cache.c | 208 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------
-------
arch/arc/lib/start.S | 12 +++++++
configs/hsdk_defconfig | 1 +
drivers/clk/clk-hsdk-cgu.c | 177 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------
include/configs/axs10x.h | 2 +-
include/configs/hsdk.h | 2 +-
include/dt-bindings/clock/snps,hsdk-cgu.h | 8 +++--
9 files changed, 328 insertions(+), 95 deletions(-)
-Alexey
^ permalink raw reply [flat|nested] 4+ messages in thread* [U-Boot] Please pull ARC changes
2018-01-19 15:08 Alexey Brodkin
@ 2018-01-19 21:11 ` Tom Rini
0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2018-01-19 21:11 UTC (permalink / raw)
To: linux-snps-arc
On Fri, Jan 19, 2018@03:08:42PM +0000, Alexey Brodkin wrote:
> Hi Tom,
>
> Please pull a series for ARC.
>
> Here we fix L2 cache (AKA SLC) operation found once we disabled
> usage of IO-coherency in U-Boot, improve support of clock-generation
> unit (AKA CGU) and also doing some minor clean-up and updates.
>
> The following changes since commit 086ebcd40e9bf8efc520f1b177fd8e3cc0e506fa:
>
> Merge git://git.denx.de/u-boot-fsl-qoriq (2018-01-17 13:48:35 -0500)
>
> are available in the Git repository at:
>
> git://git.denx.de/u-boot-arc.git
>
> for you to fetch changes up to 8f44e1ee799d75eb2b296a7525dc0c3003a3644c:
>
> ARC: devboards: Allow huge uImages (up to 128 MiB) (2018-01-19 17:59:35 +0300)
>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-snps-arc/attachments/20180119/fb21a768/attachment.sig>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-01-19 21:11 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-12 15:52 [U-Boot] Please pull ARC changes Alexey Brodkin
2017-12-12 15:58 ` Tom Rini
-- strict thread matches above, loose matches on Subject: below --
2018-01-19 15:08 Alexey Brodkin
2018-01-19 21:11 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox