summaryrefslogtreecommitdiffstats
path: root/drivers/ipack
Commit message (Expand)AuthorAgeFilesLines
* ipack: ipoctal: rename tty-driver pointerJohan Hovold2021-10-041-24/+24
* ipack: ipoctal: fix module reference leakJohan Hovold2021-09-271-8/+21
* ipack: ipoctal: fix missing allocation-failure checkJohan Hovold2021-09-271-1/+3
* ipack: ipoctal: fix tty-registration error handlingJohan Hovold2021-09-271-0/+7
* ipack: ipoctal: fix tty registration raceJohan Hovold2021-09-271-2/+2
* ipack: ipoctal: fix stack information leakJohan Hovold2021-09-271-5/+14
* Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-09-011-7/+6
|\
| * tty: drop put_tty_driverJiri Slaby2021-07-271-2/+2
| * tty: stop using alloc_tty_driverJiri Slaby2021-07-271-5/+4
* | Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-09-011-3/+1
|\ \
| * | bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
| |/
* | ipack: tpci200: fix memory leak in the tpci200_registerDongliang Mu2021-08-131-10/+14
* | ipack: tpci200: fix many double free issues in tpci200_pci_probeDongliang Mu2021-08-131-18/+18
|/
* Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-051-2/+2
|\
| * tty: make tty_operations::chars_in_buffer return uintJiri Slaby2021-05-131-1/+1
| * tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-1/+1
* | ipac: tpci200: fix kernel-doc syntax and remove filename from file headerAditya Srivastava2021-05-272-6/+2
* | ipac: ipoctal: fix kernel-doc syntax and remove filename from file headersAditya Srivastava2021-05-272-7/+3
* | ipack/carriers/tpci200: Fix a double free in tpci200_pci_probeLv Yunlong2021-05-271-1/+4
|/
* ipack: Handle a driver without remove callbackUwe Kleine-König2021-02-091-3/+2
* ipack: Fail earlier for drivers without probe functionUwe Kleine-König2021-02-091-3/+3
* ipack: iopctal: remove unneeded breakTom Rix2020-11-091-1/+0
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* ipack: tpci200: fix error return code in tpci200_register()Wei Yongjun2020-05-151-0/+1
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-062-5/+5
* Merge tag 'tty-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-07-111-1/+0
|\
| * Merge 5.2-rc3 into tty-nextGreg Kroah-Hartman2019-06-036-0/+6
| |\
| * | tty: ipoctal: drop unused iflag macroJohan Hovold2019-05-241-1/+0
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-056-24/+6
| |/ |/|
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-216-0/+6
|/
* ipack: add error handling for ioremap_nocacheZhouyang Jia2018-07-071-0/+7
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
* ipack: Improve a size determination in ipack_bus_register()Markus Elfring2017-05-181-1/+1
* ipack: Delete an error message for a failed memory allocation in ipack_device...Markus Elfring2017-05-181-1/+0
* ipack: print a hex number after a 0x prefixUwe Kleine-König2016-10-271-1/+1
* tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley2016-04-301-3/+2
* ipoctal: clear break interrupt as soon as it occursFederico Vaga2014-09-231-1/+3
* ipoctal: get carrier driver to avoid rmmodFederico Vaga2014-09-231-3/+27
* ipack: save carrier owner to allow device to get itFederico Vaga2014-09-232-2/+5
* ipoctal: reset function istead of duplicate codeFederico Vaga2014-09-231-21/+14
* drivers/ipack/devices/ipoctal.h: Fix typo in include guardRasmus Villemoes2014-09-231-1/+1
* ipack: Replace DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-07-181-1/+1
* ipoctal: request_irq after configurationFederico Vaga2014-07-091-7/+8
* ipoctal: protect only the real critical sectionFederico Vaga2014-07-091-3/+2
* ipack: convert bus code to use dev_groupsGreg Kroah-Hartman2013-10-161-7/+15
* ipack: split ipack_device_register() in several functionsSamuel Iglesias Gonsalvez2013-03-152-11/+27
* ipack: add ipack_get_device() ipack_put_device()Samuel Iglesias Gonsalvez2013-03-151-0/+12
* Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-02-211-64/+49
|\
| * drivers/ipack/devices/ipoctal.c: adjust duplicate testJulia Lawall2013-01-211-1/+1
| * ipack/devices/ipoctal: add missing rx_enable = 1Samuel Iglesias Gonsalvez2013-01-181-0/+1