- 84b97dd fuze+: remove two_finger pseudo touchpad button because it was unrealiable, update keymap to remove akward mappings by Amaury Pouly · 13 years ago
- 4fe6963 imx233: implement core_sleep by Amaury Pouly · 13 years ago
- 1a0bc64 imx233: forgot a file by Amaury Pouly · 13 years ago
- f7f1f70 imx233/fuze+: implement power management(battery charger), add powermgmt debug info, add power debug info, move target specific powermgmt code to its own files, remove auto-slow setup which was forgotten for debugging by Amaury Pouly · 13 years ago
- 452354a sd-imx233: fix a few parameters when calling send_cmd, thanks to Andrej Sinicyn for spotting this by Amaury Pouly · 13 years ago
- 28dec00 Do some things to make -ffunction-sections work better. by Michael Sevakis · 13 years ago
- 95e6043 Convert remaining memframe LCDs that can be convert to common code. by Michael Sevakis · 13 years ago
- 8632f95 Remove two useless variable and hopefully finally fix red by Amaury Pouly · 13 years ago
- 39148be imx233: fix to typo and remove a forgotten panic by Amaury Pouly · 13 years ago
- 489296a imx233/fuze+: add support for sd card, enable FAT16 support because it's common on sd cards by Amaury Pouly · 13 years ago
- 47bade1 Simplify and neaten-up usb.c a bit. USB_INSERTED and USB_EXTRACTED are always used as events to indicate cable state. USB_HOSTED is posted to indicated that a host was detected. by Michael Sevakis · 13 years ago
- 744adcb imx233: add comment about block reset by Amaury Pouly · 13 years ago
- dd865bc imx233: add control for more clocks, add debug clock debug screen by Amaury Pouly · 13 years ago
- a299212 imx233: add power debug screen by Amaury Pouly · 13 years ago
- 374a08a fuze+: update keymap and touchpad driver based on FS#12405 with minor modifications. Thanks to Jean-Louis Biasini. by Amaury Pouly · 13 years ago
- 852b68c imx233/fuze+: set drive strength of tuner chip enable pin, enable backlight on panic by Amaury Pouly · 13 years ago
- 7e211ff fuze+: adjust touchpad sensitivity based on product id like OF, add debug screen to hw info by Amaury Pouly · 13 years ago
- e7e4b13 imx233: fix prototype and battery conversion setup code by Amaury Pouly · 13 years ago
- 9e4299f imx233: implement battery reading using power register (automatically updated & scaled by lradc delay) by Amaury Pouly · 13 years ago
- 4359b40 imx233: debug raw and mV battery output by Amaury Pouly · 13 years ago
- ea8570b imx233: remove virtual 5V channel (value doesn't make sense), fix battery conversion (need to trigger delay) by Amaury Pouly · 13 years ago
- f791a81 imx233: add include for future use of adc to read battery by Amaury Pouly · 13 years ago
- 0cd832a imx233: fix comment by Amaury Pouly · 13 years ago
- d866633 imx233: add adc debug screen by Amaury Pouly · 13 years ago
- e167c1d imx233: add automatic battery conversion using delay channel, make 5V a virtual channel since it has a builtin divider by Amaury Pouly · 13 years ago
- a9d56ac imx233: use generic code for both channels and delays arbiter code by Amaury Pouly · 13 years ago
- 9a4213c imx233: cosmetic changes in adc by Amaury Pouly · 13 years ago
- 1852dd8 imx233/fuze+: add a small delay before powering off to allow the user to release the power button by Amaury Pouly · 13 years ago
- 7fec089 fuze+: fix backlight to have a real zero by Amaury Pouly · 13 years ago
- 2a45f77 fuze+: fix backlight calculations by Amaury Pouly · 13 years ago
- 7aac418 fuze+: fix typo (mdelay vs udelay) in register read (shouldn't change anything) and be sure lcdif is ready by Amaury Pouly · 13 years ago
- bbbc2e8 fuze+: fix typo in lcd init sequence for second lcd type by Amaury Pouly · 13 years ago
- 856fb70 fuze+: use macro and add a few static by Amaury Pouly · 13 years ago
- f5d664a fuzeplus: rework button handling to use a queue instead of a blocking semaphore in the thread by Amaury Pouly · 13 years ago
- e9575bd fuze+: fix typo and remove ugly logf construct by Amaury Pouly · 13 years ago
- 623cbd6 imx233/fuze+: implement pcm out and audio codec, update SOURCES by Amaury Pouly · 13 years ago
- 390edd5 imx233/fuze+: add prototype for rtc block (only for register defines for now) by Amaury Pouly · 13 years ago
- 7b70e5a imx233/fuze+: implement audioout functions (init, volume, frequency); add stubs for audioin by Amaury Pouly · 13 years ago
- 96f0464 imx233/fuze+: implement hw info debug screen to show dma channels state by Amaury Pouly · 13 years ago
- b0a20db imx233/fuze+: allow dma info retrieval; wait for end of channel reset before returning; fix typo by Amaury Pouly · 13 years ago
- d0e8c35 imx233/fuze+: move to a more generic xtal derived clock enabling function, fix timrot accordingly by Amaury Pouly · 13 years ago
- 0b3347e imx233/fuze+: fix typo and add dac dma/error interrupts by Amaury Pouly · 13 years ago
- 359826a fuze+: fix bootloader not set backlight brightness by Amaury Pouly · 13 years ago
- ed2386c imx233/fuze+: move audio driver to the canonical location by Amaury Pouly · 13 years ago
- bf056d5 Switch to SYS mode on arm FS#12322 by me by Marcin Bukat · 13 years ago
- eb94b23 imx233/fuze+: declare 3d audio capability, update lang accordingly by Amaury Pouly · 13 years ago
- 09b4c76 fuze+: implement basic touchpad driver by Amaury Pouly · 13 years ago
- 30f3331 fuze+: set backlight brightness to default only when there is not backlight infrastructure by Amaury Pouly · 13 years ago
- 2546bc5 imx233/fuze+: add fuze+ to the simulator framework by Amaury Pouly · 13 years ago
- 1322b58 imx233/fuze+: rework crt0 and linker script to be able to load at any address and self-copy at the right one by Amaury Pouly · 13 years ago
- b25d6e0 imx233/fuze+: implement usb enable by Amaury Pouly · 13 years ago
- af9c3c9 imx233/fuze+: remove useless file by Amaury Pouly · 13 years ago
- b1a97d2 imx233/fuze+: add charger related defines by Amaury Pouly · 13 years ago
- 80101ed imx233/fuze+: correctly reset i2c block by Amaury Pouly · 13 years ago
- e553945 imx233/fuze+: implement various audio stubs and update source by Amaury Pouly · 13 years ago
- 696b9d1 imx233/fuze+: implement lradc function and adc on top of it by Amaury Pouly · 13 years ago
- 45537a4 imx233/fuze+: implement power management stubs by Amaury Pouly · 13 years ago
- 06c03b5 imx233/fuze+: fix default init code (define lcd kind as 9325 and do 7783 init !) by Amaury Pouly · 13 years ago
- 11883f4 imx233/fuze+: correctly lcdif block by Amaury Pouly · 13 years ago
- eedbed1 imx233/fuze+: fix prototype by Amaury Pouly · 13 years ago
- c36d33c imx233/fuze+: correctly reset timrot block by Amaury Pouly · 13 years ago
- af9d256 imx233/fuze+: define mmc stubs, correctly handle ssp maximum transfer size, correctly handle flash size (including windowing) by Amaury Pouly · 13 years ago
- 7ac1b9f imx233/fuze+: define sd stub by Amaury Pouly · 13 years ago
- 1b220f1 imx233/fuze+: reset dma block correctly and define maximum transfer size by Amaury Pouly · 13 years ago
- b27d07e imx233/fuze+: reset ssp block correctly, define maximum ssp transfer size by Amaury Pouly · 13 years ago
- b51ecea imx233/fuze+: add more interrupts, rewrite block resetting, reset icoll on boot (useful for firmware) by Amaury Pouly · 13 years ago
- ddb96f1 imx233/fuze+: fix ctr0 to use a fresh stack and update firmware linker script by Amaury Pouly · 13 years ago
- d945c36 imx233/fuze+: rework linker script to load the bootloader at ram start + 1Mb to leave a load for the firmware by Amaury Pouly · 13 years ago
- 2ac668e imx233/fuze+: implement user time api, implement a stub function, protect timrot against irq by Amaury Pouly · 13 years ago
- 333b9ed imx233/fuze+: fix apps linker script, add comment in bootloader by Amaury Pouly · 13 years ago
- 25f0060 imx233/fuze+: don't reboot after usb more, enter usb more after storage init, remove useless printf by Amaury Pouly · 13 years ago
- 7d4fed5 imx233:fuze+: major memory and usb rework by Amaury Pouly · 13 years ago
- 855e3c6 imx233/fuze+: implement lcd_blit_yuv (untested) by Amaury Pouly · 14 years ago
- 1df8072 imx233/fuze+: cleanup sd code by Amaury Pouly · 14 years ago
- fa0f17d imx233/fuze+: move page table to dram by Amaury Pouly · 14 years ago
- eb90d95 imx233/fuze+: huge rework by Amaury Pouly · 14 years ago
- 06c9474 imx233/fuze+: prepare target to enable MMU by Amaury Pouly · 14 years ago
- 82f70b8 imx233/fuze+: add SD detection support by Amaury Pouly · 14 years ago bootloader_ams_v4
- 85c32db imx233/fuze+: add pin irq support by Amaury Pouly · 14 years ago
- 7d1d4c6 imx233/fuze+: implement gpio interrupts by Amaury Pouly · 14 years ago
- 792dd33 imx233/fuze+: gives bootloader argument to main by Amaury Pouly · 14 years ago
- 5a26811 imx233/fuze+: make SOURCES more correct, implement i2c for fmradio by Amaury Pouly · 14 years ago
- 86c64d4 imx233: add missing i2c file by Amaury Pouly · 14 years ago
- e36b20c imx233/fuze+: replace software i2c by hardware i2c, make some code more correct, reduce code size of lcd init sequences by Amaury Pouly · 14 years ago
- e34eaf3 imx233/fuze+: simplify ssp pin code by Amaury Pouly · 14 years ago
- 88f75d0 imx233/fuze+: don't compile {touchpad code,sd} in bootloader mode, fix style in mmc by Amaury Pouly · 14 years ago
- 82ecc75 imx233/fuze+: make config.h more correct, remove logo from bootloader, update linker file and crt0 to produce a single blob into dram by Amaury Pouly · 14 years ago
- 617d1e9 imx233/fuze+: ssp, dma, mmc now work properly, partially implement cpu frequency changing, implement panic waiting by Amaury Pouly · 14 years ago
- 2cf3313 fuze+: add more clocking code, add dma code, add ssp code, add stub usb code, update storage to SD + MMC, beginning of the driver by Amaury Pouly · 14 years ago
- a43509c fuze+: implement a full-blown debug screen for touchpad with graphical feedback by Amaury Pouly · 14 years ago
- 86e8c28 fuze+: implement Synaptics RMI driver on top of i2c, add touchpad debug screen, bootloader enters debug screen by default by Amaury Pouly · 14 years ago
- 2481427 fuze+: add init/enable/disable lcd sequences for the second lcd kind (only based on disassembly, untested) by Amaury Pouly · 14 years ago
- ffee0b5 fuze+: move defines from .c to .h; implement button reading for volume up/down and power by Amaury Pouly · 14 years ago
- 3ce7809 fuze+: use mdelay and not udelay in lcd sequences by Amaury Pouly · 14 years ago
- 08fb3f6 Sansa Fuze+: initial commit (bootloader only, LCD basically working) by Amaury Pouly · 14 years ago