aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ipack (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+4
2022-09-01ipack: Check dev_set_name() return valueBo Liu1-1/+4
2022-08-30tty: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+1
2021-10-04ipack: ipoctal: rename tty-driver pointerJohan Hovold1-24/+24
2021-09-27ipack: ipoctal: fix module reference leakJohan Hovold1-8/+21
2021-09-27ipack: ipoctal: fix missing allocation-failure checkJohan Hovold1-1/+3
2021-09-27ipack: ipoctal: fix tty-registration error handlingJohan Hovold1-0/+7
2021-09-27ipack: ipoctal: fix tty registration raceJohan Hovold1-2/+2
2021-09-27ipack: ipoctal: fix stack information leakJohan Hovold1-5/+14
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-7/+6
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-3/+1
2021-08-13ipack: tpci200: fix memory leak in the tpci200_registerDongliang Mu1-10/+14
2021-08-13ipack: tpci200: fix many double free issues in tpci200_pci_probeDongliang Mu1-18/+18
2021-07-27tty: drop put_tty_driverJiri Slaby1-2/+2
2021-07-27tty: stop using alloc_tty_driverJiri Slaby1-5/+4
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+1
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-2/+2
2021-05-27ipac: tpci200: fix kernel-doc syntax and remove filename from file headerAditya Srivastava2-6/+2
2021-05-27ipac: ipoctal: fix kernel-doc syntax and remove filename from file headersAditya Srivastava2-7/+3
2021-05-27ipack/carriers/tpci200: Fix a double free in tpci200_pci_probeLv Yunlong1-1/+4
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby1-1/+1
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-1/+1
2021-02-09ipack: Handle a driver without remove callbackUwe Kleine-König1-3/+2
2021-02-09ipack: Fail earlier for drivers without probe functionUwe Kleine-König1-3/+3
2020-11-09ipack: iopctal: remove unneeded breakTom Rix1-1/+0
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-05-15ipack: tpci200: fix error return code in tpci200_register()Wei Yongjun1-0/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2-5/+5
2019-07-11Merge tag 'tty-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner6-24/+6
2019-06-03Merge 5.2-rc3 into tty-nextGreg Kroah-Hartman6-0/+6
2019-05-24tty: ipoctal: drop unused iflag macroJohan Hovold1-1/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner6-0/+6
2018-07-07ipack: add error handling for ioremap_nocacheZhouyang Jia1-0/+7
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2017-05-18ipack: Improve a size determination in ipack_bus_register()Markus Elfring1-1/+1
2017-05-18ipack: Delete an error message for a failed memory allocation in ipack_device_read_id()Markus Elfring1-1/+0
2016-10-27ipack: print a hex number after a 0x prefixUwe Kleine-König1-1/+1
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley1-3/+2
2014-09-23ipoctal: clear break interrupt as soon as it occursFederico Vaga1-1/+3
2014-09-23ipoctal: get carrier driver to avoid rmmodFederico Vaga1-3/+27
2014-09-23ipack: save carrier owner to allow device to get itFederico Vaga2-2/+5
2014-09-23ipoctal: reset function istead of duplicate codeFederico Vaga1-21/+14
2014-09-23drivers/ipack/devices/ipoctal.h: Fix typo in include guardRasmus Villemoes1-1/+1
2014-07-18ipack: Replace DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-07-09ipoctal: request_irq after configurationFederico Vaga1-7/+8
2014-07-09ipoctal: protect only the real critical sectionFederico Vaga1-3/+2
2013-10-16ipack: convert bus code to use dev_groupsGreg Kroah-Hartman1-7/+15
2013-03-15ipack: split ipack_device_register() in several functionsSamuel Iglesias Gonsalvez2-11/+27
2013-03-15ipack: add ipack_get_device() ipack_put_device()Samuel Iglesias Gonsalvez1-0/+12