Rodolfo Giometti ([email protected])

Number of posts: 322 (0.05 per day)
First post: 2007-01-29 23:54:43
Last post: 2024-05-09 07:45:08

Date List Subject
2021-05-11 07:14:08 linux-kernel Re: [PATCH v1 1/1] pps: clients: parport: Switch to use module_parport_driver()
2021-03-09 12:34:43 linux-kernel Re: [PATCH v1 1/7] pps: clients: gpio: Bail out on error when requesting GPIO echo line
2021-03-09 12:32:42 linux-kernel Re: [PATCH resend v1 7/7] pps: clients: gpio: Rearrange optional stuff in pps_gpio_setup()
2021-03-09 12:31:59 linux-kernel Re: [PATCH resend v1 6/7] pps: clients: gpio: Use struct device pointer directly
2021-03-09 12:30:45 linux-kernel Re: [PATCH resend v1 5/7] pps: clients: gpio: Make use of device properties
2021-03-09 12:28:47 linux-kernel Re: [PATCH resend v1 4/7] pps: clients: gpio: Get rid of legacy platform data
2021-03-09 12:28:19 linux-kernel Re: [PATCH resend v1 3/7] pps: clients: gpio: Remove redundant condition in ->remove()
2021-03-09 12:27:11 linux-kernel Re: [PATCH resend v1 2/7] pps: clients: gpio: Use dev_err_probe() to avoid log noise
2021-03-09 12:25:53 linux-kernel Re: [PATCH resend v1 1/7] pps: clients: gpio: Bail out on error when requesting GPIO echo line
2021-03-09 11:00:51 linux-kernel Re: [PATCH v1 1/7] pps: clients: gpio: Bail out on error when requesting GPIO echo line
2021-02-10 03:40:00 linux-kernel Re: [PATCH v2 3/4] pps: Use subdir-ccflags-* to inherit debug flag
2020-11-03 09:22:20 linux-kernel Re: [PATCH 1/2] misc: c2port: core: Make copying name from userspace more secure
2020-11-02 14:40:37 linux-kernel Re: [PATCH 1/2] misc: c2port: core: Make copying name from userspace more secure
2020-06-26 13:24:17 linux-kernel Re: [PATCH 01/10] misc: c2port: core: Ensure source size does not equal destination size in strncpy()
2019-06-09 09:36:21 linux-kernel Re: [PATCH v3 22/33] docs: pps.txt: convert to ReST and rename to pps.rst
2019-04-22 17:12:36 linux-kernel Re: [PATCH v2 27/79] docs: pps.txt: convert to ReST and rename to pps.rst
2019-02-04 14:24:21 linux-kernel Re: [PATCH v15 3/3] pps: pps-gpio pps-echo implementation
2019-02-04 14:24:17 linux-kernel Re: [PATCH v15 1/3] pps: descriptor-based gpio
2019-01-04 18:59:24 linux-kernel Re: [PATCH v14 3/3] pps: pps-gpio pps-echo implementation
2019-01-04 18:30:55 linux-kernel Re: [PATCH v14 2/3] dt-bindings: pps: pps-gpio PPS ECHO implementation
2018-11-27 11:14:58 linux-kernel Re: [PATCH -next] pps: using ERR_PTR instead of NULL while pps_register_source fails
2018-11-26 10:51:12 linux-kernel Re: [PATCH -next] pps: using ERR_PTR instead of NULL while pps_register_source fails
2018-02-15 17:31:21 linux-kernel Re: [PATCH 2/2] pps-gpio: Set echo GPIO pin via devicetree
2018-02-15 15:37:55 linux-kernel Re: [PATCH 1/2] pps-gpio: Avoid flooding syslog
2018-02-15 13:45:14 linux-kernel Re: [PATCH 2/2] pps-gpio: Set echo GPIO pin via devicetree
2018-02-15 13:42:51 linux-kernel Re: [PATCH 1/2] pps-gpio: Avoid flooding syslog
2018-02-07 09:10:24 linux-kernel Re: [PATCH] pps-gpio: implement echo pulses
2018-01-29 12:15:24 linux-kernel Re: [PATCH 2/2] pps: generator: use new parport device model
2018-01-29 12:14:48 linux-kernel Re: [PATCH 1/2] pps: client: use new parport device model
2017-11-28 09:25:06 linux-kernel Re: [PATCH] pps: parport: use timespec64 instead of timespec
2017-09-12 16:22:18 linux-kernel Re: [PATCH] pps-gpio: use IRQ edge config when not capturing both edges
2017-09-10 10:48:04 linux-kernel Re: [PATCH] MAINTAINERS: update linuxpps mailing list
2017-09-10 10:44:02 linux-kernel Re: [PATCH] pps-gpio: use IRQ edge config when not capturing both edges
2017-09-05 07:10:48 linux-kernel Re: Support for BQ28Z610 Battery Monitor IC
2017-08-28 09:46:50 linux-kernel Re: [PATCH] PPS: Use surrounding "if PPS" to remove numerous dependency checks
2017-08-28 09:46:22 linux-kernel Re: [PATCH v2] PPS: Aesthetic tweaks to PPS-related content
2017-04-12 09:42:18 linux-kernel Re: [PATCH] c2port: checking for NULL instead of IS_ERR()
2017-03-04 13:25:42 linux-kernel Re: [PATCH 8/8] LinuxPPS: pps_gen_parport: Add check for bad clocksource.
2017-03-04 08:11:41 linux-kernel Re: [PATCH 2/2] pps: fix padding issue with PPS_FETCH for ioctl_compat
2017-03-04 08:11:35 linux-kernel Re: [PATCH 8/8] LinuxPPS: pps_gen_parport: Add check for bad clocksource.
2017-03-04 08:11:31 linux-kernel Re: [PATCH 2/8] ntp/pps: ignore pps_valid decreasing if there is no pps signal.
2017-03-04 07:42:40 linux-kernel Re: [PATCH 7/8] LinuxPPS: pps_gen_parport: Add polarity parameter for inverted signal.
2017-03-04 07:41:24 linux-kernel Re: [PATCH 1/2] pps: add ioctl_compat function to correct ioctl definitions
2017-03-04 07:41:22 linux-kernel Re: [PATCH 6/8] LinuxPPS: pps_parport: Ignore interrupt invoked less than 0.5sec after previous.
2017-03-04 07:39:51 linux-kernel Re: [PATCH 5/8] LinuxPPS: pps_parport: Do not generate assert in case of lost signal.
2017-03-04 07:39:04 linux-kernel Re: [PATCH 4/8] LinuxPPS: kapi: Unlock before waking up events queue in pps_event().
2017-03-04 07:38:34 linux-kernel Re: [PATCH 3/8] hardpps: fix some pps_jitter issues.
2017-03-04 07:36:38 linux-kernel Re: [PATCH 1/8] hardpps: simple fixes replacing clumsy code with abs() macro.
2016-12-23 15:41:02 linux-kernel Re: [RFC] pps: fixing CONFIG_COMPAT issues
2016-03-21 14:39:52 linux-kernel Re: [PATCH] pps: kc: fix non-tickless system config dependency
2016-03-06 19:39:50 linux-kernel Re: [PATCH] pps: kc: fix non-tickless system config dependency