diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-02-13 13:27:14 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-02-13 13:27:14 +0000 |
commit | af63cdf87ad76177fb7180e5fb57ec6f949fbb98 (patch) | |
tree | 3f3c2ff5babca3eacef366a9b794b0ea7e5f945e /target/linux/sunxi/patches-3.13/160-ahci-add-pre-start-hook.patch | |
parent | 83d9cec4911b6639c1c2f22cfb943df3e1252a1e (diff) | |
download | upstream-af63cdf87ad76177fb7180e5fb57ec6f949fbb98.tar.gz upstream-af63cdf87ad76177fb7180e5fb57ec6f949fbb98.tar.bz2 upstream-af63cdf87ad76177fb7180e5fb57ec6f949fbb98.zip |
upgrade 3.13 targets to 3.13.2, refresh patches
Signed-off-by: Imre Kaloz <kaloz@openwrt.org
SVN-Revision: 39582
Diffstat (limited to 'target/linux/sunxi/patches-3.13/160-ahci-add-pre-start-hook.patch')
-rw-r--r-- | target/linux/sunxi/patches-3.13/160-ahci-add-pre-start-hook.patch | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/target/linux/sunxi/patches-3.13/160-ahci-add-pre-start-hook.patch b/target/linux/sunxi/patches-3.13/160-ahci-add-pre-start-hook.patch index 342c11436d..b832dc4d97 100644 --- a/target/linux/sunxi/patches-3.13/160-ahci-add-pre-start-hook.patch +++ b/target/linux/sunxi/patches-3.13/160-ahci-add-pre-start-hook.patch @@ -18,8 +18,6 @@ Signed-off-by: Hans de Goede <hdegoede@redhat.com> drivers/ata/libahci.c | 4 ++++ 2 files changed, 6 insertions(+) -diff --git a/drivers/ata/ahci.h b/drivers/ata/ahci.h -index 2289efd..1bba479 100644 --- a/drivers/ata/ahci.h +++ b/drivers/ata/ahci.h @@ -323,6 +323,8 @@ struct ahci_host_priv { @@ -31,11 +29,9 @@ index 2289efd..1bba479 100644 }; extern int ahci_ignore_sss; -diff --git a/drivers/ata/libahci.c b/drivers/ata/libahci.c -index c482f8c..780e9df 100644 --- a/drivers/ata/libahci.c +++ b/drivers/ata/libahci.c -@@ -568,8 +568,12 @@ static int ahci_scr_write(struct ata_link *link, unsigned int sc_reg, u32 val) +@@ -568,8 +568,12 @@ static int ahci_scr_write(struct ata_lin void ahci_start_engine(struct ata_port *ap) { void __iomem *port_mmio = ahci_port_base(ap); @@ -48,6 +44,3 @@ index c482f8c..780e9df 100644 /* start DMA */ tmp = readl(port_mmio + PORT_CMD); tmp |= PORT_CMD_START; --- -1.8.5.1 - |