aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-22ide: use printk_onceMarcin Slusarz1-7/+1
2009-09-01ide: convert to ->proc_fopsAlexey Dobriyan1-115/+215
2009-08-07ide: fix races in handling of user-space SET XFER commandsBartlomiej Zolnierkiewicz1-8/+2
2009-04-08ide: replace IDE_TFLAG_* flags by IDE_VALID_*Sergei Shtylyov1-2/+2
2009-03-27ide: remove ide_task_t typedefBartlomiej Zolnierkiewicz1-8/+8
2009-03-24ide: remove superfluous check from ide_proc_port_register_devices()Bartlomiej Zolnierkiewicz1-1/+1
2009-03-05ide: NULL noise: drivers/ide/ide-*.cHannes Eder1-1/+1
2009-01-06ide: add port and host iteratorsBartlomiej Zolnierkiewicz1-4/+3
2009-01-06ide: dynamic allocation of device structuresBartlomiej Zolnierkiewicz1-1/+1
2009-01-06ide: remove ide_driver_t typedefBartlomiej Zolnierkiewicz1-8/+8
2008-12-29cy82c693: remove superfluous ide_cy82c693 chipset typeBartlomiej Zolnierkiewicz1-1/+0
2008-12-29trm290: add IDE_HFLAG_TRM290 host flagBartlomiej Zolnierkiewicz1-1/+0
2008-12-29rz1000: apply chipset quirks early (v2)Bartlomiej Zolnierkiewicz1-1/+0
2008-12-29cmd64x: set IDE_HFLAG_SERIALIZE explictly for CMD646Bartlomiej Zolnierkiewicz1-1/+0
2008-12-29ide: IDE settings don't need an ide_lock heldBartlomiej Zolnierkiewicz1-21/+4
2008-11-02ide: Switch to a common addressAlan Cox1-1/+1
2008-10-17ide: allow device drivers to specify per-device type /proc settingsBartlomiej Zolnierkiewicz1-3/+3
2008-10-13ide: add device flagsBartlomiej Zolnierkiewicz1-4/+2
2008-10-10ide: Remove ide_spin_wait_hwgroup() and use special requests insteadElias Oltmanns1-54/+48
2008-10-10ide: remove SECTOR_WORDS defineBartlomiej Zolnierkiewicz1-2/+3
2008-10-10ide: /proc/ide/hd*/settings reworkBartlomiej Zolnierkiewicz1-192/+87
2008-10-10ide: preparations for /proc/ide/hd*/settings reworkBartlomiej Zolnierkiewicz1-3/+3
2008-10-10ide: include <linux/hdreg.h> only when neededBartlomiej Zolnierkiewicz1-1/+0
2008-10-10ide: WIN_* -> ATA_CMD_*Bartlomiej Zolnierkiewicz1-9/+1
2008-10-10ide: make drive->id an union (take 2)Bartlomiej Zolnierkiewicz1-3/+2
2008-07-24ide: trivial sparse annotationsHarvey Harrison1-2/+2
2008-07-23ide: filter out "default" transfer mode values in set_xfer_rate()Bartlomiej Zolnierkiewicz1-2/+2
2008-07-23ide: filter out invalid transfer mode values in set_xfer_rate()Bartlomiej Zolnierkiewicz1-1/+1
2008-06-30ide: fix /proc/ide/ide?/mate reportingBartlomiej Zolnierkiewicz1-1/+1
2008-06-10ide: remove the ide_etrax100 chipset typeAdrian Bunk1-1/+0
2008-04-29drivers: use non-racy method for proc entries creation (2)Denis V. Lunev1-5/+2
2008-04-27ide: remove now unused ide_pci_create_host_proc()Alexey Dobriyan1-8/+0
2008-04-26ide: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+3
2008-04-26IDE: Coding Style fixes to drivers/ide/ide-proc.cPaolo Ciarrocchi1-80/+75
2008-04-18ide: remove obsoleted "idex=base[,ctl[,irq]]" kernel parameters (take 2)Bartlomiej Zolnierkiewicz1-3/+0
2008-04-18ide: remove IDE devices from /proc/ide/ before unregistering themBartlomiej Zolnierkiewicz1-14/+2
2008-02-06Palmchip BK3710 IDE driverAnton Salnikov1-0/+1
2008-02-02ide: move create_proc_ide_drives() call to ide_device_add_all()Bartlomiej Zolnierkiewicz1-3/+1
2008-02-02ide: move hwif->present check out from ide_proc_register_port()Bartlomiej Zolnierkiewicz1-3/+0
2008-02-01ide: delete filenames/versions from commentsBartlomiej Zolnierkiewicz1-2/+0
2008-01-26ide: switch set_xfer_rate() to use REQ_TYPE_ATA_TASKFILE requestsBartlomiej Zolnierkiewicz1-3/+9
2007-10-20ide: add ide_device_add()Bartlomiej Zolnierkiewicz1-2/+0
2007-07-09ide: use mutex instead of ide_setting_sem semaphore in IDE driverMatthias Kaehlcke1-17/+17
2007-05-24Add two missing chipsets to drivers/ide/ide-proc.cMika Kukkonen1-0/+2
2007-05-10ide: add ide_proc_register_port()Bartlomiej Zolnierkiewicz1-17/+17
2007-05-10ide: move IDE settings handling to ide-proc.cBartlomiej Zolnierkiewicz1-2/+308
2007-04-27IDE: remove rwsem use from ide-proc coreGreg Kroah-Hartman1-4/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven1-1/+1