summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* ARM: rpi: Clarify debug uart namesSascha Hauer2019-03-071-2/+2
* fixup! ARM: rpi: Add mini UART debug_ll supportSascha Hauer2019-03-071-1/+1
* fixup! ARM: rpi: move debug UART Kconfig settingsSascha Hauer2019-03-071-1/+1
* ARM: rpi: Add mini UART debug_ll supportSascha Hauer2019-03-061-0/+6
* ARM: rpi: move debug UART Kconfig settingsSascha Hauer2019-03-061-0/+13
* Merge branch 'for-next/misc'Sascha Hauer2019-02-1311-104/+163
|\
| * memory: of_fixup: adapt to new memory layoutMarco Felsch2019-02-121-18/+57
| * common: state: harmonize code with dt-utilsUlrich Ölmann2019-02-111-0/+3
| * common: state: harmonize code with dt-utilsUlrich Ölmann2019-02-111-1/+1
| * common: state: harmonize code with dt-utilsUlrich Ölmann2019-02-111-0/+4
| * common: state: harmonize code with dt-utilsUlrich Ölmann2019-02-111-2/+8
| * common: state: fix formatting of "uint32_t" variablesUlrich Ölmann2019-02-111-3/+3
| * common: state: fix formatting of "off_t" variablesUlrich Ölmann2019-02-112-26/+26
| * common: state: fix compiler warnings about wrong type conversion in messagesUlrich Ölmann2019-02-111-7/+7
| * common: state: fix typoUlrich Ölmann2019-02-073-4/+4
| * usb: fastboot: ubiformat: Fix bad block handlingSascha Hauer2019-01-281-12/+28
| * block: Move shared code in get_chunk() out of if statementAndrey Smirnov2019-01-221-3/+2
| * block: Do not write past block device boundary during a flushAndrey Smirnov2019-01-221-9/+13
| * boot: make it a little bit less verboseVivien Didelot2019-01-211-14/+6
| * treewide: Remove trailing whitespaces and tabsAlexander Shiyan2019-01-211-1/+1
| * block: Replace debug() with dev_dbg()Andrey Smirnov2019-01-181-5/+6
| * block: Alias block_op_close() to block_op_flush()Andrey Smirnov2019-01-181-7/+2
* | Merge branch 'for-next/lseek'Sascha Hauer2019-02-133-6/+6
|\ \
| * | devfs: Drop dev_lseek_default()Andrey Smirnov2019-01-291-1/+0
| * | common: firmware: Don't use FILE_SIZE_STREAM directlyAndrey Smirnov2019-01-291-1/+1
| * | commands: Get rid of mem_rw_bufAndrey Smirnov2019-01-291-4/+5
| |/
* / treewide: Introduce MAP_FAILED and replace ad-hoc constants with itAndrey Smirnov2019-01-161-1/+1
|/
* Merge branch 'for-next/net'Sascha Hauer2019-01-151-0/+2
|\
| * defaultenv: resolve global.net.server before using itSascha Hauer2019-01-071-0/+1
| * defaultenv: defaultenv uses ip_route_getSascha Hauer2019-01-041-0/+1
* | Merge branch 'for-next/misc'Sascha Hauer2019-01-152-6/+6
|\ \
| * | memory_display: Fix type of argument passed to %*sAndrey Smirnov2019-01-091-1/+1
| * | common: state: fix another alignmentRoland Hieber2019-01-081-1/+1
| * | common: state: fix alignmentRoland Hieber2019-01-071-4/+4
* | | Merge branch 'for-next/kconfig'Sascha Hauer2019-01-151-10/+2
|\ \ \
| * | | kconfig: sync to Linux 4.20Masahiro Yamada2019-01-031-10/+2
| | |/ | |/|
* | | Merge branch 'for-next/imx'Sascha Hauer2019-01-151-5/+7
|\ \ \
| * | | imx-bbu-nand-fcb: Remove unused variable partition_sizeAlexander Shiyan2019-01-031-3/+1
| * | | imx-bbu-nand-fcb: Check the required space a bit earlierAlexander Shiyan2019-01-031-2/+6
| | |/ | |/|
* | | envfs: Sort files when generating on build machineBaeuerle, Florian2019-01-081-2/+2
| |/ |/|
* | globalvar: fix crash if CONFIG_NVVAR is not setAntony Pavlov2018-12-131-0/+9
|/
* Merge branch 'for-next/net'Sascha Hauer2018-12-071-2/+4
|\
| * net: dns: return error codesSascha Hauer2018-11-291-2/+4
* | Merge branch 'for-next/missing-prototypes'Sascha Hauer2018-12-072-15/+2
|\ \
| * | state: remove unused functionSascha Hauer2018-11-191-13/+0
| * | imx-bbu-nand: Make locally used functions staticSascha Hauer2018-11-121-2/+2
* | | Merge branch 'for-next/checkpatch'Sascha Hauer2018-12-076-55/+93
|\ \ \ | |_|/ |/| |
| * | common/parser.c: s/%d/%zu/ when printing size_tAhmad Fatoum2018-12-051-2/+2
| * | Add pr_memory_displaySascha Hauer2018-12-031-5/+32
| * | memory_display: Print whole line at onceSascha Hauer2018-12-031-17/+18