Age | Commit message (Expand) | Author |
2013-12-21 | Exynos 5420: Enable dynamic CBMEM | Stefan Reinauer |
2013-12-21 | Exynos 5250: Enable dynamic CBMEM | Stefan Reinauer |
2013-12-21 | exynos5420: Fix some clock settings | Gabe Black |
2013-12-21 | exynos5420: Fix the clock divisor mask | Gabe Black |
2013-12-21 | exynos5420: Get rid of the PWM code like on the 5250 | Gabe Black |
2013-12-21 | exynos5250: Get rid of the PWM timer code we shouldn't be using anymore | Gabe Black |
2013-12-21 | exynos5420: Apply pwm const fix to the 5420 as well | Gabe Black |
2013-12-21 | exynos5250: Fix consts in the pwm code | Gabe Black |
2013-12-20 | armv7: Remove SYS_TEXT_BASE config. | Hung-Te Lin |
2013-12-12 | EXYNOS5250: be less chatty at critical moments | Ronald G. Minnich |
2013-12-12 | exynos5250: Correct DDR3 Phy-reset value names. | Hung-Te Lin |
2013-12-12 | exynos5420: Setup clocks for MMC bus controller. | Hung-Te Lin |
2013-09-28 | exynos5420: Fix build warning | Allen Martin |
2013-07-11 | cpu: Fix spelling | Martin Roth |
2013-07-10 | i2c: Change the type of the data parameter to uint8_t. | Gabe Black |
2013-07-10 | armv7/exynos5420: Remove the extra reopen when reading SPI. | Hung-Te Lin |
2013-07-10 | armv7/exynos5420: Apply new implementation for SPI transmission. | Hung-Te Lin |
2013-07-10 | armv7/exynos5420: Add output ability and half-duplex mode in SPI driver. | Hung-Te Lin |
2013-07-10 | armv7/exynos5420: Revise SPI open/close/reset procedure. | Hung-Te Lin |
2013-07-10 | armv7/exynos5420: Provide configuration for SPI0~SPI2. | Hung-Te Lin |
2013-07-10 | armv7/exynos5420: Change SPI module to standard <spi-generic> interface. | Hung-Te Lin |
2013-07-10 | armv7/exynos5420: Clean up unused header and constants in spi.c | Hung-Te Lin |
2013-07-10 | armv7/exynos5420: Revise SPI device list in cpu.h | Hung-Te Lin |
2013-07-10 | arm/exynos: Correct SPI session commands. | Hung-Te Lin |
2013-07-10 | exynos5420: i2c: Fix error handling. | Gabe Black |
2013-07-10 | exynos5420: Clock the mmc blocks off of the mpll. | Gabe Black |
2013-07-10 | exynos5420: use speed parameter in i2c_init() for HSI2C | David Hendricks |
2013-07-10 | exynos5420: Change some clock settings. | Gabe Black |
2013-07-10 | exynos5420: Fix the way the rate of the input clock for i2c buses is found. | Gabe Black |
2013-07-10 | snow: Add flush to UART driver. | Hung-Te Lin |
2013-07-10 | Exynos5420: Initialize USB PHY | Stefan Reinauer |
2013-07-10 | Exynos5250: Initialize USB PHY | Stefan Reinauer |
2013-07-10 | Exynos: Only compile UART in if serial console is selected | Stefan Reinauer |
2013-07-10 | Exynos5420: add code to make sure resume will work on DRAM. | Ronald G. Minnich |
2013-07-10 | Simplify early / bootblock console code | Stefan Reinauer |
2013-07-10 | exynos5420: Switch to fixed size types in dmc.h. | Gabe Black |
2013-07-10 | exynos5420: Revamp the high speed I2C driver. | Gabe Black |
2013-07-10 | Samsung CPUs: Unify Kconfig | Stefan Reinauer |
2013-07-10 | exynos5420: update I2C code, add HSI2C/USI support | David Hendricks |
2013-07-10 | ARM: when setting a GPIO to put, set the value, then the direction | Ronald G. Minnich |
2013-07-10 | exynox5420: Remove the 5250 clock registers and fix the SPI frequency. | Gabe Black |
2013-07-10 | PIT: memory setup | Ronald G. Minnich |
2013-07-10 | exynos5420: add I2C8-10 to clock_get_periph_rate() | David Hendricks |
2013-07-10 | exynos5420: Implement support for the pinmux as functions. | Gabe Black |
2013-07-10 | exynos5250: De-switch-ify the pinmux configuration code. | Gabe Black |
2013-07-10 | ARM: Separate the early console (romstage) from the bootblock console. | Gabe Black |
2013-07-10 | exynos5420: Clear the framebuffer before making it uncacheable | Stefan Reinauer |
2013-07-10 | exynos5420: Don't disable and re-enable the MMU when uncaching the framebuffer | Stefan Reinauer |
2013-07-10 | exynos5420: Simplify the graphics code by eliminating the unused color map | Stefan Reinauer |
2013-07-10 | exynos5420: Fix some problems with the clock management code. | Gabe Black |
2013-07-10 | armv7: Reserve space BL1 and checksum header by specifying bootblock offset. | Hung-Te Lin |
2013-07-10 | exynos5420: Replace the 5250 clock logic with 5420. | Gabe Black |
2013-07-10 | exynos5420: Make the ps_hold_setup function public. | Gabe Black |
2013-07-10 | Exynos5420: Clean up console code | Stefan Reinauer |
2013-07-10 | exynos5250: Clear the framebuffer before making it uncacheable. | Gabe Black |
2013-07-10 | exynos5250: Don't disable and re-enable the MMU when uncaching the framebuffer. | Gabe Black |
2013-07-10 | exynos5250: Simplify the graphics code by eliminating the unused color map. | Gabe Black |
2013-07-10 | exynos5250: When enabling the I2S pins, turn off pull ups/downs. | Gabe Black |
2013-07-10 | exynos5420: Replace the 5250 GPIO code with code that should work on 5420. | Gabe Black |
2013-07-10 | ARMv7: Clean up console code | Stefan Reinauer |
2013-07-10 | pit: Fix some settings for the exynos5420 CPU. | Gabe Black |
2013-07-10 | pit: Create an exynos5420 directory which is nearly a copy of exynos5250. | Gabe Black |
2013-07-10 | ARMv7: De-uboot-ify Exynos5250 GPIO code | Stefan Reinauer |
2013-07-10 | ARMv7: De-uboot-ify Exynos5250 code | Stefan Reinauer |
2013-07-10 | Update 3rdparty hash for latest ARM BL1 binaries | Stefan Reinauer |
2013-07-10 | samsung/exynos5250: unify code | Stefan Reinauer |
2013-07-10 | Wield battle axe at ARM port | Stefan Reinauer |
2013-05-14 | EXYNOS5250/SNOW: fix the build script. Add a script to get the bl1. | Ronald G. Minnich |
2013-05-07 | exynos5: select HAVE_MONOTONIC_TIMER | David Hendricks |
2013-05-06 | exynos5250/snow: deprecate time.h | David Hendricks |
2013-05-05 | exynos5/5250: Update timer call sites to use monotonic timer API | David Hendricks |
2013-05-04 | Revert "exynos5250/snow: deprecate time.h" | David Hendricks |
2013-05-03 | exynos5250/snow: deprecate time.h | David Hendricks |
2013-05-03 | exynos5250: monotonic timer implementation (using MCT) | David Hendricks |
2013-04-26 | exynos5250: uncomment $(INTERMEDIATE) | David Hendricks |
2013-04-25 | google/snow: Add "wakeup" module for suspend/resume. | Hung-Te Lin |
2013-04-25 | arm/exynos: Allow DRAM controller to be initialized without clearing RAM cont... | Hung-Te Lin |
2013-04-23 | GOOGLE/SNOW: get graphics working | Ronald G. Minnich |
2013-04-23 | exynos5250: ungate the product ID register | David Hendricks |
2013-04-22 | GOOGLE/SNOW: fix stupid paren error | Ronald G. Minnich |
2013-04-19 | exynos5: eliminate lcd_base variable | David Hendricks |
2013-04-19 | exynos5250: get xres and yres out of the device tree and into the panel descr... | Ronald G. Minnich |
2013-04-19 | [2/3] exynos5: modify thermal management unit code for coreboot | David Hendricks |
2013-04-19 | [1/3] exynos5: import thermal management unit code | David Hendricks |
2013-04-19 | exynos5: move power_enable_hw_thermal_trip() prototype | David Hendricks |
2013-04-17 | armv7/exynos5250: Deprecate sdelay in favor of udelay | David Hendricks |
2013-04-17 | Samsung/exynos5250: convert unsigned {int,char} to u32/u8 | Ronald G. Minnich |
2013-04-13 | exynos5/snow: remove wait_ms arg from dp_controller_init() | David Hendricks |
2013-04-13 | Exynos5250: add a microsecond timer | Ronald G. Minnich |
2013-04-11 | Exynos5250: Use new chip settings for the cpu | Ronald G. Minnich |
2013-04-10 | GOOGLE/SNOW: add edp support to ramstage | Ronald G. Minnich |
2013-04-10 | exynos5-common: Enable fimd_bypass and minor cleanup | Ronald G. Minnich |
2013-04-10 | armv7: replace read/write macros with inlines | David Hendricks |
2013-04-10 | exynos5: Re-factor I2C code | David Hendricks |
2013-04-09 | replace device/i2c.h with simpler version | David Hendricks |
2013-04-08 | exynos5250: add missing address-of operator in UART driver | David Hendricks |
2013-04-08 | snow/exynos5250: move board-specific power stuff to mainboard dir | David Hendricks |
2013-04-06 | exynos5250: add a chip.h file for the display register settings | Ronald G. Minnich |
2013-04-05 | exynos5-common: get rid of displayport trial code | Ronald G. Minnich |
2013-03-29 | exynos5250: Add function for configuring L2 cache | David Hendricks |