linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Kirkwood: minor cleanups
@ 2013-09-30 21:03 Ezequiel Garcia
  2013-09-30 21:03 ` [PATCH 1/4] ARM: kirkwood: Remove unneeded MBus initialization Ezequiel Garcia
                   ` (4 more replies)
  0 siblings, 5 replies; 38+ messages in thread
From: Ezequiel Garcia @ 2013-09-30 21:03 UTC (permalink / raw)
  To: linux-arm-kernel

This is just a small patchset containing minor cleanups for Kirkwood SoC
as a result of a review of the mach-dependent DT initialization code.

The first patch is a trivial cleanup, with no dependencies.

The second patch is also trivial, but given I don't have any boards
with PCIe to test, I would appreciate if someone could give it a try.

The third and fourth patch are related: the latter strictly depends on
the former. The idea behind these two patches is basically to convert
the "keep the ethernet clocks enabled by calling clk_enable()" hack
into a simpler and cleaner usage of the CLK_IGNORE_UNUSED flags which
prevent these clocks from being ever gated.

I've tested these two by building the ethernet driver as a module
and checking the MAC address is properly retained.

Any comments welcome.

Ezequiel Garcia (4):
  ARM: kirkwood: Remove unneeded MBus initialization
  ARM: kirkwood: Remove unneeded PCIe clock adding
  clk: kirkwood: Add CLK_IGNORE_UNUSED to ethernet ge0 and ge1 clocks
  ARM: kirkwood: Remove redundant ethernet clock enable

 arch/arm/mach-kirkwood/board-dt.c | 50 ---------------------------------------
 drivers/clk/mvebu/kirkwood.c      |  9 +++++--
 2 files changed, 7 insertions(+), 52 deletions(-)

-- 
1.8.1.5

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

end of thread, other threads:[~2013-10-08 16:24 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-30 21:03 [PATCH 0/4] Kirkwood: minor cleanups Ezequiel Garcia
2013-09-30 21:03 ` [PATCH 1/4] ARM: kirkwood: Remove unneeded MBus initialization Ezequiel Garcia
2013-10-08 16:19   ` Jason Cooper
2013-09-30 21:03 ` [PATCH 2/4] ARM: kirkwood: Remove unneeded PCIe clock adding Ezequiel Garcia
2013-10-01 16:01   ` Ezequiel Garcia
2013-10-01 17:45     ` Jason Gunthorpe
2013-10-01 19:20     ` Arnaud Ebalard
2013-10-08 16:22   ` Jason Cooper
2013-09-30 21:03 ` [PATCH 3/4] clk: kirkwood: Add CLK_IGNORE_UNUSED to ethernet ge0 and ge1 clocks Ezequiel Garcia
2013-09-30 21:31   ` Jason Gunthorpe
2013-09-30 21:34     ` Andrew Lunn
2013-09-30 21:44       ` Jason Gunthorpe
2013-10-01 14:35     ` Jason Cooper
2013-10-01  0:40   ` Jason Cooper
2013-10-01 13:42     ` Ezequiel Garcia
2013-10-01 13:49       ` Sebastian Hesselbarth
2013-10-01 14:22         ` Ezequiel Garcia
2013-10-01 14:43           ` Sebastian Hesselbarth
2013-10-01 16:45             ` Jason Gunthorpe
2013-10-01 16:49               ` Jason Cooper
2013-10-01 19:10               ` Sebastian Hesselbarth
2013-10-01 19:15                 ` Sebastian Hesselbarth
2013-10-02 12:02                 ` Jason Cooper
2013-10-02 12:05                   ` Sebastian Hesselbarth
2013-10-01 13:58       ` Jason Cooper
2013-10-01 14:17         ` Ezequiel Garcia
2013-10-01 15:01           ` Jason Cooper
2013-10-01 15:09             ` Thomas Petazzoni
2013-10-01 15:15               ` Jason Cooper
2013-10-01 15:33                 ` Thomas Petazzoni
2013-10-01 15:36                   ` Jason Cooper
2013-10-01 15:42                     ` Thomas Petazzoni
2013-10-01 15:53                       ` Jason Cooper
2013-10-01 15:59                         ` Sebastian Hesselbarth
2013-10-08 16:24   ` Jason Cooper
2013-09-30 21:03 ` [PATCH 4/4] ARM: kirkwood: Remove redundant ethernet clock enable Ezequiel Garcia
2013-09-30 21:16 ` [PATCH 0/4] Kirkwood: minor cleanups Andrew Lunn
2013-09-30 21:26   ` Ezequiel Garcia

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).