summaryrefslogtreecommitdiffstats
path: root/drivers/ipack
AgeCommit message (Expand)AuthorLines
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman-3/+3
2024-03-07ipack: make ipack_bus_type constRicardo B. Marliere-1/+1
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-8/+6
2023-12-08tty: ipoctal: convert to u8 and size_tJiri Slaby (SUSE)-8/+6
2023-12-07ipack: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET-2/+2
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)-1/+2
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)-4/+2
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman-2/+2
2023-01-20ipack: ipoctal: remove unnecessary (void*) conversionsXU pengfei-1/+1
2023-01-19tty: Cleanup tty_port_set_initialized() bool parameterIlpo Järvinen-2/+2
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+4
2022-09-01ipack: Check dev_set_name() return valueBo Liu-1/+4
2022-08-30tty: Make ->set_termios() old ktermios constIlpo Järvinen-1/+1
2021-10-04ipack: ipoctal: rename tty-driver pointerJohan Hovold-24/+24
2021-09-27ipack: ipoctal: fix module reference leakJohan Hovold-8/+21
2021-09-27ipack: ipoctal: fix missing allocation-failure checkJohan Hovold-1/+3
2021-09-27ipack: ipoctal: fix tty-registration error handlingJohan Hovold-0/+7
2021-09-27ipack: ipoctal: fix tty registration raceJohan Hovold-2/+2
2021-09-27ipack: ipoctal: fix stack information leakJohan Hovold-5/+14
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-7/+6
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+1
2021-08-13ipack: tpci200: fix memory leak in the tpci200_registerDongliang Mu-10/+14
2021-08-13ipack: tpci200: fix many double free issues in tpci200_pci_probeDongliang Mu-18/+18
2021-07-27tty: drop put_tty_driverJiri Slaby-2/+2
2021-07-27tty: stop using alloc_tty_driverJiri Slaby-5/+4
2021-07-21bus: Make remove callback return voidUwe Kleine-König-3/+1
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-2/+2
2021-05-27ipac: tpci200: fix kernel-doc syntax and remove filename from file headerAditya Srivastava-6/+2
2021-05-27ipac: ipoctal: fix kernel-doc syntax and remove filename from file headersAditya Srivastava-7/+3
2021-05-27ipack/carriers/tpci200: Fix a double free in tpci200_pci_probeLv Yunlong-1/+4
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby-1/+1
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby-1/+1
2021-02-09ipack: Handle a driver without remove callbackUwe Kleine-König-3/+2
2021-02-09ipack: Fail earlier for drivers without probe functionUwe Kleine-König-3/+3
2020-11-09ipack: iopctal: remove unneeded breakTom Rix-1/+0
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-1/+1
2020-05-15ipack: tpci200: fix error return code in tpci200_register()Wei Yongjun-0/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-5/+5
2019-07-11Merge tag 'tty-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-1/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner-24/+6
2019-06-03Merge 5.2-rc3 into tty-nextGreg Kroah-Hartman-0/+6
2019-05-24tty: ipoctal: drop unused iflag macroJohan Hovold-1/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+6
2018-07-07ipack: add error handling for ioremap_nocacheZhouyang Jia-0/+7
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-2/+2
2017-05-18ipack: Improve a size determination in ipack_bus_register()Markus Elfring-1/+1
2017-05-18ipack: Delete an error message for a failed memory allocation in ipack_device...Markus Elfring-1/+0
2016-10-27ipack: print a hex number after a 0x prefixUwe Kleine-König-1/+1