Changeset 1096
- Timestamp:
- 05/27/01 21:06:07 (8 years ago)
- Files:
-
- lm-sensors/trunk/doc/developers/new_drivers (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/doc/developers/new_drivers
r1060 r1096 1 1 These are the steps you should follow to write a new driver and 2 2 submit it to us so that it will be applied cleanly to our package. 3 4 Don't be intimidated by the list, it's just here so we don't 5 forget anything. 6 We are more than happy to help you with any part of the process. 7 3 8 4 9 * Contact us first. … … 8 13 You will also need to ask us to have an ID reserved in 9 14 i2c-id.h in the i2c package. 15 Tell us it's OK to put your name on the "New Drivers" page. 10 16 11 17 * Write the new driver. … … 73 79 74 80 --------------------------------------------------------------------- 81 Checklist for us to do on the webpage: 82 83 * Add entry to 'supported drivers' page 84 85 * Update entry on 'new drivers' page 86 87 --------------------------------------------------------------------- 75 88 Checklist for mkpatch support, after the driver is tested and stable: 76 89 77 * Add filesto mkpatch/FILES.90 * Add .c file to mkpatch/FILES. 78 91 79 92 * Add config help to mkpatch/mkpatch.pl. 80 93 94 * Add config entry to mkpatch/Config.in. 95 81 96 * Add initialization call to bottom of kernel/sensors.c. 97 98 * Move .o reference in kernel/[chips,busses]/Module.mk 99 from first to second section.
