summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * file_list: Add error messagesSascha Hauer2017-09-271-4/+9
| * file_list: Add GPL header to fileSascha Hauer2017-09-271-0/+11
| * file_list: Fix memory leak in failure pathSascha Hauer2017-09-271-1/+1
| * file_list: Allow only unique names on listSascha Hauer2017-09-271-1/+7
| * file_list: Add function to get entry by its nameSascha Hauer2017-09-272-0/+14
| * file_list: Add function to add an entry to the listSascha Hauer2017-09-272-9/+22
| * usbgadget: unregister when usb_composite_probe() failsSascha Hauer2017-09-271-1/+9
| * usbgadget: only set to peripheral mode when error checking is doneSascha Hauer2017-09-271-2/+2
| * usbgadget: do not register when no functions presentSascha Hauer2017-09-271-0/+4
| * usbgadget: autostart: Handle errors in file list gracefullySascha Hauer2017-09-271-1/+9
* | Merge branch 'for-next/misc'Sascha Hauer2017-10-1935-69/+147
|\ \
| * | regmap: port regmap_update_bits from linuxSteffen Trumtrar2017-10-162-1/+31
| * | elf.h: Use EI_NIDENT instead of numeric valueAntony Pavlov2017-10-161-1/+1
| * | Marvell: implement marvell_of_reg_initClément Leger2017-10-161-4/+69
| * | mtd: m25p80: make it possible to use 4K erase blockAntony Pavlov2017-10-161-0/+13
| * | UBI: attach: add missing newline at end of pr_err()Marc Kleine-Budde2017-10-161-1/+1
| * | mmc: allow skipping SD card initializationPhilipp Zabel2017-09-262-4/+9
| * | remove checks for xzalloc() returning NULLUwe Kleine-König2017-09-2622-49/+0
| * | pinctrl: mxs: fix error message to mention right property nameUwe Kleine-König2017-09-261-1/+1
| * | imx-bbu-nand-fcb: read_firmware_all(): Spell "Secondary firmware" with a capi...Marc Kleine-Budde2017-09-261-1/+1
| * | console_countdown: ignore errors in getchar()Aleksander Morgado2017-09-261-6/+8
| * | gpiolib: check validity for gpio_info in *_active()Uwe Kleine-König2017-09-261-0/+12
| * | lib,ratp: avoid too verbose info messagesAleksander Morgado2017-09-201-1/+1
| |/
* | Merge branch 'for-next/mips'Sascha Hauer2017-10-1914-21/+1214
|\ \
| * | MIPS: dts: ar9344: add pll nodeOleksij Rempel2017-10-061-0/+11
| * | clk: add ar9344 clock driverOleksij Rempel2017-10-062-1/+150
| * | net: ag71xx: define parent devicesOleksij Rempel2017-10-061-0/+2
| * | net: ag71xx: disable eth interface on barebox shutdownOleksij Rempel2017-09-201-0/+9
| * | MIPS: dts: ar9344: add APB busOleksij Rempel2017-09-201-17/+25
| * | MIPS: tplink-wdr4300_defconfig: add network supportOleksij Rempel2017-09-201-3/+7
| * | MIPS: dts: tl_wdr4300: rename it to tl_wdr4300 v1.7Oleksij Rempel2017-09-202-3/+3
| * | net: phy: add ar8327 driverOleksij Rempel2017-09-203-0/+286
| * | MIPS: dts: tl_wdr4300: remove RO flag from barebox partitionOleksij Rempel2017-09-181-1/+0
| * | MIPS: dts: tl_wdr4300: add alias for spiflashOleksij Rempel2017-09-181-0/+1
| * | MIPS: dts: tl_wdr4300: enable mac0Oleksij Rempel2017-09-181-0/+4
| * | MIPS: dts: ar9344: add mac0 nodeOleksij Rempel2017-09-181-0/+10
| * | add ar9331.dtsi and enable mac0Oleksij Rempel2017-09-182-0/+17
| * | net: ath79: add ag71xx Ethernet driverYegor Yefremov2017-09-184-0/+693
* | | Merge branch 'for-next/imx'Sascha Hauer2017-10-1924-30/+284
|\ \ \
| * | | ARM: Add i.MX6ull evk supportSascha Hauer2017-10-1710-0/+242
| * | | ARM: i.MX6ul: Add SoC specific lowlevel_init functionSascha Hauer2017-10-176-2/+18
| * | | ARM: rename flush_icache to icache_invalidateSascha Hauer2017-09-275-5/+5
| * | | ARM: cache-armv7: Use designated instructions for isb/dsb/dmbSascha Hauer2017-09-271-11/+11
| * | | scripts: imx imx-usb-loader: Fix last transfer error messageSascha Hauer2017-09-261-1/+1
| * | | scripts: imx imx-usb-loader: Add support for i.MX6ullSascha Hauer2017-09-261-0/+7
| * | | ARM: i.MX53 QSB: drop phy reset handling in board fileUwe Kleine-König2017-09-261-11/+0
| | |/ | |/|
* | | Merge branch 'for-next/graphics'Sascha Hauer2017-10-192-5/+121
|\ \ \
| * | | fbtest: add gradients patternNikita Yushchenko2017-10-161-2/+108
| * | | fbtest: add solid patternNikita Yushchenko2017-10-161-2/+12
| * | | 2d-primitives: fix missing pixel in gu_draw_line()Nikita Yushchenko2017-10-161-2/+2