Re: [PATCH 0/2] Documentation: rtc: move ioctl to ABI

2018-01-11 Thread Alexandre Belloni
Documentation: rtc: move iotcl interface documentation to ABI > Applied, thanks. -- Alexandre Belloni, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message

Re: [RFC PATCH 1/4] rtc: Introduce one interface to save the RTC hardware time range

2018-01-01 Thread Alexandre Belloni
ME_SIZE 20 > @@ -152,6 +154,9 @@ struct rtc_device { > bool nvram_old_abi; > struct bin_attribute *nvram; > > + time64_t max_hw_secs; > + time64_t min_hw_secs; > + > #ifdef CONFIG_RTC_INTF_DEV_UIE_EMUL > struct work_struct uie_task; > struct timer_list uie_t

Re: [PATCH] rtc: sysfs: move sysfs & ioctl interface to Documentation/ABI

2018-01-01 Thread Alexandre Belloni
9]+ > +Date:April 2005 > +KernelVersion: 2.6.12 > +Contact: Alexandre Belloni <alexandre.bell...@free-electrons.com> This must be the RTC mailing list. > +Description: The ioctl() calls supported by /dev/rtc are also supported by > +

Re: [PATCH 12/29] rtc.txt: standardize document format

2017-05-31 Thread Alexandre Belloni
ed, 23 insertions(+), 21 deletions(-) > Applied, thanks. -- Alexandre Belloni, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] Documentation: update path in lib/Kconfig.debug

2016-11-22 Thread Alexandre Belloni
The path to a few documentation files have changed since the switch to Sphinx. Point to the proper files. Signed-off-by: Alexandre Belloni <alexandre.bell...@free-electrons.com> --- lib/Kconfig.debug | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/Kconfig

Re: [PATCH 1/2] ABI: rtc-ab8500: fix rtc_calibration documentation

2016-10-30 Thread Alexandre Belloni
lleij <linus.wall...@linaro.org> > Cc: Alessandro Zummo <a.zu...@towertech.it> > Cc: Alexandre Belloni <alexandre.bell...@free-electrons.com> > Cc: linux-arm-ker...@lists.infradead.org > Cc: rtc-li...@googlegroups.com > Signed-off-by: Mauro Carvalho Chehab <mche.

Re: [PATCH 03/41] Documentation: arm: fix spelling mistakes

2016-04-25 Thread Alexandre Belloni
tor > +k2_qmss_pdsp_acc48_k2_le_1_0_0_9.bin firmware supports up to 48 accumulator > channels. This firmware is available under ti-keystone folder of > firmware.git at > git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git > -- > 2.8.0 > -- Alexandre Bello

Re: [PATCH v5 26/46] pwm: sun4i: implement hardware readout

2016-03-31 Thread Alexandre Belloni
is already enabled, which > should prevent glitches. > > Signed-off-by: Boris Brezillon <boris.brezil...@free-electrons.com> Reviewed-by: Alexandre Belloni <alexandre.bell...@free-electrons.com> > --- > drivers/pwm/pwm-sun4i.c | 74 > ++