aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_at91.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-16pata: remove the at91 driverBoris Brezillon1-503/+0
2017-01-10ata: pass queued command to ->sff_data_xfer methodBartlomiej Zolnierkiewicz1-3/+3
2016-09-22pata_at91: Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERRHarman Kalra1-3/+1
2016-02-16gpio: Include linux/gpio.h instead of asm/gpio.hBjorn Helgaas1-2/+1
2015-05-20ata: at91: use syscon to configure the smcAlexandre Belloni1-21/+71
2014-10-20ata: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-04-02pata_at91: fix ata_host_activate() failure handlingBartlomiej Zolnierkiewicz1-5/+6
2014-02-13ata: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-07-30ata: use dev_get_platdata()Jingoo Han1-1/+1
2013-05-24ata: use platform_{get,set}_drvdata()Jingoo Han1-1/+1
2013-01-03Drivers: ata: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-11-06arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD1-1/+1
2012-02-13pata/at91: use newly introduced SMC accessorsJean-Christophe PLAGNIOL-VILLARD1-27/+21
2012-01-10Merge branch 'upstream-linus' of git://github.com/jgarzik/libata-devLinus Torvalds1-14/+1
2012-01-08SATA/PATA: convert drivers/ata/* to use module_platform_driver()Axel Lin1-14/+1
2011-11-29ARM: at91/pata: use gpio_is_valid to check the gpioJean-Christophe PLAGNIOL-VILLARD1-3/+3
2011-10-27Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds1-1/+1
2011-10-14pata_at91: call clk_put() on ata_host_activate() failureSergei Shtylyov1-1/+4
2011-08-08ARM: gpio: at91: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King1-1/+1
2011-05-14pata_at91: SMC settings calculation bugfixes, support for t6z and IORDYIgor Plyatov1-99/+198
2011-04-24ata: pata_at91.c bugfix for initial_timing initialisationIgor Plyatov1-2/+12
2011-04-24ata: pata_at91.c bugfix for high master clockIgor Plyatov1-1/+7
2010-05-19libata-sff: clean up BMDMA initializationTejun Heo1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-01[libata] pata_at91: fix backslash-continued stringJeff Garzik1-2/+2
2009-08-12pata_at91: fix resource releaseTejun Heo1-13/+4
2009-07-28libata: Updates and fixes for pata_at91 driverSergey Matyukevich1-31/+36
2009-07-14drivers/ata: Move a dereference below a NULL testJulia Lawall1-1/+2
2009-06-23[libata] PATA driver for CF interface on AT91SAM9260 SoCSergey Matyukevich1-0/+361