All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/8] Add Exynos4412 based Odroid X2 and U2/U3/U3+ support
@ 2014-07-14 12:48 Marek Szyprowski
  2014-07-14 12:48 ` [PATCH v3 1/8] ARM: dts: exynos4: add port sub-nodes to exynos usb host modules Marek Szyprowski
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Marek Szyprowski @ 2014-07-14 12:48 UTC (permalink / raw)
  To: linux-samsung-soc
  Cc: Marek Szyprowski, Kukjin Kim, Kamil Debski, Sylwester Nawrocki,
	Tobias Jakobi, Daniel Drake

Hello,

This is the third version of the initial patch series adding support
for Exynos 4412 based Odroid X2 and U2/U3/U3+ boards and improving
support for Odroid X.

Complete USB support for Odroid U2/U3/U3+ still requires some fixes in
Exynos4 USB2 Phy driver and clock driver for CLKOUT:
http://thread.gmane.org/gmane.linux.kernel/1731843/
http://www.spinics.net/lists/linux-usb/msg109587.html
The above changes however don't affect Odroid DTS files, but without
them, usb3503 hub is not yet functional.

Support for audio codec and HDMI video output is available in separate patch series.

If one is interested in more complete and open-source Odroid board
support, there are also patches for u-boot project:
http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/188295/focus=188610

Best regards
Marek Szyprowski
Samsung R&D Institute Poland

Changelog:

v3:
- added fix for total memory size (last megabyte is used by secure firmware
  and should not be accessed by Linux kernel)
- added patch defining GPIO button(s)
- added patch fixing TFLASH (SD card) detection

v2:
- added fix for broken LAN after reboot (removed BUCK8 always on property)
- restored all 4 uarts for Odroid X/X2 until correct patch for UART driver
  is developed
- rmoved incorrect port@2 node in ehci node for odroidx dts
- updated links for latest version of CLKOUT and PHY patches

v1: 
- initial version


*** BLURB HERE ***

Kamil Debski (2):
  ARM: dts: exynos4412-odroidx: add support for USB (phy, host, device)
  ARM: dts: exynos4412-odroid-common: disable 'always on' for BUCK8
    regulator

Marek Szyprowski (6):
  ARM: dts: exynos4: add port sub-nodes to exynos usb host modules
  ARM: dts: exynos4412-odroidx: enable common hardware blocks
  ARM: dts: exynos4412-odroidx: correct memory size
  ARM: dts: refactor Odroid DTS file and add support for Odroid X2 and
    U2/U3
  ARM: dts: exynos4412-odroid: add support for GPIO buttons
  ARM: dts: exynos4412-odroid: fix T-FLASH hotplug detection

 arch/arm/boot/dts/Makefile                      |   2 +
 arch/arm/boot/dts/exynos4.dtsi                  |  24 ++
 arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 344 ++++++++++++++++++++++++
 arch/arm/boot/dts/exynos4412-odroidu3.dts       |  49 ++++
 arch/arm/boot/dts/exynos4412-odroidx.dts        | 279 ++-----------------
 arch/arm/boot/dts/exynos4412-odroidx2.dts       |  23 ++
 6 files changed, 471 insertions(+), 250 deletions(-)
 create mode 100644 arch/arm/boot/dts/exynos4412-odroid-common.dtsi
 create mode 100644 arch/arm/boot/dts/exynos4412-odroidu3.dts
 create mode 100644 arch/arm/boot/dts/exynos4412-odroidx2.dts

-- 
1.9.2

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

end of thread, other threads:[~2014-07-15 17:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-14 12:48 [PATCH v3 0/8] Add Exynos4412 based Odroid X2 and U2/U3/U3+ support Marek Szyprowski
2014-07-14 12:48 ` [PATCH v3 1/8] ARM: dts: exynos4: add port sub-nodes to exynos usb host modules Marek Szyprowski
2014-07-14 12:48 ` [PATCH v3 2/8] ARM: dts: exynos4412-odroidx: enable common hardware blocks Marek Szyprowski
2014-07-14 12:48 ` [PATCH v3 3/8] ARM: dts: exynos4412-odroidx: add support for USB (phy, host, device) Marek Szyprowski
2014-07-14 12:48 ` [PATCH v3 4/8] ARM: dts: exynos4412-odroidx: correct memory size Marek Szyprowski
2014-07-14 12:48 ` [PATCH v3 5/8] ARM: dts: refactor Odroid DTS file and add support for Odroid X2 and U2/U3 Marek Szyprowski
2014-07-14 12:48 ` [PATCH v3 6/8] ARM: dts: exynos4412-odroid-common: disable 'always on' for BUCK8 regulator Marek Szyprowski
2014-07-14 12:48 ` [PATCH v3 7/8] ARM: dts: exynos4412-odroid: add support for GPIO buttons Marek Szyprowski
2014-07-14 12:48 ` [PATCH v3 8/8] ARM: dts: exynos4412-odroid: fix T-FLASH hotplug detection Marek Szyprowski
2014-07-15 17:49 ` [PATCH v3 0/8] Add Exynos4412 based Odroid X2 and U2/U3/U3+ support Kukjin Kim

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.