summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release v2015.10.0v2015.10.0Sascha Hauer2015-10-061-1/+1
* Revert "spi: i.MX: optimize transfers for ECSPI v2.3"Sascha Hauer2015-10-052-74/+2
* net: dhcp: Fix CONFIG variable nameWadim Egorov2015-09-291-1/+1
* state: check return value of of_property_count_stringsSascha Hauer2015-09-291-0/+4
* state: write names in enum32 variables to oftree againSascha Hauer2015-09-291-7/+7
* of_fix_tree: do not fail when fixup failsSascha Hauer2015-09-241-4/+2
* video: imx: assert that image buffer doesn't cross a 4 MiB boundaryUwe Kleine-König2015-09-211-10/+39
* passwd: avoid NULL ptr usageLucas Stach2015-09-141-1/+2
* ARM: add implementation for dma_alloc_writecombine for !CONFIG_MMULucas Stach2015-09-141-0/+5
* net: e1000: correct function signature of set_ethaddrLucas Stach2015-09-091-1/+1
* of_fix_tree: Print error messageSascha Hauer2015-09-081-1/+4
* reset-source: add stub for of_get_reset_source_priorityLucas Stach2015-09-041-2/+6
* wd: add stub for of_get_watchdog_priorityLucas Stach2015-09-041-2/+6
* mfd: da9053: remove references to nonexistent cdev memberLucas Stach2015-09-041-2/+1
* ata: ide-sff: fix integer overflow in ata_wait_ready()Peter Mamonov2015-09-041-1/+1
* Merge branch 'for-next/usb'Sascha Hauer2015-09-011-14/+26
|\
| * usb: ehci: prevent bad PORTSC register accessKuo-Jung Su2015-08-261-6/+15
| * usb: ehci: replace multiple use of le16_to_cpu(req->index) with variableKuo-Jung Su2015-08-261-9/+10
| * usb: ehci-hcd: initialize ehci->qh_list[] with zerosPeter Mamonov2015-08-261-0/+2
* | Merge branch 'for-next/socfpga'Sascha Hauer2015-09-0110-865/+168
|\ \
| * | ARM: socfpga: select OFTREE and OFDEVICELucas Stach2015-08-262-1/+2
| * | serial: ns16550: Set linux_console_nameSascha Hauer2015-08-261-0/+2
| * | ARM: socfpga: Configure console from device treeSascha Hauer2015-08-263-0/+9
| * | clk: socfpga: don't register fixed clocksSteffen Trumtrar2015-08-191-12/+1
| * | gpio: dw: implement new bindingsSteffen Trumtrar2015-08-191-24/+55
| * | gpio: dw: fix copy&paste variable nameSteffen Trumtrar2015-08-191-2/+2
| * | clk: socfpga: fix dt binding supportSteffen Trumtrar2015-08-191-21/+52
| * | ARM: dts: remove most of socfpga barebox-specific dt codeSteffen Trumtrar2015-08-195-809/+49
* | | Merge branch 'for-next/restart'Sascha Hauer2015-09-0178-316/+1150
|\ \ \
| * | | reset-source: Add some debugging aidsSascha Hauer2015-08-281-0/+4
| * | | mfd: da9053: add da9053 watchdog and system restart driverJuergen Borleis2015-08-283-0/+316
| * | | mfd: da9063: add da9063 watchdog and system restart driverPhilipp Zabel2015-08-283-0/+174
| * | | reset-source: Allow different prioritiesSascha Hauer2015-08-282-3/+34
| * | | reset-source: Use globalvar_add_simple_enumSascha Hauer2015-08-271-4/+2
| * | | watchdog: Give watchdogs a nameSascha Hauer2015-08-275-1/+19
| * | | watchdog: Allow multiple watchdogsSascha Hauer2015-08-272-12/+51
| * | | restart: replace reset_cpu with registered restart handlersSascha Hauer2015-08-2768-286/+552
| * | | watchdog: imxwd: remove remove callbackSascha Hauer2015-08-261-12/+0
* | | | Merge branch 'for-next/param'Sascha Hauer2015-09-013-8/+12
|\| | |
| * | | param_enum: protect against invalid valuesSascha Hauer2015-08-261-2/+6
| * | | param_enum: Make name strings constSascha Hauer2015-08-263-6/+6
| | |/ | |/|
* | | Merge branch 'for-next/of_path'Sascha Hauer2015-09-0115-29/+49
|\ \ \
| * | | ARM: dts: directly point to partitions in the barebox,environment bindingSascha Hauer2015-09-0110-20/+20
| * | | of_path: Allow pointing directly to the partitionSascha Hauer2015-09-012-7/+12
| * | | cdev: Add function to find cdev by device_nodeSascha Hauer2015-09-013-2/+17
* | | | Merge branch 'for-next/mtd'Sascha Hauer2015-09-017-93/+138
|\ \ \ \
| * | | | spi: i.MX: optimize transfers for ECSPI v2.3Sascha Hauer2015-08-312-2/+74
| * | | | spi: i.MX: create SoC specific transfer functionsSascha Hauer2015-08-311-14/+31
| * | | | spi: i.MX: use start mode control bitSascha Hauer2015-08-312-6/+3
| * | | | mtd: spi-nor: mostly drop lock/unlock codeSascha Hauer2015-08-281-66/+8