2013-04-30 22:26:59

by Jeff Garzik

[permalink] [raw]
Subject: [git patches] libata updates


Summary:

1) More ACPI fixes, cleanups

2) Minor cleanups for sata_highbank, pata_at32, pata_octeon_cf,
sata_rcar

3) pata_legacy: small bug found in opti chipset code (untested fix,
due to ancient h/w)

4) sata_fsl: RX water mark config knob, some h/w needs it

5) pata_imx: cleanups, DeviceTree support

6) SCSI<->ATA translator: properly export translator version,
not device firmware version


Please pull 2cc1144a31f76d4a9fb48bec5d6ba1359f980813 from
git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git tags/upstream-linus


to receive the following updates:

Aaron Lu (2):
libata-acpi: remove redundent code for power resource handling
[libata] acpi: make ata_ap_acpi_handle not block

Alexandru Gheorghiu (1):
pata_octeon_cf: Use resource_size function

Baruch Even (1):
[libata] SCSI: really use SATL version in VPD

Dan Carpenter (1):
pata_legacy: bogus clock in opti82c46x_set_piomode()

Jingoo Han (2):
pata_at32: use module_platform_driver_probe()
sata_highbank: make ahci_highbank_pm_ops static

Lv Zheng (1):
ACPI/libata: Restore libata.noacpi support

Qiang Liu (1):
fsl/sata: create a sysfs entry for rx water mark

Robert Richter (1):
sata_highbank: Rename proc_name to the module name

Sachin Kamat (1):
sata_rcar: Convert to devm_ioremap_resource()

Sascha Hauer (4):
pata_imx: Use devm_clk_get
pata_imx: cleanup error path
pata_imx: use void __iomem * for regs
pata_imx: add devicetree support


2013-04-30 23:18:14

by Linus Torvalds

[permalink] [raw]
Subject: Re: [git patches] libata updates

On Tue, Apr 30, 2013 at 3:26 PM, Jeff Garzik <[email protected]> wrote:
>
> Summary:

return -EMISSINGDIFFSTAT;

I've pulled, but *please* make sure to fix your broken script. I
really do want to see the diffstat, partly because I want to know what
to expect even before pulling, partly just to verify that what I
pulled actually matches what you expected me to pull (iow, hopefully
you actually read your own diffstat and anything surprising would have
jumped out at you).

Linus