index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ata
/
libata-acpi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-15
libata-acpi: Fix NULL ptr derference in ata_acpi_dev_handle
Aaron Lu
1
-3
/
+8
2012-08-17
[libata] acpi: call ata_acpi_gtm during ata port init time
Aaron Lu
1
-11
/
+4
2012-07-25
libata-acpi: fix up for acpi_pm_device_sleep_state API
Stephen Rothwell
1
-1
/
+1
2012-06-29
libata: tell scsi layer device supports runtime power off
Aaron Lu
1
-2
/
+26
2012-06-29
libata-acpi: register/unregister device to/from power resource
Lin Ming
1
-0
/
+32
2012-06-29
libata-acpi: add ata port runtime D3Cold support
Lin Ming
1
-4
/
+74
2012-06-29
libata-acpi: set acpi state for SATA port
Lin Ming
1
-9
/
+11
2012-06-29
libata: migrate ACPI code over to new bindings
Matthew Garrett
1
-125
/
+36
2012-06-29
libata: bind the Linux device tree to the ACPI device tree
Matthew Garrett
1
-0
/
+137
2011-08-02
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
1
-2
/
+2
2011-07-23
ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>
Joe Perches
1
-38
/
+28
2011-07-16
ACPI: constify ops structs
Vasiliy Kulikov
1
-2
/
+2
2011-03-02
libata: remove ATA_FLAG_MMIO
Sergei Shtylyov
1
-2
/
+1
2010-08-15
gcc-4.6: ACPI: fix unused but set variables in ACPI
Andi Kleen
1
-6
/
+0
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-01-28
ACPI: replace acpi_integer by u64
Lin Ming
1
-2
/
+2
2009-12-03
libata-acpi: missing _SDD is not an error
Tejun Heo
1
-6
/
+9
2009-10-06
libata: make gtf_filter per-dev
Tejun Heo
1
-8
/
+9
2009-10-06
libata: implement more acpi filtering options
Tejun Heo
1
-4
/
+15
2009-10-06
libata: cosmetic updates
Tejun Heo
1
-10
/
+0
2009-09-01
libata: add command name parsing for error output
Robert Hancock
1
-2
/
+5
2009-06-12
trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentati...
Martin Olsson
1
-2
/
+2
2009-01-09
Merge branch 'linus' into release
Len Brown
1
-11
/
+8
2008-12-31
ACPI: remove private acpica headers from driver files
Lin Ming
1
-6
/
+0
2008-12-28
libata: beef up iterators
Tejun Heo
1
-11
/
+8
2008-09-23
dock: introduce .uevent for devices in dock, eg libata
Shaohua Li
1
-2
/
+42
2008-09-23
libata: remove functions now handed by ACPI dock driver
Shaohua Li
1
-93
/
+14
2008-07-11
libata-acpi: don't call sleeping function from invalid context
Zhang Rui
1
-1
/
+4
2008-07-11
libata-acpi: filter out DIPM enable
Tejun Heo
1
-2
/
+12
2008-06-04
[libata] ACPI: Properly handle bay devices in dock stations
Holger Macht
1
-51
/
+114
2008-05-19
drivers/ata: trim trailing whitespace
Jeff Garzik
1
-4
/
+4
2008-05-19
Fixups to ATA ACPI hotplug
Matthew Garrett
1
-27
/
+50
2008-04-25
libata-acpi.c: remove unneeded #if's
Adrian Bunk
1
-4
/
+0
2008-04-17
ata-acpi: don't call _GTF for disabled drive
Shaohua Li
1
-2
/
+4
2008-04-17
libata: implement PMP helpers
Tejun Heo
1
-1
/
+1
2008-03-17
libata-acpi: improve dock event handling
Tejun Heo
1
-27
/
+69
2008-03-10
ata: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-4
/
+4
2008-01-23
libata: reimplement ata_acpi_cbl_80wire() using ata_acpi_gtm_xfermask()
Tejun Heo
1
-25
/
+16
2008-01-23
libata: implement ata_timing_cycle2mode() and use it in libata-acpi and pata_...
Tejun Heo
1
-47
/
+15
2008-01-23
libata: fix ata_acpi_gtm_xfermask()
Tejun Heo
1
-21
/
+21
2008-01-23
libata: separate out ata_acpi_gtm_xfermask() from pacpi_discover_modes()
Tejun Heo
1
-0
/
+78
2008-01-23
libata-acpi: add ACPI _PSx method
Shaohua Li
1
-0
/
+30
2007-12-17
libata-acpi: implement _GTF command filtering
Tejun Heo
1
-44
/
+115
2007-12-17
libata-acpi: improve _GTF execution error handling and reporting
Tejun Heo
1
-31
/
+46
2007-12-17
libata-acpi: improve ACPI disabling
Tejun Heo
1
-21
/
+38
2007-12-17
libata-acpi: implement dev->gtf_cache and evaluate _GTF right after _STM duri...
Tejun Heo
1
-20
/
+49
2007-12-17
libata-acpi: implement and use ata_acpi_init_gtm()
Tejun Heo
1
-35
/
+27
2007-12-17
libata-acpi: add new hooks ata_acpi_dissociate() and ata_acpi_on_disable()
Tejun Heo
1
-0
/
+28
2007-12-17
libata-acpi: adjust constness in ata_acpi_gtm/stm() parameters
Tejun Heo
1
-3
/
+4
2007-11-10
libata: Don't fail device revalidation for bad _GTF methods
Matthew Garrett
1
-8
/
+2
[next]