aboutsummaryrefslogtreecommitdiffstats
path: root/hw/tsc210x.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-10/+10
2010-07-06savevm: Add DeviceState paramAlex Williamson1-2/+2
2009-09-21Fix Sparse warnings about using plain integer as NULL pointerBlue Swirl1-1/+1
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-1/+1
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-2/+2
2009-05-22Introduce reset notifier orderJan Kiszka1-2/+2
2009-05-14Remove any pretense that there can be more than one AudioStatemalc1-5/+2
2009-05-12Push AUD_init down to devicesPaul Brook1-15/+9
2009-05-10Follow coding conventionsPaul Brook1-48/+48
2009-05-08Replace cpu_abort with hw_errorPaul Brook1-5/+3
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-4/+3
2008-12-03Make audio violate POSIX lessmalc1-1/+1
2008-10-26Fix undeclared symbol warnings from sparseblueswir11-0/+1
2008-10-02Resurrect the safe part of r5274blueswir11-4/+4
2008-09-25Revert r5274 which breaks savevm/loadvmblueswir11-4/+4
2008-09-20Add signed versions of save/load functionsblueswir11-4/+4
2008-07-01Remove duplicate device index calculations.pbrook1-5/+2
2008-05-09Improve tsc2005 touchscreen usability.balrog1-1/+1
2008-05-07Nokia N810 basic system emulation.balrog1-9/+13
2008-04-14Add TSC2301 touchscreen & keypad controller.balrog1-22/+270
2007-11-25Scale TSC2102 touchscreen pressure value more realistically (still could be b...balrog1-5/+9
2007-11-19Clean-up/rewrite audio over I^2S support.balrog1-17/+33
2007-11-17Break up vl.h.pbrook1-1/+5
2007-11-04Zeroing ITR shouldn't ack irq zero.balrog1-2/+186
2007-11-03The PINT/DAV pin is active low in the chip spec, not inverted on the board.balrog1-4/+4
2007-10-29Add a TI TSC2102 chip (touchscreen/ADC/audio-CODEC controller).balrog1-0/+848