All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Rockchip: generalize GRF setup
@ 2016-11-15 22:38 ` Heiko Stuebner
  0 siblings, 0 replies; 28+ messages in thread
From: Heiko Stuebner @ 2016-11-15 22:38 UTC (permalink / raw)
  To: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
  Cc: olof-nZhT3qVonbNeoWH0uzbU5w, shawn.lin-TNX95d0MmH7DzftRWevZcw,
	dianders-F7+t8E8rja9g9hUCZPvPmw, arnd-r2nGTMty4D4,
	Heiko Stuebner

The General register files contain a big bunch of settings for various
components. Things like the automatic sdmmc/jtag switch may even affect
us in a bad way, while that property (and possibly others) are not even
part of the dw_mmc controller itself.

And while the rk3288 could still carry adaptions to these defaults
in its mach files, this is no longer possible on the arm64 socs, while
things like the jtag-switch from above still can affect us there.

changes in v2:
- address comments from Doug Anderson
- drop platform device, as we actual probing may happen at some
  unspecified later time during boot
- add reviews / acks received in v1

Heiko Stuebner (3):
  dt-bindings: add used but undocumented rockchip grf compatible values
  soc: rockchip: add driver handling grf setup
  ARM: rockchip: drop rk3288 jtag/mmc switch handling

 .../devicetree/bindings/soc/rockchip/grf.txt       |   4 +
 arch/arm/mach-rockchip/rockchip.c                  |  12 --
 drivers/soc/rockchip/Kconfig                       |  10 ++
 drivers/soc/rockchip/Makefile                      |   1 +
 drivers/soc/rockchip/grf.c                         | 134 +++++++++++++++++++++
 5 files changed, 149 insertions(+), 12 deletions(-)
 create mode 100644 drivers/soc/rockchip/grf.c

-- 
2.10.2

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

end of thread, other threads:[~2017-03-09 23:28 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-15 22:38 [PATCH v2 0/3] Rockchip: generalize GRF setup Heiko Stuebner
2016-11-15 22:38 ` Heiko Stuebner
     [not found] ` <20161115223900.30728-1-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
2016-11-15 22:38   ` [PATCH v2 1/3] dt-bindings: add used but undocumented rockchip grf compatible values Heiko Stuebner
2016-11-15 22:38     ` Heiko Stuebner
2016-11-15 22:38   ` [PATCH v2 2/3] soc: rockchip: add driver handling grf setup Heiko Stuebner
2016-11-15 22:38     ` Heiko Stuebner
     [not found]     ` <20161115223900.30728-3-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
2016-11-16  9:33       ` Shawn Lin
2016-11-16  9:33         ` Shawn Lin
     [not found]         ` <95cd052e-7e0d-d13b-fedb-21f7b49d17bb-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-11-16  9:58           ` Heiko Stuebner
2016-11-16  9:58             ` Heiko Stuebner
2016-11-17  1:38             ` Shawn Lin
2016-11-17  1:38               ` Shawn Lin
     [not found]               ` <a01a1a8c-b01b-4335-b69c-bb99dec9d6d6-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-11-17  9:12                 ` Heiko Stuebner
2016-11-17  9:12                   ` Heiko Stuebner
2016-11-16 21:50       ` Doug Anderson
2016-11-16 21:50         ` Doug Anderson
2017-01-29 22:40     ` Olof Johansson
2017-01-29 22:40       ` Olof Johansson
     [not found]       ` <CAOesGMjq3uPqaWjMkEkqXs9W90XTwXknjheZNdYsOaGu4fw9_g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-01-29 23:36         ` Heiko Stuebner
2017-01-29 23:36           ` Heiko Stuebner
2017-01-30  0:41           ` Olof Johansson
2017-01-30  0:41             ` Olof Johansson
     [not found]             ` <CAOesGMj_RdxVDzirT97KLkXRsyVcFh3Z8jZLNjn0ehAv0Qhmhg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-02-27  5:30               ` Heiko Stuebner
2017-02-27  5:30                 ` Heiko Stuebner
2017-03-09 23:28                 ` Brian Norris
2017-03-09 23:28                   ` Brian Norris
2016-11-15 22:39   ` [PATCH v2 3/3] ARM: rockchip: drop rk3288 jtag/mmc switch handling Heiko Stuebner
2016-11-15 22:39     ` Heiko Stuebner

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.