| Commit message (Expand) | Author | Age | Files | Lines |
* | pata_mpc52xx: Delete an error message for a failed memory allocation in mpc52... | Markus Elfring | 2018-02-18 | 1 | -1/+0 |
* | ata: constify of_device_id structures | Bhumika Goyal | 2017-03-06 | 1 | -1/+1 |
* | ata: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host drivers | Bartlomiej Zolnierkiewicz | 2014-05-10 | 1 | -6/+2 |
* | ata: use platform_{get,set}_drvdata() | Jingoo Han | 2013-05-24 | 1 | -2/+2 |
* | Merge remote-tracking branch 'agust/next' into next | Benjamin Herrenschmidt | 2013-02-20 | 1 | -3/+3 |
|\ |
|
| * | powerpc, dma: move bestcomm driver from arch/powerpc/sysdev to drivers/dma | Philippe De Muyter | 2013-01-03 | 1 | -3/+3 |
* | | Drivers: ata: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-04 | 1 | -5/+5 |
|/ |
|
* | pata_mpc52xx: utilize common ata_platform_remove_one() | Brian Norris | 2012-12-03 | 1 | -14/+3 |
* | drivers/ata/pata_mpc52xx.c: clean up error handling code | Julia Lawall | 2012-03-13 | 1 | -29/+15 |
* | SATA/PATA: convert drivers/ata/* to use module_platform_driver() | Axel Lin | 2012-01-09 | 1 | -20/+1 |
* | ata: irq: Remove IRQF_DISABLED | Yong Zhang | 2011-10-08 | 1 | -1/+1 |
* | dt: Eliminate of_platform_{,un}register_driver | Grant Likely | 2011-02-28 | 1 | -4/+4 |
* | pata_mpc52xx: inherit from ata_bmdma_port_ops | Tejun Heo | 2011-01-28 | 1 | -1/+1 |
* | of/device: Replace struct of_device with struct platform_device | Grant Likely | 2010-08-06 | 1 | -4/+4 |
* | libata-sff: separate out BMDMA irq handler | Tejun Heo | 2010-05-26 | 1 | -1/+1 |
* | Merge remote branch 'origin' into secretlab/next-devicetree | Grant Likely | 2010-05-22 | 1 | -39/+39 |
|\ |
|
| * | pata_mpc52xx: reduce code size by simple change of constant data types | Roman Fietze | 2010-05-14 | 1 | -39/+39 |
* | | of: Remove duplicate fields from of_platform_driver | Grant Likely | 2010-05-22 | 1 | -3/+1 |
* | | of: Always use 'struct device.of_node' to get device node pointer. | Grant Likely | 2010-05-19 | 1 | -5/+5 |
|/ |
|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -1/+1 |
* | powerpc/5xxx: Add common mpc5xxx_get_bus_frequency() function | Wolfgang Denk | 2009-06-17 | 1 | -1/+1 |
* | [libata] convert drivers to use ata.h mode mask defines | Erik Inge Bolsø | 2009-03-25 | 1 | -2/+2 |
* | powerpc/mpc5200: Add MDMA/UDMA support to MPC5200 ATA driver | Tim Yamin | 2008-12-21 | 1 | -65/+481 |
* | powerpc/pata_mpc52xx: use linux/of_platform.h instead of asm | Stephen Rothwell | 2008-07-12 | 1 | -1/+1 |
* | libata: rename SFF port ops | Tejun Heo | 2008-04-17 | 1 | -1/+1 |
* | libata: rename SFF functions | Tejun Heo | 2008-04-17 | 1 | -2/+2 |
* | libata: make reset related methods proper port operations | Tejun Heo | 2008-04-17 | 1 | -10/+0 |
* | libata: implement and use ops inheritance | Tejun Heo | 2008-04-17 | 1 | -14/+4 |
* | libata: implement and use SHT initializers | Tejun Heo | 2008-04-17 | 1 | -15/+1 |
* | libata: normalize port_info, port_operations and sht tables | Tejun Heo | 2008-04-17 | 1 | -2/+2 |
* | libata: implement and use ata_noop_irq_clear() | Tejun Heo | 2008-04-17 | 1 | -1/+1 |
* | Merge branch 'linux-2.6' | Paul Mackerras | 2008-01-31 | 1 | -1/+1 |
|\ |
|
| * | pata_mpc52xx: remove un-needed assignment | Alan Cox | 2008-01-23 | 1 | -1/+1 |
* | | [POWERPC] mpc5200: normalize compatible property bindings | Grant Likely | 2008-01-26 | 1 | -4/+2 |
|/ |
|
* | mpc52xx-ata: fix compile warning (unused variable) | Grant Likely | 2007-10-14 | 1 | -1/+0 |
* | libata: implement and use ata_port_desc() to report port configuration | Tejun Heo | 2007-10-12 | 1 | -2/+5 |
* | [libata] Remove ->port_disable() hook | Jeff Garzik | 2007-10-12 | 1 | -1/+0 |
* | [libata] Remove ->irq_ack() hook, and ata_dummy_irq_on() | Jeff Garzik | 2007-10-12 | 1 | -1/+0 |
* | [libata] Bump driver versions | Jeff Garzik | 2007-08-31 | 1 | -1/+1 |
* | pata_mpc52xx: suspend/resume support | Domen Puncer | 2007-07-11 | 1 | -2/+16 |
* | libata: reimplement suspend/resume support using sdev->manage_start_stop | Tejun Heo | 2007-05-12 | 1 | -4/+0 |
* | libata: convert the remaining PATA drivers to new init model | Tejun Heo | 2007-04-28 | 1 | -25/+21 |
* | [libata] Update several PATA drivers for new ->cable_detect hook | Jeff Garzik | 2007-04-28 | 1 | -1/+2 |
* | [PATCH] misc NULL noise | Al Viro | 2007-03-14 | 1 | -1/+1 |
* | libata: add missing PM callbacks | Tejun Heo | 2007-03-03 | 1 | -0/+4 |
* | [POWERPC] Fixup mp5200 drivers to match device tree changes | Grant Likely | 2007-02-13 | 1 | -4/+2 |
* | libata: add another IRQ calls (libata drivers) | Akira Iguchi | 2007-02-09 | 1 | -0/+2 |
* | libata: convert to iomap | Tejun Heo | 2007-02-09 | 1 | -14/+14 |
* | libata: update libata LLDs to use devres | Tejun Heo | 2007-02-09 | 1 | -38/+11 |