Age | Commit message (Expand) | Author | Files | Lines |
2019-11-13 | parport: daisy: use new parport device model | Sudip Mukherjee | 1 | -1/+39 |
2019-11-13 | parport: load lowlevel driver if ports not found | Sudip Mukherjee | 1 | -0/+21 |
2019-11-13 | parport: do not check portlist when using device-model | Sudip Mukherjee | 1 | -3/+2 |
2019-11-13 | parport: daisy: avoid hardcoded name | Sudip Mukherjee | 1 | -1/+1 |
2019-09-18 | Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -5/+3 |
2019-09-04 | parport: parport_serial: Add support for Sunix Multi I/O boards | Kai-Heng Feng | 1 | -12/+32 |
2019-08-05 | parport: parport_serial: Use dev_get_drvdata | Chuhong Yuan | 1 | -4/+2 |
2019-08-05 | parport: Add missing newline at end of file | Geert Uytterhoeven | 1 | -1/+1 |
2019-07-09 | Merge tag 'docs-5.3' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+1 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -5/+1 |
2019-06-14 | docs: kbuild: convert docs to ReST and rename to *.rst | Mauro Carvalho Chehab | 1 | -1/+1 |
2019-06-08 | Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+2 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 2 | -29/+2 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -6/+1 |
2019-05-24 | parport: Fix mem leak in parport_register_dev_model | YueHaibing | 1 | -0/+2 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 5 | -0/+5 |
2019-05-09 | Merge tag 'dma-mapping-5.2' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -8/+10 |
2019-04-25 | parport: ieee1284: mark expected switch fall-through | Gustavo A. R. Silva | 1 | -1/+1 |
2019-04-08 | parport_ip32: pass struct device to DMA API functions | Christoph Hellwig | 1 | -8/+10 |
2019-04-01 | Merge 5.1-rc3 into char-misc-next | Greg Kroah-Hartman | 3 | -41/+3 |
2019-03-27 | parport_cs: Fix memory leak in parport_config | YueHaibing | 1 | -2/+3 |
2019-03-26 | Revert "parport: daisy: use new parport device model" | Linus Torvalds | 3 | -41/+3 |
2019-02-13 | parport: daisy: use new parport device model | Sudip Mukherjee | 3 | -3/+41 |
2019-02-11 | parport_pc: fix find_superio io compare code, should use equal test. | QiaoChong | 1 | -1/+1 |
2018-11-27 | parport: parport_pc: Mark expected switch fall-through | Gustavo A. R. Silva | 1 | -1/+1 |
2018-08-18 | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -3/+8 |
2018-07-15 | parport: ieee1284: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -1/+2 |
2018-07-15 | parport: sunbpp: fix error return code | Julia Lawall | 1 | -2/+6 |
2018-07-07 | parport: parport_serial: Add WCH CH382L PCIe single parallel port support | Colin Ian King | 1 | -0/+9 |
2018-06-16 | docs: Fix some broken references | Mauro Carvalho Chehab | 1 | -3/+3 |
2018-04-05 | Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -81/+53 |
2018-04-05 | Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -3/+0 |
2018-03-27 | parisc/parport_gsc: Use NULL to avoid sparse warning | Helge Deller | 1 | -1/+1 |
2018-03-14 | parport: Replace short License header by SPDX identifier | Andy Shevchenko | 1 | -7/+1 |
2018-03-14 | parport: Sort headers alphabetically | Andy Shevchenko | 1 | -5/+5 |
2018-03-14 | parport: Switch to use module_pci_driver() macro | Andy Shevchenko | 1 | -15/+1 |
2018-03-14 | parport: Convert printk(KERN_WARN) to dev_warn() | Andy Shevchenko | 1 | -6/+5 |
2018-03-14 | parport: Don't shadow error codes in ->probe() | Andy Shevchenko | 1 | -6/+6 |
2018-03-14 | parport: Convert to use managed functions pcim_* and devm_* | Andy Shevchenko | 1 | -10/+5 |
2018-03-14 | parport: PCI core handles power state for us | Andy Shevchenko | 1 | -28/+12 |
2018-03-14 | parport: Add support for BrainBoxes PX272/PX306 MIO card | Andy Shevchenko | 1 | -0/+12 |
2018-03-14 | parport: ax88796: Delete an unnecessary variable initialisation in parport_ax... | Markus Elfring | 1 | -1/+1 |
2018-03-14 | parport: ax88796: Improve a size determination in parport_ax88796_probe() | Markus Elfring | 1 | -1/+1 |
2018-03-14 | parport: ax88796: Delete an error message for a failed memory allocation in p... | Markus Elfring | 1 | -3/+1 |
2018-03-14 | parport_pc: Add support for WCH CH382L PCI-E single parallel port card. | Alexander Gerasiov | 1 | -0/+4 |
2018-02-28 | serial, pci_ids: Move duplicate IDs to PCI IDs database | Andy Shevchenko | 1 | -3/+0 |
2017-11-16 | Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2017-11-14 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -14/+7 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 5 | -0/+5 |