<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/drivers/ata/Kconfig, branch master</title>
<subtitle>Broadcom-s U-Boot</subtitle>
<id>https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/'/>
<updated>2019-05-23T14:23:09Z</updated>
<entry>
<title>ata: fsl_ahci: Add sata DM support for Freescale powerpc socs</title>
<updated>2019-05-23T14:23:09Z</updated>
<author>
<name>Peng Ma</name>
</author>
<published>2019-03-27T09:23:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=1ee494291880fd51ef0c5f7342e072bdb069d7ff'/>
<id>urn:sha1:1ee494291880fd51ef0c5f7342e072bdb069d7ff</id>
<content type='text'>
This patch is to support Freescale sata driver with dts initialized.
Also resolved the following problems.

===================== WARNING ======================
This board does not use CONFIG_DM_SCSI. Please update
the storage controller to use CONFIG_DM_SCSI before the v2019.07 release.
Failure to update by the deadline may result in board removal.
See doc/driver-model/MIGRATION.txt for more info.
====================================================

Signed-off-by: Peng Ma &lt;peng.ma@nxp.com&gt;
Reviewed-by: Prabhakar Kushwaha &lt;prabhakar.kushwaha@nxp.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-sunxi</title>
<updated>2019-04-17T13:19:45Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2019-04-17T13:19:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=4b37f36d68ebb79cdc7d68a539de71e28e954d11'/>
<id>urn:sha1:4b37f36d68ebb79cdc7d68a539de71e28e954d11</id>
<content type='text'>
- Convert DM_MMC and DM_SCSI
- A20, R40, H6 Linux dts(i) sync
- CLK, RESET support for sunxi, sun8_emac net drivers
</content>
</entry>
<entry>
<title>sunxi: update SATA driver to always use DM_SCSI</title>
<updated>2019-04-17T09:04:45Z</updated>
<author>
<name>Andre Przywara</name>
</author>
<published>2019-04-12T10:58:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=f8c8669760610b2949d8d9ccaeef8231a44d4205'/>
<id>urn:sha1:f8c8669760610b2949d8d9ccaeef8231a44d4205</id>
<content type='text'>
It seems like the Allwinner SATA driver is already quite capable of
using the driver model, so we can force this on all boards and can
remove support for a non-DM_SCSI build.
This removes the warning about boards with SATA ports not being
DM_SCSI compliant.

It also takes the opportunity to move the driver out of the board/sunxi
directory to join its siblings in drivers/ata, and to make it a proper
Kconfig citizen.

The board defconfigs stay untouched.

Signed-off-by: Andre Przywara &lt;andre.przywara@arm.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Jagan Teki &lt;jagan@openedev.com&gt;
[jagan: select DM_SCSI separately]
Signed-off-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt;
</content>
</entry>
<entry>
<title>ata: dwc_ahsata: Add ahci driver model support</title>
<updated>2019-04-13T18:30:09Z</updated>
<author>
<name>Soeren Moch</name>
</author>
<published>2019-03-01T12:10:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=046a69b84808ed86a59bb32a970da912c1e78c94'/>
<id>urn:sha1:046a69b84808ed86a59bb32a970da912c1e78c94</id>
<content type='text'>
Disable this support for cm_fx6 to avoid breakage.

Signed-off-by: Soeren Moch &lt;smoch@web.de&gt;
</content>
</entry>
<entry>
<title>sata: sata_mv: Add DM support to enable CONFIG_BLK usage</title>
<updated>2019-04-12T05:04:18Z</updated>
<author>
<name>Stefan Roese</name>
</author>
<published>2019-03-11T12:29:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=0506620f4f4991be86f1b72d32005937ed11eff2'/>
<id>urn:sha1:0506620f4f4991be86f1b72d32005937ed11eff2</id>
<content type='text'>
This patch adds DM support to the Armada XP SATA driver. This is needed
to enable CONFIG_BLK on this platform. It adds the SATA controller as
AHCI device, which is strictly speaking not correct, as the controller
is not AHCI compatible. But the U-Boot AHCI uclass interface enables
the usage of this DM driver and the creation of the corresponding BLK
devices.

This conversion is done to get rid of the compile warning:
Reviewed-by: Chris Packham &lt;judge.packham@gmail.com&gt;

