summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | Merge branch 'for-next/mvebu'Sascha Hauer2017-06-3016-4/+245
|\ \
| * | docs: mvebu: describe -n more accurately in the sphinx documentUwe Kleine-König2017-06-301-3/+9
| * | scripts/kwboot: document -n optionUwe Kleine-König2017-06-301-1/+3
| * | ARM: mvebu: Add initial support for Turris OmniaUwe Kleine-König2017-06-199-0/+70
| * | clk: mvebu: Add support for Armada 38x's coreclkUwe Kleine-König2017-06-194-0/+157
| * | ARM: mvebu: initial support for Armada 38xUwe Kleine-König2017-06-192-0/+6
* | | Merge branch 'for-next/mtd'Sascha Hauer2017-06-301-89/+113
|\ \ \
| * | | mtd: dataflash: Add flash_info for AT45DB641EAndrey Smirnov2017-06-201-0/+3
| * | | mtd: dataflash: Make use of "extened device information"Andrey Smirnov2017-06-201-31/+58
| * | | mtd: dataflash: Get rid of loop counter in jedec_probe()Andrey Smirnov2017-06-201-4/+4
| * | | mtd: dataflash: Replace pr_debug, printk with dev_* functionsAndrey Smirnov2017-06-201-42/+33
| * | | mtd: dataflash: Improve coding style in jedec_probe()Andrey Smirnov2017-06-201-14/+17
| * | | mtd: dataflash: Replace C99 types with their kernel counterpartsAndrey Smirnov2017-06-201-20/+20
| |/ /
* | | Merge branch 'for-next/misc'Sascha Hauer2017-06-309-22/+2628
|\ \ \
| * | | enable LFS support for host programsUwe Kleine-König2017-06-302-4/+10
| * | | fs: Make locally used function canonicalize_dir() staticSascha Hauer2017-06-271-1/+1
| * | | lib/fonts: add 6x8 fontSven Schneider2017-06-233-1/+2589
| * | | mtd: spi-nor: sync definition of Spansion chips from LinuxUwe Kleine-König2017-06-191-10/+12
| * | | of_device_is_stdout_path: split off options and support aliasesUwe Kleine-König2017-06-191-1/+12
| * | | of_device_is_stdout_path: simplifyUwe Kleine-König2017-06-191-6/+4