summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/efi'Lucas Stach2017-07-3112-18/+134
|\
| * efi_defconfig: enable STATESteffen Trumtrar2017-07-111-1/+2
| * efi: efi: register barebox-update handlerSteffen Trumtrar2017-07-111-0/+4
| * blspec: skip all devicetree tests if entry doesn't specify oneSteffen Trumtrar2017-07-111-8/+8
| * efi: efi: load state from devicetreeSteffen Trumtrar2017-07-112-0/+63
| * of: of_path: find device via partuuidSteffen Trumtrar2017-07-102-1/+37
| * devfs-core: add function to find cdev by partuuidSteffen Trumtrar2017-07-102-0/+15
| * fs: efi: return with correct error code in efifs_statSteffen Trumtrar2017-07-101-3/+1
| * common: efi: do not use undefined kconfig optionSteffen Trumtrar2017-07-101-2/+1
| * state: fix compile warnings for dev_err expansionSteffen Trumtrar2017-07-103-3/+3
* | Merge branch 'for-next/dts'Lucas Stach2017-07-31871-7085/+30978
|\ \
| * | dts: update to v4.13-rc2Lucas Stach2017-07-31871-7085/+30978
* | | Merge branch 'for-next/at91'Lucas Stach2017-07-318-15/+21
|\ \ \
| * | | atmel_lcdfb: fix so the correct guard_time is usedSam Ravnborg2017-07-202-1/+2
| * | | mci: atmel_mci: fix devinfo DEV with OF enabledSam Ravnborg2017-07-201-2/+1
| * | | pinctrl: at91: move initcalls to postcore_initcallSam Ravnborg2017-07-201-2/+2
| * | | clk: at91: fix clk-mainSam Ravnborg2017-07-201-0/+1
| * | | macb: fix clock probing with DTSam Ravnborg2017-07-201-2/+2
| * | | arm: at91 bootstrap: declare local function staticSam Ravnborg2017-07-201-1/+1
| * | | readlink: Improve -f handlingIan Abbott2017-07-061-7/+12
* | | | Release v2017.08.0v2017.08.0Lucas Stach2017-07-311-1/+1
| |/ / |/| |
* | | gpiolib: Simplify code of gpio_request_one()Andrey Smirnov2017-07-301-9/+3
* | | gpiolib: Fix buggy flag detection codeAndrey Smirnov2017-07-301-9/+16
* | | state: backend_bucket_circular: fix old state readsPhilipp Zabel2017-07-201-1/+4
* | | i.MX: clk-pllv3: Initially disable PLL_BYPASS bitPhilipp Zabel2017-07-121-0/+5
* | | crypto: caam: use dma_alloc_coherent instead of dma_allocOleksij Rempel2017-07-121-3/+1
* | | gpio: move active state function stubs to GPIOLIBLucas Stach2017-07-101-5/+6
* | | crypto: digest: Fix digesting over memory chunks > 4096 bytesUwe Kleine-König2017-07-101-0/+3
| |/ |/|
* | gpio: fix null pointer exception when there is no oftreeSam Ravnborg2017-07-071-0/+3
* | clk: fix clk_get error handlingSam Ravnborg2017-07-071-1/+1
* | Revert "param: fix stub prototype of dev_add_param"Lucas Stach2017-07-061-2/+2
|/
* Merge branch 'for-next/state'Sascha Hauer2017-06-301-1/+2
|\
| * state: backend: always pass backend type to Linux dtbSascha Hauer2017-06-231-1/+2
* | Merge branch 'for-next/ratp'Sascha Hauer2017-06-302-76/+78
|\ \
| * | ratp: user close may happen in SYN-RECEIVED stateAleksander Morgado2017-06-232-2/+2
| * | ratp: consolidate setting the next AN or SN flagsAleksander Morgado2017-06-231-14/+16
| * | ratp: don't ignore data that may arrive in behaviour H1Aleksander Morgado2017-06-232-9/+13
| * | ratp: send initial data in behaviour B if any pendingAleksander Morgado2017-06-231-4/+4
| * | ratp: prefer using ratp_send_ack() in behaviour I1Aleksander Morgado2017-06-231-9/+3
| * | ratp: consolidate ratp_sn_expected() and ratp_an_expected()Aleksander Morgado2017-06-231-1/+1
| * | ratp: fix sending ACKs without dataAleksander Morgado2017-06-231-5/+4
| * | ratp: remove FIXME comment: FIN always requires ACKAleksander Morgado2017-06-231-1/+1
| * | ratp: remove bogus data checks in behavior C2Aleksander Morgado2017-06-232-18/+6
| * | ratp: fix single byte sending flagged with SOAleksander Morgado2017-06-231-5/+6
| * | ratp: fix data presence checkAleksander Morgado2017-06-232-4/+4
| * | ratp: completely ignore RST flagged packets in behavior GAleksander Morgado2017-06-231-0/+3
| * | ratp: add missing RST flag in behavior GAleksander Morgado2017-06-231-1/+1
| * | ratp: send missing RST in behavior C2Aleksander Morgado2017-06-231-0/+7
| * | ratp: avoid unnecessary variable initializationsAleksander Morgado2017-06-231-2/+2
| * | ratp: add missing transition to SYN-RECEIVED in behavior BAleksander Morgado2017-06-231-5/+9
| |/