aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/parport (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-25Revert "parport: daisy: use new parport device model"Linus Torvalds3-41/+3
2019-02-13parport: daisy: use new parport device modelSudip Mukherjee3-3/+41
2019-02-11parport_pc: fix find_superio io compare code, should use equal test.QiaoChong1-1/+1
2018-11-27parport: parport_pc: Mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-3/+8
2018-07-15parport: ieee1284: mark expected switch fall-throughsGustavo A. R. Silva1-1/+2
2018-07-15parport: sunbpp: fix error return codeJulia Lawall1-2/+6
2018-07-07parport: parport_serial: Add WCH CH382L PCIe single parallel port supportColin Ian King1-0/+9
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab1-3/+3
2018-04-04Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds3-81/+53
2018-04-04Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-3/+0
2018-03-27parisc/parport_gsc: Use NULL to avoid sparse warningHelge Deller1-1/+1
2018-03-14parport: Replace short License header by SPDX identifierAndy Shevchenko1-7/+1
2018-03-14parport: Sort headers alphabeticallyAndy Shevchenko1-5/+5
2018-03-14parport: Switch to use module_pci_driver() macroAndy Shevchenko1-15/+1
2018-03-14parport: Convert printk(KERN_WARN) to dev_warn()Andy Shevchenko1-6/+5
2018-03-14parport: Don't shadow error codes in ->probe()Andy Shevchenko1-6/+6
2018-03-14parport: Convert to use managed functions pcim_* and devm_*Andy Shevchenko1-10/+5
2018-03-14parport: PCI core handles power state for usAndy Shevchenko1-28/+12
2018-03-14parport: Add support for BrainBoxes PX272/PX306 MIO cardAndy Shevchenko1-0/+12
2018-03-14parport: ax88796: Delete an unnecessary variable initialisation in parport_ax88796_probe()Markus Elfring1-1/+1
2018-03-14parport: ax88796: Improve a size determination in parport_ax88796_probe()Markus Elfring1-1/+1
2018-03-14parport: ax88796: Delete an error message for a failed memory allocation in parport_ax88796_probe()Markus Elfring1-3/+1
2018-03-14parport_pc: Add support for WCH CH382L PCI-E single parallel port card.Alexander Gerasiov1-0/+4
2018-02-28serial, pci_ids: Move duplicate IDs to PCI IDs databaseAndy Shevchenko1-3/+0
2017-11-16Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+1
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-14/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2017-10-20parport: make parport_ip32_ops const and __initconstBhumika Goyal1-1/+1
2017-10-05timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()Kees Cook1-14/+7
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds6-20/+18
2017-08-28parport: use release_mem_region instead of release_resourceAnton Vasilyev1-4/+2
2017-08-28parport: cleanup statics initialization to NULL or 0Carlos Palminha4-4/+4
2017-08-28parport_pc: use pr_contMikulas Patocka1-12/+12
2017-08-22parisc/parport_gsc: Fix section mismatchesHelge Deller1-5/+5
2017-04-20Annotate hardware config module parameters in drivers/parport/David Howells1-4/+4
2017-03-16parport: fix attempt to write duplicate procfilesSudip Mukherjee1-2/+4
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar6-6/+6
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2017-02-27scripts/spelling.txt: add "overwriten" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-01-28parisc, parport_gsc: Fixes for printk continuation linesHelge Deller1-4/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds5-5/+5
2016-04-30parport: use subsys_initcallSudip Mukherjee1-1/+1
2016-01-03parport: avoid assignment in ifSudip Mukherjee1-1/+2
2016-01-03parport: remove unneeded spaceSudip Mukherjee1-47/+47
2016-01-03parport: change style of NULL comparisonSudip Mukherjee1-4/+4
2016-01-03parport: remove unnecessary out of memory messageSudip Mukherjee1-10/+3
2016-01-03parport: remove bracesSudip Mukherjee1-4/+2
2016-01-03parport: quoted strings should not be splitSudip Mukherjee1-10/+8
2016-01-03parport: code indent should use tabsSudip Mukherjee1-1/+1