aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-23sunxi: Specify USB vbus pins for orangepi boardsHans de Goede2-0/+4
2016-03-23sunxi: Add support for USB vbus pin for USB3Hans de Goede2-0/+7
2016-03-23sunxi: Enable realtek phy supportHans de Goede1-0/+1
2016-03-23sunxi: Enable composite video out on the CHIPAlex Kaplan1-0/+1
2016-03-23sunxi: Fix DCDC2 output in CHIP_defconfigBoris Brezillon1-1/+0
2016-03-23sunxi: Configure only LVDS pins instead of all LCD pins when LVDS interface s...Lawrence Yu1-0/+4
2016-03-23sunxi: Support SID e-fuses on A83T and H3Chen-Yu Tsai1-0/+7
2016-03-23sunxi: Add defconfig and dts for Orange Pi 2 SBCHans de Goede4-0/+206
2016-03-23sunxi: Add defconfig and dts for Dserve DSRV9703C tabletHans de Goede4-0/+306
2016-03-23sunxi: Add defconfig for yones toptech bs1078-v2 tabletPeter Korsgaard2-0/+29
2016-03-23sunxi: Add defconfig for Sinlinx SinA31sChen-Yu Tsai2-0/+27
2016-03-23sunxi: Add defconfig for icnova-a20-swacStefan Roese2-0/+26
2016-03-23sun7i: Add defconfig for the Itead IboxMarcus Cooper2-0/+21
2016-03-23sunxi: Add defconfig for Cubietruck PlusChen-Yu Tsai2-0/+23
2016-03-23sunxi: Add defconfig and dts for the Polaroid MID2809PXE4 tabletHans de Goede4-0/+270
2016-03-23sunxi: Add defconfig and dts for Difrence DIT4350 tabletHans de Goede4-0/+251
2016-03-23sunxi: Add defconfig and dts for colorfly e708 q1 tabletHans de Goede4-0/+235
2016-03-23sunxi: Fix clock_twi_onoff for sun9iHans de Goede1-2/+2
2016-03-23sunxi: Fix clock_twi_onoff for sun8i-a83Hans de Goede2-31/+35
2016-03-23sunxi: Fix clock_twi_onoff for sun6iHans de Goede1-3/+8
2016-03-23sunxi: Sync dts files with the upstream kernelHans de Goede67-497/+4351
2016-03-23include/dt-bindings: Sync some files with the kernelHans de Goede3-509/+859
2016-03-23sunxi: A23: Fix some revisions needing a different magic sram pokeHans de Goede1-3/+19
2016-03-22net: Move CONFIG_RTL8169 to KconfigBin Meng17-24/+13
2016-03-22net: Move CONFIG_RTL8139 to KconfigBin Meng10-9/+10
2016-03-22defconfig: Reorder boards' defconfig filesBin Meng48-103/+68
2016-03-22usb: Correct return value in usb_stor_info()Simon Glass1-1/+1
2016-03-22mkimage: Don't close the file if it wasn't openedSimon Glass1-2/+2
2016-03-22mkimage: Ensure file is closed in fdt_property_file()Simon Glass1-1/+2
2016-03-22mkimage: Fix missing free() and close() in fit_build()Simon Glass1-1/+4
2016-03-22mkimage: Fix missing free() in fit_extract_data()Simon Glass1-0/+2
2016-03-22mkimage: Fix error path in fit_extract_data()Simon Glass1-4/+7
2016-03-22mkimage: Add a missing free() to fit_import_data()Simon Glass1-0/+1
2016-03-22mkimage: Close the file when unable to get its sizeSimon Glass1-0/+1
2016-03-22part_efi: Drop NULL check in part_get_info_efi()Simon Glass1-1/+1
2016-03-22part_efi: Drop the NULL check on dev_desc in part_print_efi()Simon Glass1-4/+0
2016-03-22part_iso: Drop the customer unaligned access functionsSimon Glass1-23/+4
2016-03-22mkimage: Correct file being closed twice in fit_extract_data()Simon Glass1-2/+0
2016-03-22mkimage: Correct file being closed twice in fit_import_data()Simon Glass1-1/+1
2016-03-22mkimage: Fix munmap() call when importing dataSimon Glass1-1/+1
2016-03-22Fix spelling of "transferred".Vagrant Cascadian13-21/+21
2016-03-22Fix spelling of "supported/unsupported".Vagrant Cascadian2-2/+2
2016-03-22Fix spelling of "comment".Vagrant Cascadian1-1/+1
2016-03-22cmd: Fix license commandTom Rini5-8/+15
2016-03-22serial: pl01x: Add support for devices with the rate pre-configured.Eric Anholt3-3/+12
2016-03-22Drop various features when the command line is not availableSimon Glass1-0/+10
2016-03-22Allow command-line files to be droppedSimon Glass1-2/+2
2016-03-22Allow command code to compile to nothingSimon Glass1-4/+27
2016-03-22Panic when no command line processing can be performedSimon Glass1-0/+1
2016-03-22sandbox: Avoid calling commands when not availableSimon Glass1-1/+9