aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/parport
AgeCommit message (Expand)AuthorFilesLines
2015-01-15parport: parport_atari: Remove obsolete IRQ_TYPE_SLOWGeert Uytterhoeven1-2/+2
2014-12-14Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+4
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-4/+0
2014-11-26parport: parport_pc, do not remove parent devices earlyJiri Slaby1-3/+4
2014-11-06parport: Add support for the WCH382 2S/1P multi-IO cardSergej Pupykin1-0/+10
2014-10-20parport: drop owner assignment from platform_driversWolfram Sang4-4/+0
2014-09-23parport: parport_pc: Implement architecture and device check to cut off false...Matwey V. Kornilov1-1/+17
2014-09-23parport: parport_pc: Introduce intel_bug_present function.Matwey V. Kornilov1-12/+26
2014-08-08drivers/parport/parport_ip32.c: use PTR_ERR_OR_ZEROFabian Frederick1-1/+1
2014-07-25parport: fix menu breakageRandy Dunlap1-6/+6
2014-06-06parport: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-29/+29
2014-05-28parport: Add support for the WCH353 1S/1P multi-IO cardEzequiel Garcia1-0/+9
2014-02-28parport: fix interruptible_sleep_on raceArnd Bergmann1-1/+2
2014-01-20Merge tag 'tty-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-5/+0
2014-01-20Merge tag 'char-misc-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-16/+4
2013-12-10parport: parport_pc: remove double PCI ID for NetMosSebastian Andrzej Siewior1-8/+2
2013-12-10parport_pc: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-12-10parport: parport_pc: fix id print of a deviceSebastian Andrzej Siewior1-6/+2
2013-12-08parport_serial: remove unnecessary pci_set_drvdata()Jingoo Han1-5/+0
2013-11-26zorro: ZTWO_VADDR() should return "void __iomem *"Geert Uytterhoeven1-1/+1
2013-11-15Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds1-5/+8
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-2/+2
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-2/+6
2013-11-12Merge tag 'h8300-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2013-10-31DMA-API: parport: parport_pc.c: use dma_coerce_mask_and_coherent()Russell King1-2/+6
2013-10-23Kconfig cleanup (PARPORT_PC dependencies)Mark Salter1-3/+7
2013-08-30drivers: parport: Kconfig: exclude h8300 for PARPORT_PCChen Gang1-1/+1
2013-08-27parport: amiga: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds1-2/+1
2013-07-03drivers/parport/share.c: use kzallocAlexandru Gheorghiu1-2/+1
2013-06-16parport: disable PC-style parallel port support on crisGeert Uytterhoeven1-1/+3
2013-06-01parisc: parport0: fix this legacy no-device port driver!Helge Deller2-4/+4
2013-06-01parport_pc: disable PARPORT_PC_SUPERIO on parisc architectureHelge Deller1-1/+1
2013-03-25parport: use kmemdup instead of kmalloc + memcpySilviu-Mihai Popescu3-9/+6
2013-03-25parport: amiga: use module_platform_driver_probe()Fabio Porcedda1-14/+1
2013-03-15drivers/parport: use module_pcmcia_driver() in pcmcia driversH Hartley Sweeten1-13/+1
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-1/+1
2013-02-14parport: disable PC-style parallel port support for s390Heiko Carstens1-1/+1
2013-01-30serial/8250: Add suport for later SUNIX (TIMEDIA) boards.Stephen Chivers1-0/+21
2013-01-03Drivers: parport: remove __dev* attributes.Greg Kroah-Hartman4-55/+50
2012-11-15drivers/parport: remove depends on CONFIG_EXPERIMENTALKees Cook1-8/+8
2012-10-09Merge tag 'xtensa-next-20121008' of git://github.com/czankel/xtensa-linuxLinus Torvalds1-1/+1
2012-10-03parport: disable for xtensa archMax Filippov1-1/+1
2012-09-05parport: fix possible memory leak in parport_gsc_probe_port()Wei Yongjun1-0/+1
2012-09-05parport_serial: Add support for the WCH353 2S/1P multi-IO cardGuainluca Anzolin1-1/+10
2012-05-22Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+8
2012-05-08parport: use KERN_CONT in printk() continuation linesKay Sievers1-8/+8
2012-04-20parport: remove unused dead code from lowlevel driversMatt Porter5-377/+0
2012-01-14Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds1-1/+1
2012-01-12drivers/parport/parport_pc.c: fix warningsAndrew Morton1-2/+2
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2012-01-09Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-24/+2
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2011-11-30parport: convert drivers/parport/* to use module_platform_driver()Axel Lin2-24/+2
2011-10-18parport_pc: release IO region properly if unsupported ITE887x card is foundJiri Kosina1-0/+3
2011-07-25Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-70/+213
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2011-06-07parport/serial: add support for Timedia/SUNIX cards to parport_serialFrédéric Brière2-54/+163
2011-06-07Basic support for Moschip 9900 family I/O chipsNicos Gollan1-16/+50
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-1/+0
2011-05-25parport: Drop __TIME__ usageMichal Marek1-1/+0
2011-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-1/+1
2011-05-23Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2011-05-06parport: Use request_muxed_region for IT87 probe and lockAlan Cox1-1/+1
2011-05-06pcmcia: Convert pcmcia_device_id declarations to constJoe Perches1-1/+1
2011-04-19parport_pc.c: correctly release the requested region for the IT887xNiels de Vos1-5/+3
2011-03-31Fix common misspellingsLucas De Marchi3-5/+5
2011-02-28dt/sparc: Eliminate users of of_platform_{,un}register_driverGrant Likely1-4/+4
2011-01-26parport: make lockdep happy with waitlist_lockAlexander Gordeev1-2/+2
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2010-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-63/+13
2010-10-12parport: Semaphore cleanupThomas Gleixner1-1/+1
2010-09-29pcmcia: remove obsolete and wrong commentsDominik Brodowski1-33/+0
2010-09-29pcmcia: move driver name to struct pcmcia_driverDominik Brodowski1-3/+1
2010-09-29pcmcia: use autoconfiguration feature for ioports and iomemDominik Brodowski1-23/+11
2010-09-29pcmcia: introduce autoconfiguration featureDominik Brodowski1-1/+0
2010-09-29pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski1-3/+2
2010-09-29pcmcia: move config_{base,index,regs} to struct pcmcia_deviceDominik Brodowski1-1/+1
2010-09-29pcmcia: simplify IntTypeDominik Brodowski1-1/+0
2010-08-24parport_pc: show the detection of a 2 serial port ITE8874 chipNiels de Vos1-1/+1
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-2/+2
2010-08-11parport_serial: use the PCI IRQ if offeredFr?d?ric Bri?re1-1/+0
2010-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-11/+12
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-2/+2
2010-08-03pcmcia: do not use io_req_t when calling pcmcia_request_io()Dominik Brodowski1-8/+8
2010-08-03pcmcia: do not use io_req_t after call to pcmcia_request_io()Dominik Brodowski1-2/+4
2010-07-30pcmcia: remove cs_types.hDominik Brodowski1-1/+0
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely1-2/+2
2010-06-28sparc/of: Move of_device fields into struct pdev_archdataGrant Likely1-1/+1
2010-05-26m68k: amiga - Parallel port platform device conversionGeert Uytterhoeven1-24/+40
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely1-10/+3
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+5
2010-05-10pcmcia: dev_node removal (write-only drivers)Dominik Brodowski1-5/+0
2010-05-10pcmcia: re-work pcmcia_request_irq()Dominik Brodowski1-5/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo5-0/+5
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-583/+0
2010-03-02serial: 8250_pci: add support for MCS9865 / SYBA 6x Serial Port CardIra W. Snyder1-0/+6
2010-02-19Remove drivers/parport/ChangeLogJiri Kosina1-583/+0
2009-12-16parport_pc.c: use correct length in strncmpJoe Perches1-1/+1
2009-12-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds1-1/+1
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds1-22/+17
2009-12-06m68k: parport_mfc3 - Not makes it a bool before the comparison.Roel Kluin1-1/+1
2009-11-28pcmcia: rework the irq_req_t typedefDominik Brodowski1-1/+0
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman1-14/+14
2009-11-12sysctl drivers: Remove dead binary sysctl supportEric W. Biederman1-8/+3
2009-11-09pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (misc drivers)Dominik Brodowski1-24/+13
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-6/+6
2009-06-30parport/serial: add support for NetMos 9901 Multi-IO cardMichael Buesch1-1/+4
2009-06-22parport_pc: set properly the dma_mask for parport_pc deviceFUJITA Tomonori1-0/+3
2009-06-22parport_pc: after superio probing restore original register valuesJens Rottmann1-6/+25
2009-06-15parport: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-2/+2
2009-06-11parport_pc: clean up the modified while loops using forAlan Cox1-41/+57
2009-06-11parport_pc: Coding styleAlan Cox1-830/+916
2009-06-11parport_pc: Fix subscription bugsMichael Buesch1-16/+18
2009-06-02parport: quickfix the proc registration bugAlan Cox1-3/+10
2009-05-29parport_gsc: fix printk format errorAlexander Beregalov1-2/+2
2009-04-07parport: Use the PCI IRQ if offeredAlan Cox3-26/+54
2009-04-02parport: netmos 9845 & 9855 1P4S fixesPhilippe De Muyter1-5/+25
2009-02-22m68k: atari - Rename "mfp" to "st_mfp"Geert Uytterhoeven1-3/+3
2009-02-11parport: parport_serial, don't bind netmos ibm 0299Jiri Slaby1-0/+5
2009-01-06parport: ieee1284: use del_timer_sync() in parport_wait_event()Michael Buesch1-1/+1
2008-12-01parport_serial: fix array overflowTakashi Iwai1-0/+2
2008-11-18Parport driver: disable pc-style parport on Blackfin systemsMike Frysinger1-1/+1
2008-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-1/+1
2008-10-238250: Oxford Semiconductor DevicesLee Howard1-1/+19
2008-10-17pcmcia: IRQ_TYPE_EXCLUSIVE is long obsoletedAlan Cox1-1/+1
2008-10-16parport: remove CVS keywordsAdrian Bunk3-3/+3
2008-10-16Remove Andrew Morton's old email accountsFrancois Cami1-1/+1
2008-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-39/+31
2008-08-31sparc: Annotate of_device_id arrays with const or __initdata.David S. Miller1-1/+1
2008-08-29parport_sunbpp: Convert to pure OF driver.David S. Miller1-27/+20
2008-08-23pcmcia: pcmcia_config_loop() improvement by passing vccDominik Brodowski1-0/+2
2008-08-23pcmcia: pcmcia_config_loop() default CIS entry handlingDominik Brodowski1-9/+3
2008-08-23pcmcia: pcmcia_config_loop() ConfigIndex unificationDominik Brodowski1-1/+0
2008-08-23pcmcia: use pcmcia_loop_config in misc pcmcia driversDominik Brodowski1-38/+35
2008-07-26make parport_cs_release() staticAdrian Bunk1-1/+1
2008-07-26parport_pc: add base_hi BAR for oxsemi_840Bernhard Walle1-1/+1
2008-07-26parport: remove superfluous local variableAndre Haupt1-2/+0
2008-07-26parport/share.c: proper externsAdrian Bunk1-3/+0
2008-07-25parport: fix platform driver hotplug/coldplugKay Sievers1-0/+2
2008-04-30debugobjects: add timer specific object debugging codeThomas Gleixner1-1/+3
2008-04-30drivers: replace remaining __FUNCTION__ occurrencesHarvey Harrison2-6/+6
2008-04-29parport_pc: wrap PNP probe code in #ifdef CONFIG_PNPBjorn Helgaas1-0/+4
2008-04-19avr32: don't offer PARPORT_PCAdrian Bunk1-1/+1
2008-04-04parport_pc: make sure to release IO ports after probing for IT87XXLinus Torvalds1-2/+1
2008-02-13parport: section fixupDavid Brownell1-2/+2
2008-02-08parport: fix ieee1284_epp_read_addrStephan Boettcher1-1/+1
2008-02-08mn10300: add the MN10300/AM33 architecture to the kernelDavid Howells1-1/+2
2008-02-06parport_pc: detection for SuperIO IT87XX POSTPetr Cvek1-6/+39
2008-02-06parport_serial: netmos 9855 fixChristian Pellegrin1-2/+2
2008-02-06parport: add support for the Quatech SPPXP-100 Parallel port PCI ExpressCardLuís P Mendes1-0/+5
2008-02-03Spelling fixes: lenght->lengthPaulius Zaleckas1-1/+1
2007-12-17parport: "dev->timeslice" is an unsigned long, not an intEric Dumazet1-1/+1
2007-10-23[PARPORT] Remove unused 'irq' argument from parport irq functionsJeff Garzik3-14/+4
2007-10-23[PARPORT] Kill useful 'irq' arg from parport_{generic_irq,ieee1284_interrupt}Jeff Garzik3-3/+3
2007-10-23[PARPORT] Consolidate code copies into a single generic irq handlerJeff Garzik8-49/+20
2007-10-18sysctl: parport remove binary pathsEric W. Biederman2-62/+5
2007-07-31parport_pc locking fixAndrew Morton1-4/+0
2007-07-20m68k: exclude more unbuildable driversAl Viro1-1/+1
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2-4/+2
2007-07-16parport_pc: it887x fixNiels de Vos1-3/+2
2007-07-16Use menuconfig objects: parportJan Engelhardt1-15/+11
2007-05-27[PARISC] fix section mismatch in parport_gscHelge Deller1-1/+1
2007-05-16parport_pc needs dma-mapping.hAndrew Morton1-0/+1
2007-05-10[S390] Kconfig: menus with depends on HAS_IOMEM.Martin Schwidefsky1-0/+1
2007-05-08parport_serial: fix PCI must_checksRandy Dunlap1-1/+7
2007-05-08legacy PC parports support parport->devJean Delvare1-0/+39
2007-05-08parport->dev driver model supportDavid Brownell6-16/+26
2007-04-23[PARPORT] SUNBPP: Fix OOPS when debugging is enabled.David S. Miller1-4/+6
2007-02-20[PATCH] parport_pc: fix parport_pc_probe_port section warningJean Delvare1-3/+3
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-3/+3
2007-02-14[PATCH] sysctl: C99 convert ctl_tables in drivers/parport/procfs.cEric W. Biederman1-75/+189
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau2-2/+0
2006-12-10[PATCH] Kconfig refactoring for better menu nestingDon Mullis1-3/+3
2006-12-07[PATCH] parport: section mismatches with HOTPLUG=nRandy Dunlap1-4/+4
2006-12-07[PATCH] parport_pc: Add support for OX16PCI952 parallel portRyan Underwood1-0/+4
2006-12-04[PATCH] pcmcia: conf.ConfigBase and conf.Present consolidationDominik Brodowski1-8/+0
2006-12-04[PATCH] pcmcia: IDs for Elan serial PCMCIA devciesTony Olech1-0/+1
2006-11-16[PATCH] parport: fix compilation failureArnaud Giersch1-1/+1
2006-10-08[PATCH] sparc32 pt_regs fixesAl Viro1-1/+1
2006-10-07[PATCH] m68k pt_regs fixesAl Viro1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells11-23/+18
2006-10-03parport: Remove space in function callsMatthew Martin1-106/+106
2006-10-03[PATCH] restore parport_pc probing on powermacOlaf Hering1-4/+0
2006-10-01[PATCH] update legacy io handling for pmacOlaf Hering1-0/+4
2006-09-29[PATCH] CONFIG_PM=n slim: drivers/parport/parport_serial.cAlexey Dobriyan1-0/+4
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner3-3/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel5-5/+0
2006-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds4-4/+4
2006-06-26remove the bouncing email address of David CampbellAdrian Bunk4-4/+4
2006-06-25[PARPORT] sunbpp: Fix typo.David S. Miller1-1/+1
2006-06-25[PATCH] parport: add to kernel-docRandy Dunlap2-2/+2
2006-06-25[PATCH] AX88796 parallel port driverBen Dooks3-1/+457
2006-06-23[PARPORT] sunbpp: Convert to new SBUS device framework.David S. Miller1-64/+70
2006-06-23[PATCH] Remove CONFIG_PARPORT_ARC, drivers/parport/parport_arc.cDomen Puncer2-144/+0
2006-06-18[SERIAL] PARPORT_SERIAL should depend on SERIAL_8250_PCIRussell King1-1/+1
2006-04-19[PATCH] parport_pc: fix section mismatch warnings (v2)Randy.Dunlap1-10/+10
2006-04-11[PATCH] parport: remove duplicate entry for NETMOS_9835Martin Michlmayr1-2/+0
2006-03-31[PATCH] pcmcia: use bitfield instead of p_state and stateDominik Brodowski1-8/+1
2006-03-31[PATCH] pcmcia: add return value to _config() functionsDominik Brodowski1-10/+8