devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/8] arm64: rockchip: Initial GeekBox enablement
@ 2016-03-06 19:53 Andreas Färber
  2016-03-06 19:53 ` [PATCH v3 3/8] arm64: dts: rockchip: Add GeekBox config Andreas Färber
                   ` (4 more replies)
  0 siblings, 5 replies; 52+ messages in thread
From: Andreas Färber @ 2016-03-06 19:53 UTC (permalink / raw)
  To: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
  Cc: Julien Chauveau, Andreas Färber, devicetree-u79uwXL29TY76Z2rM5mHXA

Hello,

This series adds initial support for the RK3368 based GeekBox.

Since v2 almost a month has passed with none of the first patches getting queued
despite Heiko offering to squash them himself, so here's a full update.

There were no more replies on the compatible string discussion for Landingship;
I have now adopted Heiko's proposal of using "geekbuying,geekbox-landingship".

v3 does minor cleanups and starts squashing undisputed patches. The power button
is still left separate, inserting cleanups to align all RK3368 boards at least.

On next-20160304 the GMAC seems to have regressed, it no longer finds the PHY:

libphy: PHY stmmac-0:ffffffff not found
eth0: Could not attach to PHY
stmmac_open: Cannot attach to PHY (error: -19)

For v2 I may have screwed up testing the Landingship FDT; I now ran into this:

rk3x-i2c ff140000.i2c: using default SCL frequency: 100000
INFO: rcu_preempt detected stalls on CPUs/tasks:
        1-...: (1 GPs behind) idle=481/140000000000000/0 softirq=130/131 fqs=5250 
        (detected by 7, t=5254 jiffies, g=-239, c=-240, q=90)
Task dump for CPU 1:
swapper/0       R  running task        0     1      0 0x00000002
Call trace:
[<ffffff8008085c5c>] __switch_to+0xc4/0xd0
[<ffffff8008bc1000>] nonblocking_pool_data+0x20/0x80

Keeping i2c1 disabled avoids that; i2c2 does not run into such problems.
A quick git-grep shows that I'm the first actual user of i2c1 (and i2c2),
so maybe something's wrong with clocks or pinctrl?

Regards,
Andreas

Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org

Andreas Färber (8):
  Documentation: devicetree: Add vendor prefix for GeekBuying.com
  Documentation: devicetree: rockchip: Document GeekBox
  arm64: dts: rockchip: Add GeekBox config
  Documentation: devicetree: Clean up gpio-keys example
  arm64: dts: rockchip: Clean up gpio-keys nodes
  arm64: dts: rockchip: Add power key to GeekBox
  Documentation: devicetree: rockchip: Document Landingship
  arm64: dts: rockchip: Add Landingship config

 Documentation/devicetree/bindings/arm/rockchip.txt |   9 +
 .../devicetree/bindings/input/gpio-keys.txt        |   2 -
 .../devicetree/bindings/vendor-prefixes.txt        |   1 +
 arch/arm64/boot/dts/rockchip/Makefile              |   2 +
 arch/arm64/boot/dts/rockchip/rk3368-evb.dtsi       |   5 +-
 .../dts/rockchip/rk3368-geekbox-landingship.dts    |  57 ++++
 arch/arm64/boot/dts/rockchip/rk3368-geekbox.dts    | 319 +++++++++++++++++++++
 arch/arm64/boot/dts/rockchip/rk3368-r88.dts        |   5 +-
 8 files changed, 392 insertions(+), 8 deletions(-)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3368-geekbox-landingship.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3368-geekbox.dts

-- 
2.6.2

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2016-03-31  7:53 UTC | newest]

Thread overview: 52+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-06 19:53 [PATCH v3 0/8] arm64: rockchip: Initial GeekBox enablement Andreas Färber
2016-03-06 19:53 ` [PATCH v3 3/8] arm64: dts: rockchip: Add GeekBox config Andreas Färber
2016-03-06 19:53 ` [PATCH v3 6/8] arm64: dts: rockchip: Add power key to GeekBox Andreas Färber
     [not found]   ` <1457294038-14243-7-git-send-email-afaerber-l3A5Bk7waGM@public.gmane.org>
2016-03-10 23:04     ` Julien Chauveau
2016-03-16 10:58       ` Andreas Färber
     [not found]         ` <56E93C43.1060500-l3A5Bk7waGM@public.gmane.org>
2016-03-16 13:52           ` Andreas Färber
2016-03-10 23:09   ` Julien Chauveau
2016-03-06 19:53 ` [PATCH v3 7/8] Documentation: devicetree: rockchip: Document Landingship Andreas Färber
2016-03-17 14:46   ` Rob Herring
     [not found] ` <1457294038-14243-1-git-send-email-afaerber-l3A5Bk7waGM@public.gmane.org>
2016-03-06 19:53   ` [PATCH v3 1/8] Documentation: devicetree: Add vendor prefix for GeekBuying.com Andreas Färber
2016-03-06 19:53   ` [PATCH v3 2/8] Documentation: devicetree: rockchip: Document GeekBox Andreas Färber
2016-03-06 19:53   ` [PATCH v3 4/8] Documentation: devicetree: Clean up gpio-keys example Andreas Färber
2016-03-07 18:05     ` Heiko Stübner
2016-03-07 18:27       ` Andreas Färber
2016-03-06 19:53   ` [PATCH v3 5/8] arm64: dts: rockchip: Clean up gpio-keys nodes Andreas Färber
2016-03-06 19:53   ` [PATCH v3 8/8] arm64: dts: rockchip: Add Landingship config Andreas Färber
2016-03-07 12:17 ` [PATCH v3 0/8] arm64: rockchip: Initial GeekBox enablement Andreas Färber
2016-03-07 12:24   ` Heiko Stübner
2016-03-07 12:35     ` Andreas Färber
2016-03-07 13:26       ` Giuseppe CAVALLARO
2016-03-07 14:27         ` Andreas Färber
     [not found]           ` <56DD8FBE.9010200-l3A5Bk7waGM@public.gmane.org>
