summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* commands: dmesg: add print raw parameterOleksij Rempel2019-02-273-2/+10
* firmware-zynqmp: port from linuxThomas Haemmerle2019-02-274-1/+669
* LICENSES: adopt Linux-like LICENSES directory structureAhmad Fatoum2019-02-275-295/+340
* commands: nandtest: provide readonly testJan Remmet2019-02-271-42/+83
* watchdog: fix WATCHDOG_POLLER menuconfigOleksij Rempel2019-02-271-1/+1
* defaultenv: Fix dependenciesSascha Hauer2019-02-272-2/+6
* Documentation: imx8mq-evk: fix firmware pathChristian Hemp2019-02-271-1/+1
* usb: imx: Do not disable VBUS on ehci_register()'s successAndrey Smirnov2019-02-271-3/+3
* doc: bootchooser: add retry handling to algorithm descriptionEnrico Jorns2019-02-181-0/+5
* doc: bootchooser: add details about bootchooser.reset_attempts handlingEnrico Jorns2019-02-181-5/+7
* doc: bootchooser: be more explicit about when the bootchooser terminatesEnrico Jorns2019-02-181-0/+3
* doc: bootchooser: note how to actually start the bootchooserEnrico Jorns2019-02-181-0/+11
* doc: bootchooser: be more explicit about attempts reset on successful bootEnrico Jorns2019-02-181-9/+32
* doc: bootchooser: be more explicit what bootchooser.state_prefix is forEnrico Jorns2019-02-181-2/+3
* doc: bootchooser: explicitly note configuration vs. storage backendEnrico Jorns2019-02-181-0/+5
* doc: bootchooser: fix typos etc.Enrico Jorns2019-02-181-5/+5
* kbuild: Add missing semicolonSascha Hauer2019-02-141-2/+2
* Merge branch 'for-next/rpi'Sascha Hauer2019-02-139-84/+140
|\
| * ARM: rpi: complete new revision schemeMoritz Augsburger2019-02-052-24/+47
| * mci: bcm2835: make locally used functions staticRoland Hieber2019-02-051-5/+5
| * ARM: rpi: make locally used functions staticRoland Hieber2019-02-052-4/+3
| * ARM: rpi: use defines for uart basesRouven Czerwinski2019-02-051-3/+7
| * doc: bcm283x: remove miniuart overlay instructionRouven Czerwinski2019-02-051-1/+0
| * ARM: rpi: choose miniuart as stdoutRouven Czerwinski2019-02-051-6/+1
| * ARM: rpi: add NS16550 supportRouven Czerwinski2019-02-051-0/+1
| * serial_ns16550: add raspberry pi compatible and initRouven Czerwinski2019-02-051-0/+28
| * serial_ns16550: handle default reg-io-widthRouven Czerwinski2019-02-051-23/+23
| * ARM: rpi: retrieve miniuart clock from firmwareRouven Czerwinski2019-02-051-0/+7
| * ARM: rpi: move clks into board specific rpi-commonRouven Czerwinski2019-02-052-19/+19
| * ARM: rpi: fix typo in rpi-common.cRouven Czerwinski2019-02-051-2/+2
* | Merge branch 'for-next/pci'Sascha Hauer2019-02-137-125/+78
|\ \
| * | PCI: Consify pci_ops in struct pci_controllerAndrey Smirnov2019-01-164-5/+5
| * | PCI: Convert ->res_start() to return resource_size_tAndrey Smirnov2019-01-163-4/+7
| * | PCI: Assume 1:1 mapping if .res_start callback is NULLAndrey Smirnov2019-01-163-13/+5
| * | PCI: Simplify alloc_pci_dev()Andrey Smirnov2019-01-161-7/+1
| * | PCI: Drop "rom_address" from struct pci_devAndrey Smirnov2019-01-162-8/+0
| * | PCI: Drop "ops" from struct pci_busAndrey Smirnov2019-01-163-7/+3
| * | PCI: Drop "name" from struct pci_busAndrey Smirnov2019-01-161-2/+0
| * | PCI: Drop "resources" from struct pci_busAndrey Smirnov2019-01-162-2/+0
| * | PCI: Drop "slots" from struct pci_busAndrey Smirnov2019-01-162-2/+0
| * | PCI: Make pci_scan_bus staticAndrey Smirnov2019-01-162-2/+3
| * | PCI: Remove unused variables/codeAndrey Smirnov2019-01-161-5/+0
| * | PCI: Store and reuse BAR offsetsAndrey Smirnov2019-01-161-8/+8
| * | PCI: Simplify resource setup code in setup_device()Andrey Smirnov2019-01-161-57/+43
| * | PCI: Remove superfluous parens in setup_device()Andrey Smirnov2019-01-161-1/+1
| * | PCI: Replace magic number in setup_device()Andrey Smirnov2019-01-161-1/+1
| * | PCI: Switch to using %pa to print memory addressesAndrey Smirnov2019-01-161-8/+8
* | | Merge branch 'for-next/nfs'Sascha Hauer2019-02-131-58/+86
|\ \ \
| * | | fs/nfs: stop using a global variable for nfs packet payloadUwe Kleine-König2019-01-221-58/+64
| * | | fs/nfs: copy data from rpc replies to local storageUwe Kleine-König2019-01-221-5/+26