All of lore.kernel.org
 help / color / mirror / Atom feed
From: Caesar Wang <wxt@rock-chips.com>
To: heiko@sntech.de
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-rockchip@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org, keescook@google.com,
	leozwang@google.com, leecam@google.com,
	Caesar Wang <wxt@rock-chips.com>
Subject: [PATCH 0/5] Support the codec and wifi/bt for rk3036 Kylin board
Date: Tue, 22 Dec 2015 17:33:48 +0800	[thread overview]
Message-ID: <1450776833-27639-1-git-send-email-wxt@rock-chips.com> (raw)


Add the needed device for kylin board.

--------------
This series patches have the following decriptions:

PATCH[1/5]:
ARM: dts: set the pinctrl default setting for i2s

The kylin will hang in system when enable the i2s,
we need set the pinctrl default setting for i2s firstly.
--------------

PATCH[2/5]:
ARM: dts: add the sound codec for kylin board

Let the codec works.

RT5616 driver is landed in Mark branch.
(https://git.kernel.org/cgit/linux/kernel/git/broonie/sound.git/commit/
?h=for-next&id=b1d15059957d33d111e0ed38724a6b2c5caac790)

Maybe need wait the below patch be merged firstly.
(add an of_match table: https://patchwork.kernel.org/patch/7901951/
rt5616 document: https://patchwork.kernel.org/patch/7901971/)
---------------

PATCH[3/5]:
ARM: dts: rockchip: enable the high speed on sdio for kylin board

This patch is solving the wifi work frequency.
37.5MHz frequency for rk3036.

The wifi throughput:

iperf -s -i 1
...
[  4] 116.0-117.0 sec  2.88 MBytes  24.1 Mbits/sec
[  4] 117.0-118.0 sec  2.99 MBytes  25.0 Mbits/sec
[  4] 118.0-119.0 sec  3.01 MBytes  25.2 Mbits/sec
[  4] 119.0-120.0 sec  2.89 MBytes  24.2 Mbits/sec
[  4]  0.0-120.4 sec   332 MBytes  23.1 Mbits/sec
----------------

PATCH[4/5]:
ARM: dts: add the wifi/bt regulator for kylin board

Add the wifi/bt regulator for wifi module, let the module work on bootup.

Yep, this patch is based on olof patch[0].
patch[0]:
https://patchwork.kernel.org/patch/3510571/
----------------

PATCH[5/5]:
ARM: dts: enable the uart0 for bluetooth module

Enable the uart0 for BT module working.
----------------

Note: that's seem the wifi driver has not landed in mainline.
This driver has existed in rockchip github develop4.1.
https://github.com/rockchip-linux/kernel/commit/a731ffcd0d6ee3b3e6f015d3e2f7b4bf698a3533



Caesar Wang (5):
  ARM: dts: set the pinctrl default setting for i2s
  ARM: dts: add the sound codec for kylin board
  ARM: dts: rockchip: enable the high speed on sdio for kylin board
  ARM: dts: add the wifi/bt regulator for kylin board
  ARM: dts: enable the uart0 for bluetooth module

 arch/arm/boot/dts/rk3036-kylin.dts | 85 +++++++++++++++++++++++++++++++++++++-
 arch/arm/boot/dts/rk3036.dtsi      | 12 +++---
 2 files changed, 90 insertions(+), 7 deletions(-)

-- 
1.9.1


WARNING: multiple messages have this Message-ID (diff)
From: wxt@rock-chips.com (Caesar Wang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/5] Support the codec and wifi/bt for rk3036 Kylin board
Date: Tue, 22 Dec 2015 17:33:48 +0800	[thread overview]
Message-ID: <1450776833-27639-1-git-send-email-wxt@rock-chips.com> (raw)


Add the needed device for kylin board.

--------------
This series patches have the following decriptions:

PATCH[1/5]:
ARM: dts: set the pinctrl default setting for i2s

The kylin will hang in system when enable the i2s,
we need set the pinctrl default setting for i2s firstly.
--------------

PATCH[2/5]:
ARM: dts: add the sound codec for kylin board

Let the codec works.

RT5616 driver is landed in Mark branch.
(https://git.kernel.org/cgit/linux/kernel/git/broonie/sound.git/commit/
?h=for-next&id=b1d15059957d33d111e0ed38724a6b2c5caac790)

Maybe need wait the below patch be merged firstly.
(add an of_match table: https://patchwork.kernel.org/patch/7901951/
rt5616 document: https://patchwork.kernel.org/patch/7901971/)
---------------

PATCH[3/5]:
ARM: dts: rockchip: enable the high speed on sdio for kylin board

This patch is solving the wifi work frequency.
37.5MHz frequency for rk3036.

The wifi throughput:

iperf -s -i 1
...
[  4] 116.0-117.0 sec  2.88 MBytes  24.1 Mbits/sec
[  4] 117.0-118.0 sec  2.99 MBytes  25.0 Mbits/sec
[  4] 118.0-119.0 sec  3.01 MBytes  25.2 Mbits/sec
[  4] 119.0-120.0 sec  2.89 MBytes  24.2 Mbits/sec
[  4]  0.0-120.4 sec   332 MBytes  23.1 Mbits/sec
----------------

PATCH[4/5]:
ARM: dts: add the wifi/bt regulator for kylin board

Add the wifi/bt regulator for wifi module, let the module work on bootup.

Yep, this patch is based on olof patch[0].
patch[0]:
https://patchwork.kernel.org/patch/3510571/
----------------

PATCH[5/5]:
ARM: dts: enable the uart0 for bluetooth module

Enable the uart0 for BT module working.
----------------

Note: that's seem the wifi driver has not landed in mainline.
This driver has existed in rockchip github develop4.1.
https://github.com/rockchip-linux/kernel/commit/a731ffcd0d6ee3b3e6f015d3e2f7b4bf698a3533



Caesar Wang (5):
  ARM: dts: set the pinctrl default setting for i2s
  ARM: dts: add the sound codec for kylin board
  ARM: dts: rockchip: enable the high speed on sdio for kylin board
  ARM: dts: add the wifi/bt regulator for kylin board
  ARM: dts: enable the uart0 for bluetooth module

 arch/arm/boot/dts/rk3036-kylin.dts | 85 +++++++++++++++++++++++++++++++++++++-
 arch/arm/boot/dts/rk3036.dtsi      | 12 +++---
 2 files changed, 90 insertions(+), 7 deletions(-)

-- 
1.9.1

             reply	other threads:[~2015-12-22  9:34 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-22  9:33 Caesar Wang [this message]
2015-12-22  9:33 ` [PATCH 0/5] Support the codec and wifi/bt for rk3036 Kylin board Caesar Wang
2015-12-22  9:33 ` [PATCH 1/5] ARM: dts: set the pinctrl default setting for i2s Caesar Wang
2015-12-22  9:33   ` Caesar Wang
2015-12-22  9:33 ` [PATCH 2/5] ARM: dts: add the sound codec for kylin board Caesar Wang
2015-12-22  9:33   ` Caesar Wang
2015-12-22  9:33   ` Caesar Wang
2015-12-22  9:33 ` [PATCH 3/5] ARM: dts: rockchip: enable the high speed on sdio " Caesar Wang
2015-12-22  9:33   ` Caesar Wang
2015-12-22  9:33 ` [PATCH 4/5] ARM: dts: add the wifi/bt regulator " Caesar Wang
2015-12-22  9:33   ` Caesar Wang
2015-12-22  9:50   ` Heiko Stübner
2015-12-22  9:50     ` Heiko Stübner
2015-12-22  9:50     ` Heiko Stübner
2015-12-22  9:33 ` [PATCH 5/5] ARM: dts: enable the uart0 for bluetooth module Caesar Wang
2015-12-22  9:33   ` Caesar Wang

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=1450776833-27639-1-git-send-email-wxt@rock-chips.com \
    --to=wxt@rock-chips.com \
    --cc=devicetree@vger.kernel.org \
    --cc=heiko@sntech.de \
    --cc=keescook@google.com \
    --cc=leecam@google.com \
    --cc=leozwang@google.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    /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 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.