summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* MLK-12883 usb: limit USB_MAX_XFER_BLK to 256rel_imx_4.1.15_1.2.0_gaimx_v2015.04_4.1.15_1.0.0_gaPeng Fan2016-06-06-1/+3
* MLK-12884 mx7dsabresd: Fix LCD_PWR_EN output settingYe Li2016-06-06-1/+1
* MLK-12865 Nand: Fix BCH debug1 register access issueYe Li2016-05-31-1/+1
* imx: iomux-v3: fix UART input selectsStefan Agner2016-05-24-4/+4
* MLK-12693-2 nand: mxs: correct bitflip for erased NAND pagePeng Fan2016-05-24-2/+24
* MLK-12693-1 nand: mxs: fix the bitflips for erased page when uncorrectable errorPeng Fan2016-05-24-0/+44
* imx: imx7d: fix ahb clock mux 1Stefan Agner2016-05-24-1/+1
* MLK-12603: mtd: gpmi: may use legacy bch geometry in u-bootHan Xu2016-05-23-1/+7
* MLK-12371-2: imx: mx7dsabresd: fix POR reset failed after DDR enter retentionRobin Gong2016-05-23-0/+12
* MLK-12371-1: imx: mx7d_12x12_lpddr3_arm2: fix POR reset failed after DDR ente...Robin Gong2016-05-23-2/+17
* MLK-12393: imx: mx6qamr2: update lpddr2 dcd programming aid settingsAdrian Alonso2016-05-23-5/+5
* MLK-12800 imx: mx7dsabresd: support revCPeng Fan2016-05-16-5/+14
* MLK-12791 mx6qpsabresd: Change ENET TXCLK clock from PLLYe Li2016-05-16-0/+10
* MLK-12748-3 imx: adjust imx7d lpddr3 lpsr exit flowAnson Huang2016-05-09-1/+13
* MLK-12748-2 imx: remove IOMUXC GPR setting for i.mx7d retention modeAnson Huang2016-05-09-3/+3
* MLK-12748-1 imx: adjust i.mx7d standby voltage settingAnson Huang2016-05-09-16/+16
* MLK-12723 imx: Change the env offset on NAND to 60MYe Li2016-05-06-14/+14
* MLK-12705-2 imx7d: add build target for TO1.1Anson Huang2016-04-29-6/+6
* MLK-12705-1 ARM: imx: add support for i.MX7D TO1.2Anson Huang2016-04-29-59/+59
* MLK-12576 imx: imx6ul: disable POR_B internal pull uprel_imx_4.1.15_1.1.1_patchrel_imx_4.1.15_1.1.0_gaAnson Huang2016-03-24-0/+9
* MLK-12563: imx: mx6ul evk: fix LCD_nPWREN settingPeng Fan2016-03-15-1/+1
* MLK-12551: imx6ul evk: fix 74LV OE usagePeng Fan2016-03-15-8/+2
* MLK-12492-2 ecspi: Add ecspi fuse module check only for MX6rel_imx_4.1.15_1.0.0_gaYe Li2016-03-04-0/+2
* MLK-12492-1 mx6: fix type style problems introduced by patch MLK-12483Ye Li2016-03-04-105/+106
* MLK-12488 mx6sl/ul/sx: Fix incorrect clear mmdc_ch0 handshake maskYe Li2016-03-04-1/+4
* MLK-12483-5 mx6ul: Enable module fuse check EVK board and DDR3 ARM2 boardYe Li2016-03-04-2/+49
* MLK-12483-4 mx6: Modify drivers to disable fused modulesYe Li2016-03-04-8/+94
* MLK-12483-3 mx6: Add a module fuse checkingYe Li2016-03-04-0/+385
* MLK-12483-2 common: Fix uninitialized return value in image_fdtYe Li2016-03-04-1/+2
* MLK-12483-1 common: Fix fdt command systemsetup issueYe Li2016-03-04-1/+1
* MLK-12375 imx: mx6ul: fix PMIC_STBY_REQ settinng for TO1.1Peng Fan2016-03-04-6/+8
* MLK-12346 imx: mx7d: switch to use DRAM_PLL, but not DRAM_ALT_CLK_ROOTPeng Fan2016-03-04-24/+79
* MLK-12329-2 imx7d: Add build target for TO1.0Ye Li2016-03-04-0/+42
* MLK-12329-1 imx7d: Update DDR script for TO1.1Ye Li2016-03-04-24/+998
* MLK-12296 imx: mx7dsabresd: Change default env for M4 boot to TCMYe Li2016-03-04-13/+24
* MLK-12261 MX6DQ{P}/DL:SABRESD Fix bmode eMMC failureYe Li2016-03-04-1/+1
* MA-7455-2 Workaround to pass compile for picoHaoran Wang2016-03-04-0/+1
* MA-7455-1 Pico: modify Pico configuration for Brillo.Haoran Wang2016-03-04-2/+8
* MA-7455 Import picosom boot codesHaoran Wang2016-03-04-0/+1329
* MLK-12195 imx: mx6/7 define CONFIG_SYS_VSNPRINTFPeng Fan2016-03-04-2/+6
* MLK-12206 common: usb: fix check conditionPeng Fan2016-03-04-1/+1
* MLK-12201 common: env: fix out of bounds readPeng Fan2016-03-04-1/+1
* MLK-12200 common: cli_simple: use strlcpy instead of strcpyPeng Fan2016-03-04-1/+2
* MLK-12199 common:env fix unintialized scalar valuePeng Fan2016-03-04-1/+11
* MLK-12214 NAND:apbh_dma: Fix logically dead code issueYe.Li2016-03-04-3/+3
* MLK-12246: mtd: nand: fix the read from pointer after free issueHan Xu2016-03-04-2/+2
* MLK-12209 mmc: cast u8 to unsigned long long to avoid unexpected errorHaibo Chen2016-03-04-12/+12
* common: env: initialize scalar variablePeng Fan2016-03-04-0/+2
* common: nvedit: use snprintf instead of sprintfPeng Fan2016-03-04-1/+1
* common: cli: avoid memory leakPeng Fan2016-03-04-1/+1