summaryrefslogtreecommitdiffstats
path: root/src/cpu/samsung/exynos5420
Commit message (Expand)AuthorAgeFilesLines
* i2c: Change the type of the data parameter to uint8_t.Gabe Black2013-07-101-6/+7
* armv7/exynos5420: Remove the extra reopen when reading SPI.Hung-Te Lin2013-07-101-3/+0
* armv7/exynos5420: Apply new implementation for SPI transmission.Hung-Te Lin2013-07-101-59/+56
* armv7/exynos5420: Add output ability and half-duplex mode in SPI driver.Hung-Te Lin2013-07-101-0/+115
* armv7/exynos5420: Revise SPI open/close/reset procedure.Hung-Te Lin2013-07-101-37/+39
* armv7/exynos5420: Provide configuration for SPI0~SPI2.Hung-Te Lin2013-07-101-4/+29
* armv7/exynos5420: Change SPI module to standard <spi-generic> interface.Hung-Te Lin2013-07-102-18/+76
* armv7/exynos5420: Clean up unused header and constants in spi.cHung-Te Lin2013-07-101-3/+1
* armv7/exynos5420: Revise SPI device list in cpu.hHung-Te Lin2013-07-101-3/+5
* arm/exynos: Correct SPI session commands.Hung-Te Lin2013-07-101-6/+7
* exynos5420: i2c: Fix error handling.Gabe Black2013-07-101-19/+36
* exynos5420: Clock the mmc blocks off of the mpll.Gabe Black2013-07-101-2/+2
* exynos5420: use speed parameter in i2c_init() for HSI2CDavid Hendricks2013-07-101-16/+9
* exynos5420: Change some clock settings.Gabe Black2013-07-101-7/+8
* exynos5420: Fix the way the rate of the input clock for i2c buses is found.Gabe Black2013-07-101-3/+2
* Exynos5420: Initialize USB PHYStefan Reinauer2013-07-105-3/+184
* Exynos: Only compile UART in if serial console is selectedStefan Reinauer2013-07-101-0/+4
* Exynos5420: add code to make sure resume will work on DRAM.Ronald G. Minnich2013-07-101-0/+18
* Simplify early / bootblock console codeStefan Reinauer2013-07-101-1/+1
* exynos5420: Switch to fixed size types in dmc.h.Gabe Black2013-07-101-183/+183
* exynos5420: Revamp the high speed I2C driver.Gabe Black2013-07-101-152/+91
* Samsung CPUs: Unify KconfigStefan Reinauer2013-07-101-9/+11
* exynos5420: update I2C code, add HSI2C/USI supportDavid Hendricks2013-07-102-153/+542
* ARM: when setting a GPIO to put, set the value, then the directionRonald G. Minnich2013-07-101-2/+2
* exynox5420: Remove the 5250 clock registers and fix the SPI frequency.Gabe Black2013-07-103-414/+49
* PIT: memory setupRonald G. Minnich2013-07-107-274/+640
* exynos5420: add I2C8-10 to clock_get_periph_rate()David Hendricks2013-07-102-10/+9
* exynos5420: Implement support for the pinmux as functions.Gabe Black2013-07-105-298/+201
* ARM: Separate the early console (romstage) from the bootblock console.Gabe Black2013-07-101-6/+6
* exynos5420: Clear the framebuffer before making it uncacheableStefan Reinauer2013-07-101-1/+2
* exynos5420: Don't disable and re-enable the MMU when uncaching the framebufferStefan Reinauer2013-07-101-4/+0
* exynos5420: Simplify the graphics code by eliminating the unused color mapStefan Reinauer2013-07-103-49/+17
* exynos5420: Fix some problems with the clock management code.Gabe Black2013-07-102-40/+36
* armv7: Reserve space BL1 and checksum header by specifying bootblock offset.Hung-Te Lin2013-07-101-16/+24
* exynos5420: Replace the 5250 clock logic with 5420.Gabe Black2013-07-104-1087/+1208
* exynos5420: Make the ps_hold_setup function public.Gabe Black2013-07-101-1/+2
* Exynos5420: Clean up console codeStefan Reinauer2013-07-101-3/+0
* exynos5420: Replace the 5250 GPIO code with code that should work on 5420.Gabe Black2013-07-102-227/+213
* pit: Fix some settings for the exynos5420 CPU.Gabe Black2013-07-101-14/+8
* pit: Create an exynos5420 directory which is nearly a copy of exynos5250.Gabe Black2013-07-1045-0/+9732
OpenPOWER on IntegriCloud