Home | History | Annotate | Download | only in dev
History log of /src/sys/arch/zaurus/dev/scoop.c
RevisionDateAuthorComments
 1.13  23-Sep-2014  nonaka Apply WM8731 support patch from TOYOKURA Atsushi, arranged by me.

- SL-C700: work fine
- SL-C750: attach failed
- SL-C860: not tested
 1.12  27-Oct-2012  chs split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.
 1.11  29-Jan-2012  tsutsui branches: 1.11.6;
Add PXA25x based Zaurus SL-C700/750/760/860 support.

All porting work was done by TOYOKURA Atsushi, with
several minor adjustments for integration by me and nonaka@.

His SL-C700 first running NetBSD/zaurus was demonstrated on
NetBSD booth at Open Source Canference 2011 Tokyo/Fall:
http://www.NetBSD.org/gallery/events.html#opensourceconf2011-tokyofall

Note GENERIC kernel works on SL-C750/760/860 (and C1000/3x00) but for now
SL-C700 requires its own kernel with special KERNEL_BASE_PHYS address
due to zbsdmod.o loader restriction (probably caused its small 32MB RAM).
 1.10  27-Jan-2012  tsutsui Allow calling scoop_set_backlight() even before scoop is attached and
schedule initial values in that case as ioexp does. Suggested by nonaka@.
Now lcdctl no longer has to defer lcdctl_set_brightness() by
config_finalize_register(9), which is a bit too late.
(i.e. no backlight during USB/SD probe by config_interrupt(9) in previous)
 1.9  19-Jul-2011  dyoung branches: 1.9.2; 1.9.6;
Change <machine/bus.h> to <sys/bus.h> throughout.

Split bus.h -> bus_{defs,funcs}.h.
 1.8  19-Jun-2011  nonaka more support SL-C1000.
 1.7  18-Apr-2009  nonaka branches: 1.7.10;
zaudio(4): Support recording.
 1.6  29-Jan-2009  nonaka branches: 1.6.2;
- device_t/softc split.
- use aprint_* function.
 1.5  13-Jun-2008  cegger branches: 1.5.4;
use device_lookup_private to get softc
 1.4  17-Oct-2007  garbled branches: 1.4.16; 1.4.18; 1.4.20; 1.4.22; 1.4.24;
Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.
 1.3  29-Jul-2007  nonaka branches: 1.3.6;
sync with OpenBSD.
 1.2  17-Dec-2006  peter branches: 1.2.2; 1.2.4; 1.2.6; 1.2.12; 1.2.20; 1.2.22; 1.2.24;
Update from the latest Zaurus source from NONAKA Kimihiro.

- LCD screen and keyboard are working now.
- Add bootstrap loader.
 1.1  16-Dec-2006  ober Zaurus Port from OpenBSD by Nonaka Kimihiro
OK gimpy
 1.2.24.1  15-Aug-2007  skrll Sync with HEAD.
 1.2.22.1  07-Aug-2007  matt Sync with HEAD.
 1.2.20.1  03-Oct-2007  garbled Sync with HEAD
 1.2.12.1  20-Aug-2007  ad Sync with HEAD.
 1.2.6.2  12-Jan-2007  ad Sync with head.
 1.2.6.1  17-Dec-2006  ad file scoop.c was added on branch newlock2 on 2007-01-12 01:01:03 +0000
 1.2.4.3  03-Sep-2007  yamt sync with head.
 1.2.4.2  30-Dec-2006  yamt sync with head.
 1.2.4.1  17-Dec-2006  yamt file scoop.c was added on branch yamt-lazymbuf on 2006-12-30 20:47:28 +0000
 1.2.2.2  18-Dec-2006  yamt sync with head.
 1.2.2.1  17-Dec-2006  yamt file scoop.c was added on branch yamt-splraiseipl on 2006-12-18 11:42:09 +0000
 1.3.6.1  06-Nov-2007  matt sync with HEAD
 1.4.24.1  18-Jun-2008  simonb Sync with head.
 1.4.22.1  23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 1.4.20.1  04-May-2009  yamt sync with head.
 1.4.18.1  17-Jun-2008  yamt sync with head.
 1.4.16.1  29-Jun-2008  mjf Sync with HEAD.
 1.5.4.2  28-Apr-2009  skrll Sync with HEAD.
 1.5.4.1  03-Mar-2009  skrll Sync with HEAD.
 1.6.2.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.7.10.1  23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.9.6.1  18-Feb-2012  mrg merge to -current.
 1.9.2.2  30-Oct-2012  yamt sync with head
 1.9.2.1  17-Apr-2012  yamt sync with head
 1.11.6.2  03-Dec-2017  jdolecek update from HEAD
 1.11.6.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC

RSS XML Feed