Gregory Nutt
|
004788d7c0
|
Change the way PHY interrupts work: disable automatically. Then we have to re-subscribe each time after the interrupt fires
|
2014-08-17 16:51:56 -06:00 |
|
Gregory Nutt
|
7cc93b708a
|
SAMA5 PHY: Add more debug instrumentation; Fix logic that would be used to disable PHY interrupts
|
2014-08-17 14:07:53 -06:00 |
|
Gregory Nutt
|
1db9858e9d
|
KSZ80x1 PHY interrupts are active low and should trigger on the falling edge
|
2014-08-17 13:15:59 -06:00 |
|
Gregory Nutt
|
057af36c1d
|
More of the PHY event notification logic change: Fix some compile errors when full feature is enabled; Add some missing ioctol logic
|
2014-08-16 15:04:09 -06:00 |
|
Gregory Nutt
|
ec47914cf8
|
Convert existing board specific PHY interrupt interfaces to use newly defined standard interface
|
2014-08-16 08:35:31 -06:00 |
|
Gregory Nutt
|
1787b3e600
|
SAMA5: Enable the 32.768 crystal if SCHED_TICKLESS is selected
|
2014-08-11 14:29:43 -06:00 |
|
Gregory Nutt
|
e30d31367a
|
WM8904 interface enable method now returns the previous interrupt state. Correct ordering of some WM8904: Need to provide MCLK before initializing the WM8904, not after
|
2014-08-04 14:56:20 -06:00 |
|
Gregory Nutt
|
eebdae30b2
|
Correct the WM8904 interrupt configuration, active high level. Fix that and don't pull-up
|
2014-08-04 14:54:20 -06:00 |
|
Gregory Nutt
|
1f213064e0
|
SAMA5 WM8904: Add option to use MAINCK as WM8904 MCLK
|
2014-08-03 11:01:02 -06:00 |
|
Gregory Nutt
|
1f2428c087
|
WM8904: Ad the MCLK frequency to the interface definition. The WM8904 driver needs to know this frequency in order to configure the FLL to generate the correct bitrate
|
2014-08-01 18:37:56 -06:00 |
|
Gregory Nutt
|
83dab03576
|
SAMA5 WM8904: Fix errors in programmable clock output configuration
|
2014-08-01 15:18:58 -06:00 |
|
Gregory Nutt
|
3d49eadc80
|
Cosmetic updates to comments and README files and some naming
|
2014-07-29 16:35:47 -06:00 |
|
Gregory Nutt
|
d547e59767
|
Minor warning/latent bug clean-up of auto-mounter logic
|
2014-07-29 16:35:17 -06:00 |
|
Gregory Nutt
|
7b1b915226
|
SAMA5D4: Add auto-mounter support for HSMCI0
|
2014-07-29 15:34:31 -06:00 |
|
Gregory Nutt
|
1b6eec572d
|
Cosmetic changes to comments
|
2014-07-29 07:11:16 -06:00 |
|
Gregory Nutt
|
a428bb753f
|
SAMA5D4-EK: Disable PMIC workaround... it does not work
|
2014-07-28 17:48:55 -06:00 |
|
Gregory Nutt
|
8c2b458d75
|
Fixes to last SAMA5 PMIC checkin
|
2014-07-28 17:09:37 -06:00 |
|
Gregory Nutt
|
950a6979ec
|
SAMA5D4-EK: Add logic to disable the faulty PMIC. This must be done with JP23 open. It is perfomed only from the DRAMBOOT loader
|
2014-07-28 16:34:19 -06:00 |
|
Gregory Nutt
|
d09ee81320
|
Change naming from cp_XYZ_cache() to arch_XYP_cache() so that all cache operations will pick up L2 support if it is enabled
|
2014-07-26 18:47:33 -06:00 |
|
Gregory Nutt
|
ca7d7c34ce
|
Audio: Add a NULL audio device that can be used to simply unit-level testing of audio decoders
|
2014-07-23 10:12:32 -06:00 |
|
Gregory Nutt
|
d7a9633dcd
|
Rename pcm_decode.h to pcm.h since it will hold more than just decoding definitions. Fix some porting errors like idbg should auddbg, etc. Add wav file header and a few low-level wav utilities.
|
2014-07-22 15:54:56 -06:00 |
|
Gregory Nutt
|
a4dcd690bb
|
Add new framework for the PCM decoder. It is now a 'front end' for lower-level drivers like the WM8904 that performs the PCM decoding from end
|
2014-07-22 11:54:13 -06:00 |
|
Gregory Nutt
|
d8f85d1caa
|
SAMA5 PCK: Add support for the slow clock as the PCK clock source
|
2014-07-19 13:55:08 -06:00 |
|
Gregory Nutt
|
bad3ad58cb
|
SAMA5: Add slow clock support
|
2014-07-19 13:07:55 -06:00 |
|
Gregory Nutt
|
6d9f9e37bf
|
SAMA5D4-EK: Add WM8904 initialization logic
|
2014-07-19 11:58:53 -06:00 |
|
Gregory Nutt
|
916729578e
|
WM8904: A few initial definitions for for the SAMA5D4-EK
|
2014-07-17 17:57:57 -06:00 |
|
Gregory Nutt
|
03517717a0
|
SAMA5D4-EK: Valid MXT interrupts should only occur on the falling edge of the ~CHG signal
|
2014-07-12 14:03:08 -06:00 |
|
Gregory Nutt
|
74cf0a90b0
|
SAMA5D44-EK: Cosmetic changes
|
2014-07-09 07:18:43 -06:00 |
|
Gregory Nutt
|
695d1d933c
|
Some cosmetic typo fixes
|
2014-07-09 07:12:16 -06:00 |
|
Gregory Nutt
|
befcb1c961
|
Fix some cloned errors in SAM GPIO interrupt setup
|
2014-07-07 15:54:37 -06:00 |
|
Gregory Nutt
|
ab8506163a
|
maXTouch: Fix some issues with interrupt handling
|
2014-07-07 13:25:20 -06:00 |
|
Gregory Nutt
|
b4d3cebc2f
|
maXTouch: Fix I2C address, errors when debug enable, reorganize some data
|
2014-07-06 08:03:34 -06:00 |
|
Gregory Nutt
|
560409c912
|
MXT interface does not need an IRQ number; SAMA5D4-EK setup omitted I2C frequency
|
2014-07-05 17:47:17 -06:00 |
|
Gregory Nutt
|
6f4a218c84
|
Clean-up some comments
|
2014-07-05 17:15:38 -06:00 |
|
Gregory Nutt
|
816e48bf39
|
SAMA5D4-EK: Add board support for the maXTouch
|
2014-07-05 17:12:14 -06:00 |
|
Gregory Nutt
|
d5d12d6e55
|
SAMA5D4-EK: Add support for USB host
|
2014-07-03 11:22:15 -06:00 |
|
Gregory Nutt
|
67d77ba776
|
SAMA5 HSMCI: Dump GPIO configuration if DEBUG enabled
|
2014-06-29 17:47:25 -06:00 |
|
Gregory Nutt
|
9767eccb71
|
SAMA5D4-EK: Fix HSMCI card-detect pin selections
|
2014-06-29 11:26:41 -06:00 |
|
Gregory Nutt
|
2dad150289
|
Minor update to AT25BOOT; Updated README file
|
2014-06-28 12:38:41 -06:00 |
|
Gregory Nutt
|
2fb61ad15d
|
SAMA5D4-EK: Fix some AT25BOOT bugs
|
2014-06-28 11:15:02 -06:00 |
|
Gregory Nutt
|
668f50e116
|
SAMA5D4-EK: Updates to get the at25boot configuration building correctly
|
2014-06-28 09:39:50 -06:00 |
|
Gregory Nutt
|
cd7b1e00f3
|
SAMA5D4-EK: Add a configuration to load a boot program into AT25 FLASH
|
2014-06-28 08:40:11 -06:00 |
|
Gregory Nutt
|
c509cd55b2
|
SAMA5D4: Bootloader needs to flush D-Cache to memory before disabling the caches
|
2014-06-27 14:09:02 -06:00 |
|
Gregory Nutt
|
c8fd7b4670
|
Cosmetic update to comments
|
2014-06-27 11:55:33 -06:00 |
|
Gregory Nutt
|
3fb8023bdf
|
SAMA5D4-EK: Add bootloader that runs from ISRAM and loads an Intel HEX file into DRAM
|
2014-06-26 16:42:06 -06:00 |
|
Gregory Nutt
|
a55457b175
|
SAMA5D4-EK: Make sure that the H32MX divider is set; correct sense of bit driver red LED
|
2014-06-20 10:33:33 -06:00 |
|
Gregory Nutt
|
37d06c7444
|
SAMA5D4: Implement SDRAM initialization
|
2014-06-14 10:42:26 -06:00 |
|
Gregory Nutt
|
d55865b97a
|
SAMA5D4: Add support for HSMCI1 power control pin
|
2014-06-11 14:55:51 -06:00 |
|
Gregory Nutt
|
2cf637692a
|
SAMA5D4-EK: Update pins used by HSMCI
|
2014-06-11 14:45:01 -06:00 |
|
Gregory Nutt
|
e0a07125c8
|
SAMA5D3/4: More renaming. Change SAMA5D3 EMAC to EMACA and SAMA5D4 to EMACB so that the configuration and build system can configure them. I might come up with something better later
|
2014-06-10 17:40:25 -06:00 |
|