summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release v2016.03.0v2016.03.0Sascha Hauer2016-03-101-1/+1
* USB: imx-usb-phy: Fix uninitialized use of variableSascha Hauer2016-03-101-0/+1
* arm/cpu/lowlevel: fix: possible processor mode changeAlexander Kurz2016-03-041-1/+3
* ratp: use proper defines for BAREBOX_CMDLucas Stach2016-03-041-1/+1
* bbu: use correct printf format specifier for size_tLucas Stach2016-03-041-1/+1
* fs: efi: avoid comparison with uninitialized variableLucas Stach2016-03-041-1/+1
* net: efi: correct function signature of set_ethaddrLucas Stach2016-03-041-1/+1
* efi: fix memory leak in error pathLucas Stach2016-03-041-1/+3
* ARM: i.MX53-qsb: Fix gpio button polaritySascha Hauer2016-03-011-0/+18
* arm: bootm: be more clever about kernel spacingLucas Stach2016-03-011-0/+8
* arm: bootm: unify kernel load address calculationLucas Stach2016-03-011-37/+37
* input: usb keyboard: fix CTRL+ combinationsPeter Mamonov2016-02-261-1/+5
* bootm: Fix booting uImagesSascha Hauer2016-02-251-6/+12
* input: usb keyboard: fix BACKSPACEPeter Mamonov2016-02-231-2/+2
* regulator: fixed: Init gpio properlySascha Hauer2016-02-231-0/+1
* bootm: Free allocated fdt buffer in error pathHarald Welte2016-02-181-0/+1
* Documentation: usb: fix otg mode parameter descriptionPhilipp Zabel2016-02-171-1/+1
* ARM: imx6: physom: fix phyflex workaround on Dual and SoloStefan Christ2016-02-171-2/+2
* ARM: imx: clocksource: add new DT compatibleStefan Christ2016-02-171-0/+3
* ARM: i.MX6: add function cpu_is_mx6s()Stefan Christ2016-02-171-0/+1
* bootm: parse initrd and oftree into correct struct membersLucas Stach2016-02-151-2/+2
* bootm: restore load DT message for plain oftree filesLucas Stach2016-02-151-0/+1
* regmap: Add missing prototype for regmap_exit()Sascha Hauer2016-02-121-0/+1
* commands: of_dump: Add description for -n optionSascha Hauer2016-02-121-1/+2
* scripts: make __init__.py nonemptySascha Hauer2016-02-123-0/+3
* blspec: ignore lines beginning with '#'Sascha Hauer2016-02-111-0/+3
* blspec: Do not crash on config files without newline on last lineSascha Hauer2016-02-111-1/+1
* ratp-console: select CRC16 and POLLER, depend on CONSOLE_FULLLucas Stach2016-02-111-0/+3
* ramoops: allow to build without OFTREE supportLucas Stach2016-02-111-1/+2
* bootm: Fix resource_size_t format specifierSascha Hauer2016-02-111-2/+2
* driver: Fix unregister device after device probe failureSascha Hauer2016-02-081-0/+4
* drivers: video: drop unused of_get_display_timing()Antony Pavlov2016-02-081-25/+0
* drivers: video: fb: make locally used fb_set_shadowfb() staticAntony Pavlov2016-02-081-1/+1
* Merge branch 'for-next/regmap'Sascha Hauer2016-02-089-252/+666
|\
| * ARM: i.MX: ocotp: Switch to regmap supportSascha Hauer2016-02-051-89/+56
| * ARM: i.MX: ocotp: Fix error bit handlingSascha Hauer2016-02-051-13/+10
| * ARM: i.MX: ocotp: make priv the first argument of functionsSascha Hauer2016-02-051-16/+16
| * ARM: i.MX: ocotp: Explicitly access control registerSascha Hauer2016-02-051-7/+8
| * ARM: i.MX: ocotp: Fix fusebox sizeSascha Hauer2016-02-051-1/+23
| * ARM: i.MX: iim: Switch to regmap supportSascha Hauer2016-02-051-59/+62
| * mfd: mc13xxx: Switch to regmap supportSascha Hauer2016-02-051-71/+56
| * Add initial regmap supportSascha Hauer2016-02-055-0/+436
| * bitops: Fix shift overflow in GENMASK macrosSteffen Trumtrar2016-02-031-2/+5
* | Merge branch 'for-next/ratp'Sascha Hauer2016-02-0839-3/+8468
|\ \
| * | barebox remote control: DocumentationSascha Hauer2016-01-181-0/+134
| * | defaultenv2: Add automount for RATPFSSascha Hauer2016-01-181-0/+6
| * | host side for barebox remote controlJan Luebbe2016-01-189-0/+1535
| * | pyserial: decrease timeoutsSascha Hauer2016-01-181-4/+4
| * | include pyserial trunkJan Luebbe2016-01-1814-0/+3874
| * | fs: Add RATP fs supportJan Luebbe2016-01-183-1/+485