summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | | | Merge branch 'for-next/e1000'Sascha Hauer2017-10-193-28/+17
|\ \ \ \
| * | | | e1000: Don't poll for FLSWCTL.GLDONE before starting a flash transactionUwe Kleine-König2017-10-161-11/+2
| * | | | e1000: implement support for smaller flash chipsUwe Kleine-König2017-10-162-14/+3
| * | | | e1000: implement register mapping for E1000_FLSW{CTL, DATA, CNT}Uwe Kleine-König2017-10-162-3/+12
* | | | | Merge branch 'for-next/dts'Sascha Hauer2017-10-19995-4386/+30497
|\ \ \ \ \
| * | | | | dts: update to v4.14-rc4Sascha Hauer2017-10-1639-478/+816
| * | | | | dts: update to v4.14-rc3Sascha Hauer2017-10-062-13/+25
| * | | | | dts: update to v4.14-rc2Sascha Hauer2017-10-063-2/+8
| * | | | | dts: update to v4.14-rc1Sascha Hauer2017-10-06981-4030/+29785
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-next/arm'Sascha Hauer2017-10-1926-455/+474
|\ \ \ \ \
| * | | | | ARM: socfpga: dts: sockit: remove upstreamed nodesSteffen Trumtrar2017-10-171-108/+0
| * | | | | ARM: vexpress: add fixup handler for 'virtio, mmio' devicesMichael Olbrich2017-10-171-0/+29
| * | | | | of: base: add function to copy a device tree nodeMichael Olbrich2017-10-172-0/+18
| * | | | | vexpress: add bootstate node to the device treeMichael Olbrich2017-10-171-0/+63
| * | | | | vexpress: use device tree provided by QEMU if availableMichael Olbrich2017-10-171-2/+18
| * | | | | docs: add qemu vexpressLucas Stach2017-10-171-0/+20
| * | | | | ARM: vexpress: regenerate configLucas Stach2017-10-171-3/+13
| * | | | | ARM: vexpress: switch to DT probe and multi-image buildLucas Stach2017-10-1714-285/+92
| * | | | | mci: mmci: add DT supportLucas Stach2017-10-171-3/+36
| * | | | | clocksource: sp804: silently ignore secondary instacesLucas Stach2017-10-171-2/+2
| * | | | | clk: versatile: add basic clocksLucas Stach2017-10-175-0/+181
| * | | | | of: populate clock providers before other devicesLucas Stach2017-10-161-1/+1
| * | | | | ARM: vexpress: always build relocatable imageLucas Stach2017-10-163-53/+3
* | | | | | graphic_utils: Fix freeing uninitialzed pointer in fb_open()Sascha Hauer2017-10-191-3/+1
| |_|/ / / |/| | | |
* | | | | eeprom: at24: fix 'assignment from incompatible pointer type' warningAntony Pavlov2017-10-161-1/+1
|/ / / /
* | / / efi: add missing Kconfig selectsEnrico Jorns2017-10-161-0/+2
| |/ / |/| |
* | | Release v2017.10.0v2017.10.0Sascha Hauer2017-10-061-1/+1
|/ /
* | memtest: fix list iteration in region setupSteffen Trumtrar2017-09-201-1/+1
* | bootm: bootm_open_initrd_uimage(): propagate error if initrd verification failsMarc Kleine-Budde2017-09-201-0/+1
|/
* Merge branch 'for-next/state'Sascha Hauer2017-09-0810-341/+1258
|\
| * state: don't use uninitialized variableJuergen Borleis2017-09-061-1/+1
| * state: use the given backend storage type nameJuergen Borleis2017-09-062-6/+9
| * state command: extend help part IIJuergen Borleis2017-09-061-1/+2
| * state command: extend help part IJuergen Borleis2017-09-061-2/+3
| * state: provide an error message when an error occursJuergen Borleis2017-09-061-0/+1
| * docs: rework and extend the 'state' and 'bootchooser' documentationJuergen Borleis2017-09-063-317/+1204
| * state: add debugging helpJuergen Borleis2017-09-062-1/+8
| * docs: remove build warningJuergen Borleis2017-09-061-0/+1
| * bootchooser: allow an empty namespaceJuergen Borleis2017-09-061-6/+4
| * bootchooser: avoid a use after freeJuergen Borleis2017-09-061-1/+1