===================== WARNING ======================
This board does not use CONFIG_DM_SCSI. Please update
the storage controller to use CONFIG_DM_SCSI before the v2019.07 release.
Failure to update by the deadline may result in board removal.
See doc/driver-model/MIGRATION.txt for more info.
====================================================

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
Cc: Simon Glass &lt;sjg@chromium.org&gt;
Cc: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>ata: ahci_mvebu: add scsi support</title>
<updated>2018-05-29T06:33:05Z</updated>
<author>
<name>Ken Ma</name>
</author>
<published>2018-05-25T07:49:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=6ac8538b0bcbe749bb358b7d134026a510d741e3'/>
<id>urn:sha1:6ac8538b0bcbe749bb358b7d134026a510d741e3</id>
<content type='text'>
Mvebu AHCI is AHCI driver which uses SCSI under the hood.
This patch adjusts AHCI setup to support SCSI by creating
a SCSI device as a child. Since the functions of creating
SCSI device need the kconfig option DM_SCSI, so let
AHCI_MVEBU select DM_SCSI.

Signed-off-by: Ken Ma &lt;make@marvell.com&gt;
Reviewed-by: Stefan Roese &lt;sr@denx.de&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>ata: mvebu: move mvebu sata driver to drivers/ata directory</title>
<updated>2018-05-29T06:33:05Z</updated>
<author>
<name>Ken Ma</name>
</author>
<published>2018-05-25T07:49:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=592b4a7e97dc36c0d527a7891e7b38ad3dfef6bc'/>
<id>urn:sha1:592b4a7e97dc36c0d527a7891e7b38ad3dfef6bc</id>
<content type='text'>
Currently mvebu sata driver is in arch/arm/mach_mvebu directory, this
patch moves it to drivers/ata directory with renaming "sata.c" to
"ahci_mvebu.c" which is aligned to Linux.
New ahci driver's kconfig option is added as AHCI_MVEBU which selects
SCSI_AHCI and is based on AHCI.

Signed-off-by: Ken Ma &lt;make@marvell.com&gt;
Reviewed-by: Stefan Roese &lt;sr@denx.de&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig</title>
<updated>2018-02-09T00:09:03Z</updated>
<author>
<name>Adam Ford</name>
</author>
<published>2018-02-06T18:43:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=1811a928c6c7604d6d05a84b4d552a7c31b4994e'/>
<id>urn:sha1:1811a928c6c7604d6d05a84b4d552a7c31b4994e</id>
<content type='text'>
config_fallbacks.h has some logic that sets HAVE_BLOCK_DEVICE
based on a list of enabled options.  Moving HAVE_BLOCK_DEVICE to
Kconfig allows us to drastically shrink the logic in
config_fallbacks.h

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
[trini: Rename HAVE_BLOCK_DEVICE to CONFIG_BLOCK_DEVICE]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>ata: Migrate CONFIG_MVSATA_IDE to Kconfig</title>
<updated>2017-12-12T23:16:06Z</updated>
<author>
<name>Tuomas Tynkkynen</name>
</author>
<published>2017-12-08T13:36:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=cf71338ee7a1dc16f13a4f1b89f32c624210df45'/>
<id>urn:sha1:cf71338ee7a1dc16f13a4f1b89f32c624210df45</id>
<content type='text'>
Signed-off-by: Tuomas Tynkkynen &lt;tuomas.tynkkynen@iki.fi&gt;
</content>
</entry>
<entry>
<title>ata: Migrate CONFIG_LIBATA to Kconfig</title>
<updated>2017-12-12T23:16:05Z</updated>
<author>
<name>Tuomas Tynkkynen</name>
</author>
<published>2017-12-08T13:36:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=b82e667f79f753226f3b7d01085869b496b1adc2'/>
<id>urn:sha1:b82e667f79f753226f3b7d01085869b496b1adc2</id>
<content type='text'>
This symbol enables some library code used by various SATA drivers,
so make this a non-user-visible symbol select'ed by the respective
drivers, and let moveconfig handle the rest.

Signed-off-by: Tuomas Tynkkynen &lt;tuomas.tynkkynen@iki.fi&gt;
</content>
</entry>
</feed>
