summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | imd: fix missing error messageThorsten K. Scherer2018-11-291-1/+1
| * | hush: Add extra define for hush debuggingSascha Hauer2018-11-271-25/+30
| * | hush: Add pr_fmt defineSascha Hauer2018-11-271-0/+3
| * | memory_display: add padding to simplify countingRoland Hieber2018-11-211-0/+4
| * | ddr_spd: remove unused arrayOleksij Rempel2018-11-191-2/+0
| * | ubiformat: print messages after checking a block is not badSascha Hauer2018-11-141-6/+6
| |/
* | FIT: support hash-1/signature-1 nodes in signature checkMatthias Schiffer2018-11-231-2/+6
* | bootm: Print which file cannot be openedSascha Hauer2018-11-151-7/+4
|/
* Merge branch 'for-next/usb'Sascha Hauer2018-11-093-0/+152
|\
| * usbgadget: autostart: add DFU supportLadislav Michl2018-10-293-0/+152
* | Merge branch 'for-next/state'Sascha Hauer2018-11-093-25/+62
|\ \
| * | bootchooser: Add reference countingSascha Hauer2018-10-181-5/+31
| * | bootchooser: put bootchooser after creating a boot entrySascha Hauer2018-10-181-13/+23
| * | state: backend_bucket_circular: remove unused variablesUlrich Ölmann2018-10-121-2/+0
| * | common: state: fix typoUlrich Ölmann2018-10-101-1/+1
| * | state: backend_bucket_circular: fix memory leakUlrich Ölmann2018-10-101-4/+7
* | | Merge branch 'for-next/net-switch-mv88e6xxx'Sascha Hauer2018-11-092-3/+3
|\ \ \
| * | | drivers: Introduce dev_set_name()Andrey Smirnov2018-10-182-3/+3
| * | | ratp: fix compile warningsOleksij Rempel2018-10-181-1/+1
| | |/ | |/|
* | | Merge branch 'for-next/missing-prototypes'Sascha Hauer2018-11-091-1/+1
|\ \ \
| * | | ratp: fix compile warningsOleksij Rempel2018-10-231-1/+1
| |/ /
* | | Merge branch 'for-next/misc'Sascha Hauer2018-11-094-7/+5
|\ \ \
| * | | partitions: efi: Constify force_gptAndrey Smirnov2018-10-291-1/+1
| * | | state: fix indentationUlrich Ölmann2018-10-191-1/+1
| * | | state: fix documentation of state_new_from_node()Ulrich Ölmann2018-10-121-0/+1
| * | | common: state: use of_property_write_string() where appropriateUlrich Ölmann2018-10-121-4/+2
| * | | blspec: do not depend on BLOCKLadislav Michl2018-10-121-1/+0
* | | | tlsf_malloc: Set errno to ENOMEM on failureAndrey Smirnov2018-10-161-3/+16
* | | | dummy_malloc: Check if sbrk() failsAndrey Smirnov2018-10-161-0/+5
* | | | dummy_malloc: Make use of PTR_ALIGNAndrey Smirnov2018-10-161-4/+2
* | | | tlsf_malloc: dummy_malloc: Share code for calloc()Andrey Smirnov2018-10-164-31/+21
| |/ / |/| |
* | | environment: bypass overlap check for mtd devicesSascha Hauer2018-10-121-0/+3
|/ /
* / environment: Fix overlapping partitions error messageLadislav Michl2018-10-121-2/+2
|/
* Merge branch 'for-next/ratp'Sascha Hauer2018-10-098-32/+483
|\
| * ratp: fix incorrect whitespaces in method callsAleksander Morgado2018-09-174-15/+15
| * ratp: use pr_ macros to print messagesAleksander Morgado2018-09-173-13/+19
| * ratp: use __packed instead of the full formAleksander Morgado2018-09-173-5/+5
| * ratp: implement support for GPIO commandsAleksander Morgado2018-09-173-1/+154
| * ratp: implement i2c read/write supportAleksander Morgado2018-09-173-0/+292
* | Merge branch 'for-next/misc'Sascha Hauer2018-10-093-20/+80
|\ \
| * | environment: Do not use environment when overlapping with other partitionsSascha Hauer2018-09-261-1/+51