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


Groups > linux.kernel > #1608556

Re: [PATCH v2 2/2] ata: ahci: add support for DaVinci DM816 SATA controller

From Bartosz Golaszewski <bgolaszewski@baylibre.com>
Newsgroups linux.kernel
Subject Re: [PATCH v2 2/2] ata: ahci: add support for DaVinci DM816 SATA controller
Date 2017-03-24 16:30 +0100
Message-ID <tozk7-3uM-63@gated-at.bofh.it> (permalink)
References <tkSuZ-7ED-7@gated-at.bofh.it> <tkSuZ-7ED-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


2017-03-14 12:04 GMT+01:00 Bartosz Golaszewski <bgolaszewski@baylibre.com>:
> This SATA controller is quite similar to the one present on the DA850
> SoC, but the PHY configuration is different and it supports two HBA
> ports.
>
> The IP suffers from the same PMP issue the DA850 does - if we enable
> PMP but don't use it - softreset fails. Appropriate workaround was
> implemented in this driver as well.
>
> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> ---
>  drivers/ata/Kconfig      |   9 +++
>  drivers/ata/Makefile     |   1 +
>  drivers/ata/ahci_dm816.c | 200 +++++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 210 insertions(+)
>  create mode 100644 drivers/ata/ahci_dm816.c
>

Hi Tejun,

the DT bindings have been acked by Rob Herring and Tony Lindgren has
picked up the arch/arm patches. If there are no objections, could you
merge this driver and DT bindings for 4.12?

Thanks,
Bartosz

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 2/2] ata: ahci: add support for DaVinci DM816 SATA controller Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2017-03-14 12:10 +0100
  Re: [PATCH v2 2/2] ata: ahci: add support for DaVinci DM816 SATA controller Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2017-03-24 16:30 +0100
  Re: [PATCH v2 2/2] ata: ahci: add support for DaVinci DM816 SATA  controller Tejun Heo <tj@kernel.org> - 2017-03-24 16:50 +0100

csiph-web