Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/hpcarm
Module Name: src
Committed By: peter
Date: Sat Mar 4 14:09:36 UTC 2006
Modified Files:
src/sys/arch/hpcarm/conf: JORNADA720 files.hpcarm
src/sys/arch/hpcarm/dev: j720ssp.c sed1356var.h sed_saip.c
src/sys/arch/hpcarm/include: apmvar.h
Added Files:
src/sys/arch/hpcarm/conf: majors.hpcarm
src/sys/arch/hpcarm/dev: j720kbd.c j720lcd.c j720pwr.c j720sspvar.h
j720tp.c
Removed Files:
src/sys/arch/hpcarm/dev: apm.c j720kbdmap.c
Log Message:
Split the Jornada 7xx drivers for the touch-panel, keyboard, lcd control
and power management into multiple files. This removes some dirty hacks
and improves the quality of the code.
- j720kbd.c - keyboard driver
* Converted to use the hpckbd(4) interface.
* Remove the old keymap file since it's no longer used.
- j720lcd.c - lcd brightness/control/power control
- j720pwr.c - power management
* Converted to use the hpcapm(4) interface.
* Fix the battery charge status. The values are non-linear so in order
to display a reasonable charge status we use a few charge points in
a table and interpolate between that.
- j720tp.c - touch-panel driver
- j720ssp.c - SSP port (on the SA-1110)
Many thanks to cube@ and uwe@ for providing useful feedback and reviewing
the changes.
To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 src/sys/arch/hpcarm/conf/JORNADA720
cvs rdiff -r1.54 -r1.55 src/sys/arch/hpcarm/conf/files.hpcarm
cvs rdiff -r0 -r1.1 src/sys/arch/hpcarm/conf/majors.hpcarm
cvs rdiff -r1.9 -r0 src/sys/arch/hpcarm/dev/apm.c
cvs rdiff -r0 -r1.1 src/sys/arch/hpcarm/dev/j720kbd.c \
src/sys/arch/hpcarm/dev/j720lcd.c src/sys/arch/hpcarm/dev/j720pwr.c \
src/sys/arch/hpcarm/dev/j720sspvar.h src/sys/arch/hpcarm/dev/j720tp.c
cvs rdiff -r1.11 -r0 src/sys/arch/hpcarm/dev/j720kbdmap.c
cvs rdiff -r1.28 -r1.29 src/sys/arch/hpcarm/dev/j720ssp.c
cvs rdiff -r1.1 -r1.2 src/sys/arch/hpcarm/dev/sed1356var.h
cvs rdiff -r1.15 -r1.16 src/sys/arch/hpcarm/dev/sed_saip.c
cvs rdiff -r1.4 -r1.5 src/sys/arch/hpcarm/include/apmvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index