summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* documentation: document eMMC boot{0,1}-partitions bindingAhmad Fatoum2018-12-061-0/+18
* phytec-som-imx6: ksz8081_phy_fixup: Don't override B-CAST_OFF strap-inJan Remmet2018-12-051-1/+10
* common/parser.c: s/%d/%zu/ when printing size_tAhmad Fatoum2018-12-051-2/+2
* lib: bootstrap: fix instance of possibly mismatched pointer sizesAhmad Fatoum2018-12-051-1/+1
* defaultenv-2: add bnet script to second stage barebox over netOleksij Rempel2018-12-041-0/+7
* kconfig: include common Kconfig files from top-level KconfigAntony Pavlov2018-12-039-64/+8
* Add pr_memory_displaySascha Hauer2018-12-032-5/+40
* memory_display: move prototype to include/printk.hSascha Hauer2018-12-032-10/+11
* memory_display: Print whole line at onceSascha Hauer2018-12-031-17/+18
* clocksource: Add dw_apb_timer driverJules Maselbas2018-11-303-0/+154
* Kconfig: Add clocksource menuJules Maselbas2018-11-291-0/+4
* imd: fix missing error messageThorsten K. Scherer2018-11-291-1/+1
* getopt: Add pr_fmtSascha Hauer2018-11-271-0/+1
* hush: Add extra define for hush debuggingSascha Hauer2018-11-271-25/+30
* hush: Add pr_fmt defineSascha Hauer2018-11-271-0/+3
* Add Raspberry Pi Zero W BoardChris Fiege2018-11-212-0/+3
* memory_display: add padding to simplify countingRoland Hieber2018-11-211-0/+4
* printk: make line continuation not result in stray emergency errorsRoland Hieber2018-11-211-1/+1
* lib: lodepng: remove useless testOleksij Rempel2018-11-211-7/+1
* usb: musb: fix possible out of bounds accessOleksij Rempel2018-11-211-1/+6
* mtd: atmel_nand: remove erroneous caseOleksij Rempel2018-11-211-1/+0
* usb: at91_udc: remove useless NULL checkOleksij Rempel2018-11-211-2/+1
* mfd: da9063: fix wrong NULL pointer testOleksij Rempel2018-11-211-1/+1
* fs: fix possible null pointer dereference of base.Oleksij Rempel2018-11-211-1/+2
* fs: closedir: remove uninitialized variable retOleksij Rempel2018-11-211-3/+1
* pinctrl: tegra30: fix "Possible null pointer dereference: group" warningOleksij Rempel2018-11-211-2/+2
* net: e1000: fix "Uninitialized variable: phy_data" warningOleksij Rempel2018-11-211-1/+1
* arm: boards: phytec-som-am335x: Fix mac overwrite from stateTeresa Remmet2018-11-211-2/+2
* clk: imx: cpu: avoid use after free on errorOleksij Rempel2018-11-191-1/+3
* video/ssd1307fb: fix potential memory leak on errorOleksij Rempel2018-11-191-2/+5
* of: partition: set ret for error casesOleksij Rempel2018-11-191-2/+2
* ddr_spd: remove unused arrayOleksij Rempel2018-11-191-2/+0
* rtc: ds1307: Set DS1341_BIT_DOSF in the right registerAndrey Smirnov2018-11-191-2/+2
* ubiformat: print messages after checking a block is not badSascha Hauer2018-11-141-6/+6
* driver: Print message with pr_errSascha Hauer2018-11-141-1/+1
* ARM: stack unwind: Print messages with pr_warningSascha Hauer2018-11-141-2/+2
* e1000/flash: Increased erase timeoutMichael Schuhmacher2018-11-121-1/+1
* Merge branch 'for-next/usb'Sascha Hauer2018-11-0919-162/+275
|\
| * usbgadget: autostart: add DFU supportLadislav Michl2018-10-299-89/+95
| * Documentation: USB gadget: document usbgadget.fastboot_bbu variableLadislav Michl2018-10-291-0/+2
| * usb: gadget: set maxpacket_limitLadislav Michl2018-10-293-3/+7
| * usb: gadget: fsl_udc: pass controller instance to unregisterSascha Hauer2018-10-293-15/+34
| * usb: imx: unregister ehci controller on device removalSascha Hauer2018-10-291-0/+5
| * usb: host: ehci-atmel: unregister host on device removeSascha Hauer2018-10-291-1/+5
| * usb: host: ehci: do not use dev->privSascha Hauer2018-10-294-6/+35
| * usb: host: ehci: add ehci_unregister()Sascha Hauer2018-10-294-11/+47
| * usb: Add usb_unregister_host()Sascha Hauer2018-10-262-0/+6
| * usb: host: ehci: rename ehci_priv to ehci_hostSascha Hauer2018-10-261-21/+21
| * usb: gadget: fsl_udc: Drop using global variableSascha Hauer2018-10-261-17/+22
* | Merge branch 'for-next/state'Sascha Hauer2018-11-094-25/+74
|\ \