Re: [PATCH 2/2] rtc: efi: add efi_procfs in efi_rtc_ops

2015-11-24 Thread Alexandre Belloni
Hi, On 07/11/2015 at 12:00:22 +0800, Geliang Tang wrote : > Add efi_procfs in efi_rtc_ops to show rtc-efi info in /proc/driver/rtc. > Most of the code comes from efi_rtc_proc_show() in efirtc. > I'm actually wondering whether someone actually use those information in /proc/driver/rtc. Do you

Re: [PATCH 2/2] rtc: efi: add efi_procfs in efi_rtc_ops

2015-11-24 Thread Alexandre Belloni
Hi, On 07/11/2015 at 12:00:22 +0800, Geliang Tang wrote : > Add efi_procfs in efi_rtc_ops to show rtc-efi info in /proc/driver/rtc. > Most of the code comes from efi_rtc_proc_show() in efirtc. > I'm actually wondering whether someone actually use those information in /proc/driver/rtc. Do you

[PATCH 2/2] rtc: efi: add efi_procfs in efi_rtc_ops

2015-11-06 Thread Geliang Tang
Add efi_procfs in efi_rtc_ops to show rtc-efi info in /proc/driver/rtc. Most of the code comes from efi_rtc_proc_show() in efirtc. Signed-off-by: Geliang Tang --- drivers/rtc/rtc-efi.c | 66 +++ 1 file changed, 62 insertions(+), 4 deletions(-)

[PATCH 2/2] rtc: efi: add efi_procfs in efi_rtc_ops

2015-11-06 Thread Geliang Tang
Add efi_procfs in efi_rtc_ops to show rtc-efi info in /proc/driver/rtc. Most of the code comes from efi_rtc_proc_show() in efirtc. Signed-off-by: Geliang Tang --- drivers/rtc/rtc-efi.c | 66 +++ 1 file changed, 62