summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* usb: ehci: pass full speed devices to companion controllerPeter Mamonov2017-01-301-6/+21
* mtd: spi-nor: add support for s25fl208kPeter Mamonov2017-01-301-0/+1
* bootm: fix magicvar name for global_bootm_verboseEnrico Jorns2017-01-161-1/+1
* of_path: only handle no driver for device if it is on a busIan Abbott2017-01-131-1/+1
* bootchooser: fix help messageJan Luebbe2017-01-131-2/+2
* Merge branch 'for-next/vybrid'Sascha Hauer2017-01-1238-126/+1485
|\
| * gpio: Add GPIO driver for VybridAndrey Smirnov2017-01-113-0/+170
| * i.MX: fec: Add support for Vybrid variantAndrey Smirnov2017-01-111-0/+3
| * i.MX: fec: Enable all clocks specified for FECAndrey Smirnov2017-01-112-11/+70
| * i.MX: ocotp: Add Vybrid supportAndrey Smirnov2017-01-111-0/+16
| * i.MX: ocotp: Account for shadow memory gapsAndrey Smirnov2017-01-111-3/+31
| * i.MX: ocotp: Remove unused #defineAndrey Smirnov2017-01-111-1/+0
| * i.MX: Kconfig: Enable OCOTP on VybridAndrey Smirnov2017-01-111-1/+1
| * i.MX: esdhc: Request "per" clock explicitlyAndrey Smirnov2017-01-111-1/+1
| * i.MX: esdhc: Do not rely on CPU type for quirksAndrey Smirnov2017-01-111-21/+100
| * i.MX: i2c: Add Vybrid supportAndrey Smirnov2017-01-111-28/+122
| * i.MX: i2c: Use read/write adapter functionsAndrey Smirnov2017-01-111-42/+46
| * i.MX: Add 'lpuart' serial driverAndrey Smirnov2017-01-113-0/+223
| * vf610: Give enet_osc explicit "enet_ext" nameAndrey Smirnov2017-01-111-0/+4
| * i.MX: Add VF610 clock tree initialization codeAndrey Smirnov2017-01-112-0/+447
| * i.MX: clk: Port imx_clk_mux_flags from LinuxAndrey Smirnov2017-01-111-0/+8
| * i.MX: clk: Port imx_check_clocks()Andrey Smirnov2017-01-113-1/+26
| * i.MX: clk: Add IMX_PLLV3_USB_VF610 supportAndrey Smirnov2017-01-112-3/+7
| * i.MX: clk: Port imx_clk_gate2_cgr()Andrey Smirnov2017-01-112-7/+16
| * i.MX: Move clk code from 'mach-imx' to 'drivers'Andrey Smirnov2017-01-1119-12/+31
| * clk: Port of_clk_set_defaults()Andrey Smirnov2017-01-114-1/+168
* | Merge branch 'for-next/truncate'Sascha Hauer2017-01-116-11/+40
|\ \
| * | ubi: barebox: Remove character device flag from static volumesTeresa Remmet2017-01-111-3/+0
| * | commands: ubi: ubiupdatevol: Open device with O_TRUNCTeresa Remmet2017-01-111-1/+1
| * | fs: Remove O_TRUNC check for devices when open filesTeresa Remmet2017-01-111-1/+1
| * | ubi: Add truncate callbackTeresa Remmet2017-01-111-0/+16
| * | devfs: Add optional truncate callback for device filesTeresa Remmet2017-01-112-0/+6
| * | libfile: copy_file: Only open regular files with O_TRUNCTeresa Remmet2017-01-111-6/+16
| |/
* | Merge branch 'for-next/mvebu'Sascha Hauer2017-01-115-45/+102
|\ \
| * | ARM: mvebu: enable MMU in defconfigUwe Kleine-König2017-01-101-0/+1
| * | spi: mvebu: improve error reportingUwe Kleine-König2017-01-101-3/+11
| * | spi: mvebu: add LSB supportUwe Kleine-König2017-01-101-4/+24
| * | spi: mvebu: use wait_on_timeout instead of a loop with udelay.Uwe Kleine-König2017-01-101-7/+5
| * | spi: mvebu: only read from bus when data is neededUwe Kleine-König2017-01-101-5/+5
| * | spi: mvebu: various non-critical improvements to armada_370_xp_spi_set_baudrateUwe Kleine-König2017-01-101-4/+3
| * | spi: mvebu: make sure the value calculated for PSCL is also usedUwe Kleine-König2017-01-101-5/+5
| * | spi: mvebu: fix register macros for Armada 370/XP clock dividerUwe Kleine-König2017-01-101-2/+2
| * | x86: update boot message "UBOOT2" to "BAREBOX"Ulrich Ölmann2017-01-101-1/+1
| * | MIPS: qemu-malta_defconfig: set MAX_IMAGE_SIZE = 4 MiBAntony Pavlov2017-01-101-0/+1
| * | spi: mvebu: fix error handling for transfer problemsUwe Kleine-König2017-01-101-4/+4
| * | scripts/kwbimage: allow to overwrite binaryUwe Kleine-König2017-01-101-5/+35
| * | scripts/kwbimage: use ALIGN_SUP instead of open-coding itUwe Kleine-König2017-01-101-1/+1
| * | scripts/kwbimage: fix typoUwe Kleine-König2017-01-101-1/+1
| * | scripts/kwbimage: fix handling of binary headerUwe Kleine-König2017-01-101-6/+6
* | | Merge branch 'for-next/misc'Sascha Hauer2017-01-1141-150/+443
|\ \ \