summaryrefslogtreecommitdiffstats
path: root/drivers/pps
Commit message (Expand)AuthorAgeFilesLines
* pps: clients: parport: Switch to use module_parport_driver()Andy Shevchenko2021-07-291-34/+8
* tty: no checking of tty_unregister_ldiscJiri Slaby2021-05-131-7/+1
* tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby2021-05-131-1/+1
* tty: set tty_ldisc_ops::num staticallyJiri Slaby2021-05-131-1/+2
* Merge tag 'tty-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-04-261-3/+0
|\
| * tty: remove TTY_LDISC_MAGICJiri Slaby2021-03-101-3/+0
* | pps: clients: gpio: Rearrange optional stuff in pps_gpio_setup()Andy Shevchenko2021-03-241-15/+18
* | pps: clients: gpio: Use struct device pointer directlyAndy Shevchenko2021-03-241-23/+19
* | pps: clients: gpio: Make use of device propertiesAndy Shevchenko2021-03-241-10/+7
* | pps: clients: gpio: Get rid of legacy platform dataAndy Shevchenko2021-03-241-14/+3
* | pps: clients: gpio: Remove redundant condition in ->remove()Andy Shevchenko2021-03-241-5/+3
* | pps: clients: gpio: Use dev_err_probe() to avoid log noiseAndy Shevchenko2021-03-241-9/+6
* | pps: clients: gpio: Bail out on error when requesting GPIO echo lineAndy Shevchenko2021-03-241-5/+5
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* drivers/pps/pps.c: clear offset flags in PPS_SETPARAMS ioctlMiroslav Lichvar2019-07-161-0/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-2410-148/+10
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-216-0/+6
* pps: pps-gpio PPS ECHO implementationTom Burkart2019-05-141-3/+85
* pps: descriptor-based gpioTom Burkart2019-05-141-36/+31
* Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-12-291-2/+2
|\
| * treewide: surround Kconfig file paths with double quotesMasahiro Yamada2018-12-221-2/+2
* | pps: using ERR_PTR instead of NULL while pps_register_source failsYueHaibing2018-11-275-9/+10
|/
* pps: generator: use new parport device modelSudip Mukherjee2018-03-141-3/+9
* pps: client: use new parport device modelSudip Mukherjee2018-03-141-3/+18
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* pps: parport: use timespec64 instead of timespecArnd Bergmann2018-02-061-20/+20
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-2/+2
* drivers/pps: use surrounding "if PPS" to remove numerous dependency checksRobert P. J. Day2017-09-083-9/+8
* drivers: pps: Make PPS into a menuconfig to ease disablingVincent Legoll2017-05-183-14/+7
* pps: fix padding issue with PPS_FETCH for ioctl_compatMatt Ranostay2017-03-171-31/+79
* pps: add ioctl_compat function to correct ioctl definitionsMatt Ranostay2017-03-171-0/+13
* pps: kc: fix non-tickless system config dependencyMaciej S. Szmigiero2016-10-111-1/+1
* pps: do not crash when failed to registerJiri Slaby2016-07-231-1/+1
* ntp/pps: use y2038 safe types in pps_event_timeArnd Bergmann2015-10-012-5/+3
* ntp/pps: use timespec64 for hardpps()Arnd Bergmann2015-10-011-1/+3
* pps: clients: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* drivers/pps/clients/pps-gpio.c: remove redundant of_match_ptrSachin Kamat2013-11-131-1/+1
* Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-1/+1
* drivers/pps/clients/pps-gpio.c: remove unnecessary platform_set_drvdata()Jingoo Han2013-09-111-1/+0
* PPS: convert class code to use dev_groupsGreg Kroah-Hartman2013-08-192-21/+36
* pps-gpio: add device-tree binding and supportJan Luebbe2013-07-031-54/+73
* drivers/pps/clients/pps-gpio.c: convert to module_platform_driverJan Luebbe2013-07-031-17/+1
* drivers/pps/clients/pps-gpio.c: convert to devm_* helpersJan Luebbe2013-07-031-21/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-0/+1
|\
| * Include missing linux/slab.h inclusionsDavid Howells2013-04-291-0/+1
* | pps: pps_kc_hardpps_lock can be staticFengguang Wu2013-04-301-3/+3
* | pps: hide more configuration symbols behind CONFIG_PPSFlorian Fainelli2013-04-301-2/+4
|/
* drivers/pps/clients/pps-gpio.c: use devm_kzallocJulia Lawall2013-02-271-4/+2
* pps: convert to idr_alloc()Tejun Heo2013-02-272-23/+15