index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ata
/
sata_dwc_460ex.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-19
ata: sata_dwc_460ex: remove redundant dev_err call
Wei Yongjun
1
-8
/
+2
2016-07-19
ata: define ATA_PROT_* in terms of ATA_PROT_FLAG_*
Christoph Hellwig
1
-1
/
+1
2016-07-15
ata: Handle ATA NCQ NO-DATA commands correctly
Hannes Reinecke
1
-0
/
+2
2016-05-12
ata: sata_dwc_460ex: make debug messages neat
Andy Shevchenko
1
-4
/
+4
2016-05-12
ata: sata_dwc_460ex: supply physical address of FIFO to DMA
Andy Shevchenko
1
-6
/
+7
2016-05-12
ata: sata_dwc_460ex: use devm_ioremap
Andy Shevchenko
1
-19
/
+11
2016-05-12
ata: sata_dwc_460ex: tidy up sata_dwc_clear_dmacr()
Mans Rullgard
1
-8
/
+6
2016-05-12
ata: sata_dwc_460ex: use readl/writel_relaxed()
Mans Rullgard
1
-48
/
+43
2016-05-12
ata: sata_dwc_460ex: switch to new dmaengine_terminate_* API
Andy Shevchenko
1
-1
/
+1
2016-05-10
ata: sata_dwc_460ex: add __iomem to register base pointer
Mans Rullgard
1
-1
/
+1
2016-05-10
ata: sata_dwc_460ex: get rid of incorrect cast
Mans Rullgard
1
-2
/
+2
2016-05-10
ata: sata_dwc_460ex: get rid of some pointless casts
Mans Rullgard
1
-15
/
+15
2016-05-10
ata: sata_dwc_460ex: remove empty libata callback
Mans Rullgard
1
-22
/
+0
2016-05-10
ata: sata_dwc_460ex: correct HOSTDEV{P}_FROM_*() macros
Andy Shevchenko
1
-11
/
+6
2016-05-10
ata: sata_dwc_460ex: get rid of global data
Mans Rullgard
1
-50
/
+29
2016-05-10
ata: sata_dwc_460ex: add phy support
Mans Rullgard
1
-0
/
+22
2016-05-10
ata: sata_dwc_460ex: use "dmas" DT property to find dma channel
Mans Rullgard
1
-69
/
+129
2016-05-10
ata: sata_dwc_460ex: don't call ata_sff_qc_issue() on DMA commands
Andy Shevchenko
1
-2
/
+2
2016-05-10
ata: sata_dwc_460ex: skip dma setup for non-dma commands
Mans Rullgard
1
-26
/
+9
2016-05-10
ata: sata_dwc_460ex: DMA is always a flow controller
Andy Shevchenko
1
-1
/
+1
2016-05-10
ata: sata_dwc_460ex: burst size must be in items not bytes
Andy Shevchenko
1
-3
/
+3
2016-05-10
ata: sata_dwc_460ex: set dma_boundary to 0x1fff
Andy Shevchenko
1
-1
/
+7
2016-05-10
ata: sata_dwc_460ex: fix crash on offline links without an attached drive
Christian Lamparter
1
-0
/
+7
2016-05-10
ata: sata_dwc_460ex: remove incorrect locking
Mans Rullgard
1
-3
/
+1
2016-05-02
dmaengine: dw: pass platform data via struct dw_dma_chip
Andy Shevchenko
1
-1
/
+1
2016-04-13
dmaengine: dw: rename masters to reflect actual topology
Andy Shevchenko
1
-2
/
+2
2015-03-30
sata_dwc_460ex: indent an if statement
Dan Carpenter
1
-1
/
+1
2015-03-24
sata_dwc_460ex: re-use hsdev->dev instead of dwc_dev
Andy Shevchenko
1
-12
/
+11
2015-03-24
sata_dwc_460ex: move to generic DMA driver
Andy Shevchenko
1
-614
/
+122
2015-03-24
sata_dwc_460ex: join messages back
Andy Shevchenko
1
-49
/
+54
2015-01-08
sata_dwc_460ex: convert to devm_kzalloc in ->probe()
Andy Shevchenko
1
-18
/
+6
2015-01-08
sata_dwc_460ex: remove extra message
Andy Shevchenko
1
-6
/
+2
2015-01-08
sata_dwc_460ex: use np local variable in ->probe()
Andy Shevchenko
1
-4
/
+4
2015-01-08
sata_dwc_460ex: fix most of the sparse warnings
Andy Shevchenko
1
-34
/
+33
2015-01-08
sata_dwc_460ex: enable COMPILE_TEST for the driver
Andy Shevchenko
1
-0
/
+12
2015-01-08
sata_dwc_460ex: remove redundant dev_set_drvdata
Andy Shevchenko
1
-1
/
+0
2015-01-07
sata_dwc_460ex: fix resource leak on error path
Andy Shevchenko
1
-14
/
+12
2014-10-20
ata: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-03-26
ata: remove superfluous casts
Joe Perches
1
-2
/
+1
2014-02-14
ata: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-11-11
powerpc: add missing explicit OF includes for ppc
Rob Herring
1
-0
/
+2
2012-12-14
sata_dwc_460ex: remove file exec bit (chmod 0755 -> 0644)
Jeff Garzik
1
-0
/
+1
2012-07-25
sata_dwc_460ex: device tree may specify dma_channel
Thang Q. Nguyen
1
-17
/
+31
2012-07-25
sata_dwc_460ex: support hardreset
Thang Q. Nguyen
1
-1
/
+23
2012-01-09
SATA/PATA: convert drivers/ata/* to use module_platform_driver()
Axel Lin
1
-12
/
+1
2011-08-19
drivers/ata/sata_dwc_460ex.c: add missing kfree
Julia Lawall
1
-8
/
+6
2011-07-26
drivers: use kzalloc/kcalloc instead of 'kmalloc+memset', where possible
Rakib Mullick
1
-2
/
+1
2011-07-24
sata_dwc_460ex: fix error path
Vasiliy Kulikov
1
-7
/
+14
2011-06-24
drivers/ata/sata_dwc_460ex: Fix typo 'corrresponding'
Justin P. Mattock
1
-1
/
+1
2011-03-17
Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
1
-5
/
+4
[next]