Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1599631 > unrolled thread

[PATCH 0/4] ARM: dm8168-evm: add SATA support

Started byBartosz Golaszewski <bgolaszewski@baylibre.com>
First post2017-03-13 18:00 +0100
Last post2017-03-13 18:00 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/4] ARM: dm8168-evm: add SATA support Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2017-03-13 18:00 +0100

#1599631 — [PATCH 0/4] ARM: dm8168-evm: add SATA support

FromBartosz Golaszewski <bgolaszewski@baylibre.com>
Date2017-03-13 18:00 +0100
Subject[PATCH 0/4] ARM: dm8168-evm: add SATA support
Message-ID<tkBkt-3fs-3@gated-at.bofh.it>
This series implements support for the on-board SATA controller
on the dm8168-evm board.

The first patch adds the clock domain and hwmod entries for the
SATA module.

The second patch models the external reference clock used by SATA.

The third adds the SATA node to the SoC's device tree.

The fourth enables the SATA driver by default in omap2plus_defconfig.

Bartosz Golaszewski (3):
  ARM: dts: dm8168-evm: add the external reference clock for SATA
  ARM: dts: dm8168-evm: add SATA node
  ARM: omap2plus_defconfig: enable ahci-dm816 module

Kevin Hilman (1):
  ARM: OMAP2+: dm81xx: Add clkdm and hwmod for SATA

 arch/arm/boot/dts/dm8168-evm.dts            | 10 +++++++++
 arch/arm/boot/dts/dm816x.dtsi               |  7 ++++++
 arch/arm/configs/omap2plus_defconfig        |  1 +
 arch/arm/mach-omap2/clockdomains81xx_data.c | 10 +++++++++
 arch/arm/mach-omap2/cm81xx.h                |  2 ++
 arch/arm/mach-omap2/omap_hwmod_81xx_data.c  | 34 +++++++++++++++++++++++++++++
 6 files changed, 64 insertions(+)

-- 
2.9.3

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web