From 566c6e43700c4f87408488aa7fef28fa37e8d455 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Tue, 24 Sep 2013 10:32:04 +0900 Subject: cosmetic: doc: driver-model: Do not number driver lists Everytime a dead driver is removed from the list, we must re-number. This is a painful task. Try git show e53232250 -- doc/driver-model/UDM-serial.txt git show 6f62f4207 -- doc/driver-model/UDM-serial.txt git show b9f4bc34a -- doc/driver-model/UDM-serial.txt to see what I mean. Signed-off-by: Masahiro Yamada --- doc/driver-model/UDM-rtc.txt | 152 +++++++++++++++++++++---------------------- 1 file changed, 76 insertions(+), 76 deletions(-) (limited to 'doc/driver-model/UDM-rtc.txt') diff --git a/doc/driver-model/UDM-rtc.txt b/doc/driver-model/UDM-rtc.txt index 8391f38..3640d24 100644 --- a/doc/driver-model/UDM-rtc.txt +++ b/doc/driver-model/UDM-rtc.txt @@ -62,192 +62,192 @@ II) Approach III) Analysis of in-tree drivers -------------------------------- - 1) drivers/rtc/rv3029.c - ----------------------- + drivers/rtc/rv3029.c + -------------------- The driver is standard rtc. Simple conversion is possible. - 2) drivers/rtc/s3c24x0_rtc.c - ---------------------------- + drivers/rtc/s3c24x0_rtc.c + ------------------------- The driver is standard rtc. Simple conversion is possible. - 3) drivers/rtc/pt7c4338.c - ------------------------- + drivers/rtc/pt7c4338.c + ---------------------- The driver is standard rtc. Simple conversion is possible. - 4) drivers/rtc/mvrtc.c - ---------------------- + drivers/rtc/mvrtc.c + ------------------- The driver is standard rtc. Simple conversion is possible. - 5) drivers/rtc/ftrtc010.c - ------------------------- + drivers/rtc/ftrtc010.c + ---------------------- The driver is standard rtc. Simple conversion is possible. - 6) drivers/rtc/mpc5xxx.c - ------------------------ + drivers/rtc/mpc5xxx.c + --------------------- The driver is standard rtc. Simple conversion is possible. - 7) drivers/rtc/ds164x.c - ----------------------- + drivers/rtc/ds164x.c + -------------------- The driver is standard rtc. Simple conversion is possible. - 8) drivers/rtc/rs5c372.c - ------------------------ + drivers/rtc/rs5c372.c + --------------------- The driver is standard rtc. Simple conversion is possible. - 9) drivers/rtc/m41t94.c - ----------------------- + drivers/rtc/m41t94.c + -------------------- The driver is standard rtc. Simple conversion is possible. - 10) drivers/rtc/mc13xxx-rtc.c - ----------------------------- + drivers/rtc/mc13xxx-rtc.c + ------------------------- The driver is standard rtc. Simple conversion is possible. - 11) drivers/rtc/mcfrtc.c - ------------------------ + drivers/rtc/mcfrtc.c + -------------------- The driver is standard rtc. Simple conversion is possible. - 12) drivers/rtc/davinci.c - ------------------------- + drivers/rtc/davinci.c + --------------------- The driver is standard rtc. Simple conversion is possible. - 13) drivers/rtc/rx8025.c - ------------------------ + drivers/rtc/rx8025.c + -------------------- The driver is standard rtc. Simple conversion is possible. - 14) drivers/rtc/bfin_rtc.c - -------------------------- + drivers/rtc/bfin_rtc.c + ---------------------- The driver is standard rtc. Simple conversion is possible. - 15) drivers/rtc/m41t62.c - ------------------------ + drivers/rtc/m41t62.c + -------------------- The driver is standard rtc. Simple conversion is possible. - 16) drivers/rtc/ds1306.c - ------------------------ + drivers/rtc/ds1306.c + -------------------- The driver is standard rtc. Simple conversion is possible. - 17) drivers/rtc/mpc8xx.c - ------------------------ + drivers/rtc/mpc8xx.c + -------------------- The driver is standard rtc. Simple conversion is possible. - 18) drivers/rtc/ds3231.c - ------------------------ + drivers/rtc/ds3231.c + -------------------- The driver is standard rtc. Simple conversion is possible. - 19) drivers/rtc/ds12887.c - ------------------------- + drivers/rtc/ds12887.c + --------------------- The driver is standard rtc. Simple conversion is possible. - 20) drivers/rtc/ds1302.c - ------------------------ + drivers/rtc/ds1302.c + -------------------- The driver is standard rtc. Simple conversion is possible. - 21) drivers/rtc/ds1374.c - ------------------------ + drivers/rtc/ds1374.c + -------------------- The driver is standard rtc. Simple conversion is possible. - 22) drivers/rtc/ds174x.c - ------------------------ + drivers/rtc/ds174x.c + -------------------- The driver is standard rtc. Simple conversion is possible. - 23) drivers/rtc/m41t60.c - ------------------------ + drivers/rtc/m41t60.c + -------------------- The driver is standard rtc. Simple conversion is possible. - 24) drivers/rtc/m48t35ax.c - -------------------------- + drivers/rtc/m48t35ax.c + ---------------------- The driver is standard rtc. Simple conversion is possible. - 25) drivers/rtc/pl031.c - ----------------------- + drivers/rtc/pl031.c + ------------------- The driver is standard rtc. Simple conversion is possible. - 26) drivers/rtc/x1205.c - ----------------------- + drivers/rtc/x1205.c + ------------------- The driver is standard rtc. Simple conversion is possible. - 27) drivers/rtc/m41t11.c - ------------------------ + drivers/rtc/m41t11.c + -------------------- The driver is standard rtc. Simple conversion is possible. - 28) drivers/rtc/pcf8563.c - ------------------------- + drivers/rtc/pcf8563.c + --------------------- The driver is standard rtc. Simple conversion is possible. - 29) drivers/rtc/mk48t59.c - ------------------------- + drivers/rtc/mk48t59.c + --------------------- Macros needs cleanup. Besides that the driver is standard rtc. Simple conversion is possible. - 30) drivers/rtc/mxsrtc.c - ------------------------ + drivers/rtc/mxsrtc.c + -------------------- The driver is standard rtc. Simple conversion is possible. - 31) drivers/rtc/ds1307.c - ------------------------ + drivers/rtc/ds1307.c + -------------------- The driver is standard rtc. Simple conversion is possible. - 32) drivers/rtc/ds1556.c - ------------------------ + drivers/rtc/ds1556.c + -------------------- The driver is standard rtc. Simple conversion is possible. - 33) drivers/rtc/rtc4543.c - ------------------------- + drivers/rtc/rtc4543.c + --------------------- The driver is standard rtc. Simple conversion is possible. - 34) drivers/rtc/ds1337.c - ------------------------ + drivers/rtc/ds1337.c + -------------------- The driver is standard rtc. Simple conversion is possible. - 35) drivers/rtc/isl1208.c - ------------------------- + drivers/rtc/isl1208.c + --------------------- The driver is standard rtc. Simple conversion is possible. - 36) drivers/rtc/max6900.c - ------------------------- + drivers/rtc/max6900.c + --------------------- The driver is standard rtc. Simple conversion is possible. - 37) drivers/rtc/mc146818.c - -------------------------- + drivers/rtc/mc146818.c + ---------------------- The driver is standard rtc. Simple conversion is possible. - 38) drivers/rtc/at91sam9_rtt.c - ------------------------------ + drivers/rtc/at91sam9_rtt.c + -------------------------- The driver is standard rtc. Simple conversion is possible. -- cgit v1.1