summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
* Convert ac_format and ac_controls to unions to make access a little cleanerGregory Nutt2014-07-243-68/+57
* Audio: Get rid of the decoder->driver IOCTLs that I added a couple of commit...Gregory Nutt2014-07-243-50/+68
* Fix a type in the audio Kconfig file, UDIO->AUDIOGregory Nutt2014-07-231-1/+1
* Add ioctls so that PCM decoder can configure the driver bitrate, num channels...Gregory Nutt2014-07-232-8/+61
* Flesh out missing PCM decoder methodsGregory Nutt2014-07-231-6/+12
* Audio: Add a NULL audio device that can be used to simply unit-level testing...Gregory Nutt2014-07-234-9/+824
* Flesh out a few more PCM methods, still incomplete. Re-vision PCM structure ...Gregory Nutt2014-07-221-1/+1
* Rename pcm_decode.h to pcm.h since it will hold more than just decoding defin...Gregory Nutt2014-07-221-8/+10
* Remove WM8904 driver unused paramters, clean-up comments, remove some kruft i...Gregory Nutt2014-07-221-47/+12
* Add missing configuration option to select the MAX11802 touchscreen controllerGregory Nutt2014-07-221-0/+7
* Fix an error in SLIP escapingGregory Nutt2014-07-221-4/+4
* Kconfig: MW8904 driver no longer depends on EXPERIMENTAL (it probably still s...Gregory Nutt2014-07-201-1/+1
* WM8904 w/NxPlayer: Fix some compile errors and warnings with debug enabledGregory Nutt2014-07-201-35/+12
* The WM8904 audio driver is mostly code complete and ready to begin initial t...Gregory Nutt2014-07-191-498/+526
* SAMA5D4-EK: Add WM8904 initialization logicGregory Nutt2014-07-191-1/+1
* WM8904: Add initialization logicGregory Nutt2014-07-194-31/+456
* Framework for a WM8904 audio driver. The initial driver check-in is simply K...Gregory Nutt2014-07-184-6/+1578
* WM8904: Add header file support for this forcoming driverGregory Nutt2014-07-181-0/+883
* MXT driver: Fix error in thread test... backward logicGregory Nutt2014-07-161-1/+1
* maXTouch: Add thresholding so that MOVE reports are not generated unless ther...Gregory Nutt2014-07-122-19/+114
* maXTouch: Fix error in state machineGregory Nutt2014-07-121-17/+42
* NX graphics library: Macroize some color operators that become trivial when t...Gregory Nutt2014-07-121-3/+7
* Missing closing quote in Kconfig fileGregory Nutt2014-07-111-2/+2
* Minor Kconfig improvementsGregory Nutt2014-07-112-2/+6
* Addition rwbuffer interfaces should not be enabled unless they are needed; if...Gregory Nutt2014-07-116-16/+72
* Add an MTD layer that will add read-ahead or write buffering to any MTD drive...Gregory Nutt2014-07-1110-175/+981
* SAMA5D4-EK: The maXTouch controller and test is now enabled by default in the...Gregory Nutt2014-07-101-0/+11
* MXT driver worksGregory Nutt2014-07-101-101/+100
* MXT driver is now at least partially functionalGregory Nutt2014-07-091-123/+121
* SAMA5 TWI: Add support for up_i2cresetGregory Nutt2014-07-091-6/+75
* Fix some recurring typos: postion->position, *atino->*ationGregory Nutt2014-07-083-3/+3
* MXT Driver: Make sure that all return values are checked: Fix worker thread ...Gregory Nutt2014-07-082-156/+189
* maXTouch: Fix some issues with interrupt handlingGregory Nutt2014-07-071-27/+59
* maXTouch: Check for successful memory allocation was backwardGregory Nutt2014-07-071-3/+3
* SAM3/4: Fix compile of sam_aes.c if CONFIG_CRYPTO_AES is defined. rom Max Ne...Gregory Nutt2014-07-071-1/+1
* BCH: Add configurable AES encryption support to block-to-character (BCH) driv...Gregory Nutt2014-07-074-3/+102
* maXTouch: Be consistent. Failure return values are not just non-zero, but ne...Gregory Nutt2014-07-061-5/+5
* maXTouch: Fix test of I2C_TRANSFER return valueGregory Nutt2014-07-061-27/+3
* maXTouch: Fix I2C address, errors when debug enable, reorganize some dataGregory Nutt2014-07-062-21/+23
* NET: Standardize naming of all protocal header lengthsGregory Nutt2014-07-054-6/+6
* Forgot to add a file in the last commitGregory Nutt2014-07-051-0/+280
* Add very basic support for the Atmel maXTouch touchscreen controllerGregory Nutt2014-07-055-12/+1786
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-048-11/+19
* Remove all inclusion of uip.hGregory Nutt2014-07-046-6/+0
* NET: in-progress change... don't useGregory Nutt2014-07-042-2/+2
* NET: More renamingGregory Nutt2014-07-048-26/+26
* TSC2007: Cosmetic updatesGregory Nutt2014-07-041-2/+2
* SMARTFS: Increase some variables from uint16_t to uint32_t to handle larger d...Gregory Nutt2014-07-041-2/+2
* Fix for a bug that would show up if CONFIG_MTD_BYTE_WRITE was not selected an...Gregory Nutt2014-07-031-1/+3
* NET: Misc naming clean-upGregory Nutt2014-07-021-2/+2