2016-03-07 15:09             ` Giuseppe CAVALLARO
2016-03-07 15:46               ` Andreas Färber
     [not found]                 ` <56DDA26C.3050301-l3A5Bk7waGM@public.gmane.org>
2016-03-07 15:52                   ` Giuseppe CAVALLARO
2016-03-07 17:15                     ` Andreas Färber
     [not found]                       ` <56DDB749.1020808-l3A5Bk7waGM@public.gmane.org>
2016-03-07 23:22                         ` Dinh Nguyen
     [not found]                           ` <CADhT+wfO8x4En78g5ixnnwbpaeXJGDo+Q1sOABYsbXzNZy0CPw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-03-08  7:24                             ` Giuseppe CAVALLARO
2016-03-08 15:45                               ` Dinh Nguyen
2016-03-09  7:24                                 ` Giuseppe CAVALLARO
2016-03-09  8:35                                 ` Tomeu Vizoso
     [not found]                                   ` <CAAObsKD9HoEbtV_JMz_R=bcrQseDmhncRAWP9k8djksL-LMQqw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-03-09  8:56                                     ` Giuseppe CAVALLARO
     [not found]                                       ` <56DFE55B.2090806-qxv4g6HH51o@public.gmane.org>
2016-03-09  9:00                                         ` Giuseppe CAVALLARO
     [not found]                                           ` <56DFE64B.8060606-qxv4g6HH51o@public.gmane.org>
2016-03-09  9:42                                             ` Tomeu Vizoso
     [not found]                                               ` <CAAObsKBr9SXg1-wr9O-ypR8JozdGpeAwfDLMeUKi8ozxkKyTXg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-03-09  9:52                                                 ` Giuseppe CAVALLARO
2016-03-09 10:27                                                   ` Giuseppe CAVALLARO
2016-03-09 10:53                                                     ` Tomeu Vizoso
2016-03-09 14:31                                                       ` Giuseppe CAVALLARO
     [not found]                                                       ` <56E033C8.40506@st.c om>
     [not found]                                                         ` <56E033C8.40506-qxv4g6HH51o@public.gmane.org>
2016-03-09 14:53                                                           ` Giuseppe CAVALLARO
     [not found]                                                             ` <56E038CE.606-qxv4g6HH51o@public.gmane.org>
2016-03-09 16:31                                                               ` Dinh Nguyen
     [not found]                                                                 ` <CADhT+wcMpzA_Coj8Z5OQZsc3bF3a7yOmsbazQMPtcdUWkJSuCA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-03-10  9:13                                                                   ` Giuseppe CAVALLARO
     [not found]                                                                     ` <56E13AAB.2080900-qxv4g6HH51o@public.gmane.org>
2016-03-10 16:47                                                                       ` Dinh Nguyen
     [not found]                                                                         ` <CADhT+wd=vcph2y_OxkGNO5EwHvN=kBy-BrfZHmNjZHww4LxmTg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-03-11  9:09                                                                           ` Giuseppe CAVALLARO
2016-03-14 11:43                                                                             ` Tomeu Vizoso
     [not found]                                                                               ` <CAAObsKB-tSCu5KMYk2Zi-oX9zMKEOwwT93sMkiZKiYvtexmHaQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-03-14 16:20                                                                                 ` Giuseppe CAVALLARO
     [not found]                                                                                   ` <56E6E4B0.8060408-qxv4g6HH51o@public.gmane.org>
2016-03-15  7:23                                                                                     ` Tomeu Vizoso
     [not found]                                                                                       ` <CAAObsKCdk+6HdzFYxRKZbPiaKcfMCLjbpngurat47YvyvSgH-w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-03-15 12:36                                                                                         ` Giuseppe CAVALLARO
     [not found]                                                                                           ` <56E801EB.6030107-qxv4g6HH51o@public.gmane.org>
2016-03-30 16:44                                                                                             ` Dinh Nguyen
     [not found]                                                                                               ` <CADhT+wdXXp322vmgFmWTUiiRZTsCWeJSSdU=BMEEbSyb_bnrUw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-03-31  7:53                                                                                                 ` Giuseppe CAVALLARO
2016-03-08 10:03                             ` Gabriel Fernandez
     [not found]                               ` <CAG374jBLD5YuBT=r3V98OqdUTXMepvQ_tLz4XMJdQMzzGYi22A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-03-08 10:24                                 ` Giuseppe CAVALLARO
     [not found]                                   ` <56DEA840.1050305-qxv4g6HH51o@public.gmane.org>
2016-03-08 10:33                                     ` Gabriel Fernandez
2016-03-11 12:12   ` Michael Trimarchi

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