summaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-proc.c
Commit message (Expand)AuthorAgeFilesLines
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-10/+9
* ide: make drive->dn read onlyDan Carpenter2020-01-301-1/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* ide: fix a typo in the settings proc file nameChristoph Hellwig2019-01-221-1/+1
* ide: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-12-021-13/+2
* ide: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-161-118/+18
* ide: remove ide_driver_proc_writeChristoph Hellwig2018-05-161-46/+0
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-11/+11
* new helper: file_inode(file)Al Viro2013-02-221-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ide: use printk_onceMarcin Slusarz2009-09-221-7/+1
* ide: convert to ->proc_fopsAlexey Dobriyan2009-09-011-115/+215
* ide: fix races in handling of user-space SET XFER commandsBartlomiej Zolnierkiewicz2009-08-071-8/+2
* ide: replace IDE_TFLAG_* flags by IDE_VALID_*Sergei Shtylyov2009-04-081-2/+2
* ide: remove ide_task_t typedefBartlomiej Zolnierkiewicz2009-03-271-8/+8
* ide: remove superfluous check from ide_proc_port_register_devices()Bartlomiej Zolnierkiewicz2009-03-241-1/+1
* ide: NULL noise: drivers/ide/ide-*.cHannes Eder2009-03-051-1/+1
* ide: add port and host iteratorsBartlomiej Zolnierkiewicz2009-01-061-4/+3
* ide: dynamic allocation of device structuresBartlomiej Zolnierkiewicz2009-01-061-1/+1
* ide: remove ide_driver_t typedefBartlomiej Zolnierkiewicz2009-01-061-8/+8
* cy82c693: remove superfluous ide_cy82c693 chipset typeBartlomiej Zolnierkiewicz2008-12-291-1/+0
* trm290: add IDE_HFLAG_TRM290 host flagBartlomiej Zolnierkiewicz2008-12-291-1/+0
* rz1000: apply chipset quirks early (v2)Bartlomiej Zolnierkiewicz2008-12-291-1/+0
* cmd64x: set IDE_HFLAG_SERIALIZE explictly for CMD646Bartlomiej Zolnierkiewicz2008-12-291-1/+0
* ide: IDE settings don't need an ide_lock heldBartlomiej Zolnierkiewicz2008-12-291-21/+4
* ide: Switch to a common addressAlan Cox2008-11-021-1/+1
* ide: allow device drivers to specify per-device type /proc settingsBartlomiej Zolnierkiewicz2008-10-171-3/+3
* ide: add device flagsBartlomiej Zolnierkiewicz2008-10-131-4/+2
* ide: Remove ide_spin_wait_hwgroup() and use special requests insteadElias Oltmanns2008-10-101-54/+48
* ide: remove SECTOR_WORDS defineBartlomiej Zolnierkiewicz2008-10-101-2/+3
* ide: /proc/ide/hd*/settings reworkBartlomiej Zolnierkiewicz2008-10-101-192/+87
* ide: preparations for /proc/ide/hd*/settings reworkBartlomiej Zolnierkiewicz2008-10-101-3/+3
* ide: include <linux/hdreg.h> only when neededBartlomiej Zolnierkiewicz2008-10-101-1/+0
* ide: WIN_* -> ATA_CMD_*Bartlomiej Zolnierkiewicz2008-10-101-9/+1
* ide: make drive->id an union (take 2)Bartlomiej Zolnierkiewicz2008-10-101-3/+2
* ide: trivial sparse annotationsHarvey Harrison2008-07-241-2/+2
* ide: filter out "default" transfer mode values in set_xfer_rate()Bartlomiej Zolnierkiewicz2008-07-231-2/+2
* ide: filter out invalid transfer mode values in set_xfer_rate()Bartlomiej Zolnierkiewicz2008-07-231-1/+1
* ide: fix /proc/ide/ide?/mate reportingBartlomiej Zolnierkiewicz2008-06-301-1/+1
* ide: remove the ide_etrax100 chipset typeAdrian Bunk2008-06-101-1/+0
* drivers: use non-racy method for proc entries creation (2)Denis V. Lunev2008-04-291-5/+2
* ide: remove now unused ide_pci_create_host_proc()Alexey Dobriyan2008-04-271-8/+0
* ide: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-261-3/+3
* IDE: Coding Style fixes to drivers/ide/ide-proc.cPaolo Ciarrocchi2008-04-261-80/+75
* ide: remove obsoleted "idex=base[,ctl[,irq]]" kernel parameters (take 2)Bartlomiej Zolnierkiewicz2008-04-181-3/+0
* ide: remove IDE devices from /proc/ide/ before unregistering themBartlomiej Zolnierkiewicz2008-04-181-14/+2
* Palmchip BK3710 IDE driverAnton Salnikov2008-02-061-0/+1
* ide: move create_proc_ide_drives() call to ide_device_add_all()Bartlomiej Zolnierkiewicz2008-02-021-3/+1
* ide: move hwif->present check out from ide_proc_register_port()Bartlomiej Zolnierkiewicz2008-02-021-3/+0