summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/mas.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-14Moved pcm_record from firmware to apps. Cleaned up some. Now all code using s...Björn Stenberg1-0/+17
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2007-04-11Moved SH1 system code to target tree. * First shot at hwcompat cleanup.Jens Arnold1-1/+1
2006-11-12Get rid of ages-old interdependency between ata.c and mas.cJens Arnold1-9/+8
2006-03-24Fixed loong-standing bug in mas_writereg().Jens Arnold1-0/+6
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold1-5/+5
2005-05-07Moved unrelated stuff from i2c the driver to appropriate places. Minor optimi...Jens Arnold1-1/+5
2004-12-22Removed duplicate instructionJens Arnold1-1/+0
2004-11-22The player also has MAS poweron reset, handle it.Jens Arnold1-3/+12
2004-09-29Added MAS3539F support (Ondio SP)Jens Arnold1-3/+3
2004-09-28a hell of a commit: changed several HAVE_xx configuration flags into multiple...Jörg Hohensohn1-3/+3
2004-08-17 Const policed pointer arguments to functions, part 2Jens Arnold1-2/+2
2003-11-07The code police strikes backLinus Nielsen Feltzing1-5/+5
2003-11-06set/clear port bits with atomic instructions instead of read-modify-write, sa...Jörg Hohensohn1-5/+6
2002-11-24Removed a potential I2C deadlockLinus Nielsen Feltzing1-15/+17
2002-11-20Added mas_readver()Linus Nielsen Feltzing1-0/+34
2002-07-29Now uses HAVE_MASxxxxx macros instead of RECORDERLinus Nielsen Feltzing1-4/+4
2002-07-28mas_run() didn't workLinus Nielsen Feltzing1-1/+1
2002-06-26Added mas_reset()Linus Nielsen Feltzing1-0/+27
2002-06-25wrong return code in mas_direct_config_write()Linus Nielsen Feltzing1-1/+1
2002-06-24Now uses i2c_begin/endLinus Nielsen Feltzing1-67/+105
2002-06-20mas_writereg() was brokenLinus Nielsen Feltzing1-1/+1
2002-06-19Added Recorder codeLinus Nielsen Feltzing1-13/+147
2002-05-16Changed default_read prototypeLinus Nielsen Feltzing1-3/+28
2002-05-03Added a few functionsLinus Nielsen Feltzing1-3/+8
2002-05-02Added mas_run functionLinus Nielsen Feltzing1-0/+19
2002-04-23Moved driver to 'drivers' subdirBjörn Stenberg1-0/+164