summaryrefslogtreecommitdiff
path: root/firmware (follow)
Commit message (Expand)AuthorAge
* Make the linker complain if the bootloader isn't going to fit into IRAM on PP...Barry Wardell2008-05-01
* Use FIQ register + comments.Maurus Cuelenaere2008-05-01
* remove the 2nd last evil use of ata_disk_is_active() in apps/Jonathan Gordon2008-04-30
* Remove wrong usage of '.global'. These symbols are imported, not exported.Jens Arnold2008-04-29
* Make sure the linker considers crt0*.o before all files specified on the comm...Jens Arnold2008-04-29
* Cleanup some tabs and whitespaceKarl Kurbjun2008-04-29
* yep.. I really cant spellJonathan Gordon2008-04-29
* undo some changes of my last patch... should fix wm8751 based targetsChristian Gmeiner2008-04-28
* Added #include <string.h> to memmove.c, memcpy.c and strcat.cBertrik Sikken2008-04-28
* Moved private types and constants from profile.h to profile.cBertrik Sikken2008-04-28
* Forgot to #include stdlib.h for atoi implementation.Bertrik Sikken2008-04-28
* Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken2008-04-28
* Fixed prototype of i2c_write for plugins and for i2c-telechips (fix red/yellow).Bertrik Sikken2008-04-28
* Update source files to include the header file for the functions they impleme...Bertrik Sikken2008-04-28
* * introduce AUDIOHW_CAPS to define which audio codec can do what kind of oper...Christian Gmeiner2008-04-28
* get rid of the last mr500 yellow (again :p )Jonathan Gordon2008-04-28
* Gigabeat S: Define the used ADC channels, get the channel order correct, enab...Michael Sevakis2008-04-27
* IMX31: Try to catch the interrupt that was the reason irq_handler was called ...Michael Sevakis2008-04-27
* IMX31: Use template structures to access modules' registers from a base addre...Michael Sevakis2008-04-27
* Fix red (missing header file)Bertrik Sikken2008-04-27
* Updated use of events.h header file.Bertrik Sikken2008-04-27
* Updated panicf in remove_event. Also fixed some comments.Bertrik Sikken2008-04-27
* FS#8708: D2/m:robe500 touchscreen keymaps by Andreas Mueller.Rob Purchase2008-04-27
* fix redJonathan Gordon2008-04-27
* add more registers for the tsc2100Jonathan Gordon2008-04-27
* remove the last mr500 yelloJonathan Gordon2008-04-27
* Enable 'touchscreen areas' on the D2, based on JdGordon's m:robe code. Disabl...Rob Purchase2008-04-27
* Gigabeat S: Implement i2c driver - transmit works but no testing of receiving...Michael Sevakis2008-04-27
* Move the Telechips TCC77x SSD1815 LCD driver up a level in the target tree - ...Dave Chapman2008-04-27
* - change the usb class driver framework to allow for device classes with more...Frank Gevaerts2008-04-26
* minor code policing and some warning removalsDaniel Stenberg2008-04-25
* m:robe 100 - backlight PWM fadingRobert Kukla2008-04-25
* Fixes some warnings.Maurus Cuelenaere2008-04-24
* Make Gigabeat S keypad correctly detect multiple key down events in a row. Pr...Michael Sevakis2008-04-24
* Commit whole Creative Zen Vision:M target tree + all related firmware/ Maurus Cuelenaere2008-04-24
* Add a PMIC-based RTC driver for Gigabeat S.Michael Sevakis2008-04-24
* Add in a few more debug registersKarl Kurbjun2008-04-23
* Make sure buttons have pullups disabled as necessaryKarl Kurbjun2008-04-23
* move mas35xx specific code for set_channels and set_stereo_width to mas35xx.c...Christian Gmeiner2008-04-22
* change style to make some people happier - (... but reading it is awful weird)Christian Gmeiner2008-04-22
* a warning is betterChristian Gmeiner2008-04-22
* move defines for VOLUME_MIN and VOLUME_MAX to their correct place (mas35xx.h)Christian Gmeiner2008-04-22
* This is a big chunk of code necessary to prepare for Gigabeat F flash loading...Karl Kurbjun2008-04-22
* Cleanup/fixup the USB initialization for the Gigabeat FKarl Kurbjun2008-04-22
* Enable program flow prediction in the system control coprocessor setup in the...Michael Sevakis2008-04-21
* A few preparations for the D2 PCM driver: move driver up to TCC780x level, mo...Rob Purchase2008-04-21
* Enable RTC for Cowon D2. Time readout works, but date is currently junk.Rob Purchase2008-04-20
* fix red and remove tabsAndree Buschmann2008-04-20
* Also declare .qharray for the bootloader on imx31. Usb is also supported ther...Frank Gevaerts2008-04-20
* move some data around to place qh_array at the start of iram. This saves up t...Frank Gevaerts2008-04-20