summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Provide default values for version/releaseAndrey Smirnov2019-09-091-2/+2
* i2c/pca954x: Initialize the mux to disconnected stateAndrey Smirnov2019-09-091-3/+4
* mfd: rave-sp: Emulate firmware/bootloader mode reporting on RDU2Andrey Smirnov2019-09-092-2/+17
* mips: bootm: Cast elf entry into unsigned longClement Leger2019-09-061-1/+1
* elf: add 64 bits elf loading supportClement Leger2019-09-062-23/+51
* libfile: fix typosMichael Tretter2019-09-061-2/+2
* video/stm: fix return value handling for of_get_display_timings()Uwe Kleine-König2019-09-061-2/+2
* Documentation: efi: fix typosAhmad Fatoum2019-09-021-3/+3
* Documentation: zii-imx7d-dev: Fix errors with openocd configuration scriptCory Tusar2019-09-021-0/+6
* ARM: zii-vf610-dev: Use CTRL-C as autoboot abortCory Tusar2019-09-021-0/+1
* ARM: dts: vf610-zii-cfu1: Fix indentationCory Tusar2019-09-021-4/+4
* console: fix out-of-bounds read in dputc(/dev/*, ...)Ahmad Fatoum2019-09-026-22/+50
* startup: allow ctrl+c abort during boot sequenceAhmad Fatoum2019-08-301-2/+2
* fs: omap4_usbbootfs: remove commented out codeAhmad Fatoum2019-08-301-41/+0
* ARM: i.MX: bbu: early exit when partition too smallAhmad Fatoum2019-08-301-0/+10
* libfile: have write_full return a descriptive error codeAhmad Fatoum2019-08-301-2/+3
* fs: fat: fix use of wrong enumeration typeAhmad Fatoum2019-08-301-1/+1
* gui: png_lode: fix freeing of uninitialized pointerAhmad Fatoum2019-08-301-6/+7
* commands: mmc_extcsd: describe missing bitAhmad Fatoum2019-08-302-2/+10
* usb: gadget: fsl_udc: remove always-true null pointer checksAhmad Fatoum2019-08-301-8/+1
* nvme: use 64 bit types for timeouts even on 32 bit systemsAhmad Fatoum2019-08-301-2/+2
* smc911x: fix inverted poll-for-readyAhmad Fatoum2019-08-301-1/+1
* net: phy: mv88e6xxx: remove duplicate member in struct initializerAhmad Fatoum2019-08-301-1/+0
* i2c-mux-pca954x: remove use of uninitialized variableAhmad Fatoum2019-08-301-3/+3
* ata: fix mismatched header guardsAhmad Fatoum2019-08-301-2/+2
* complete: remove unused variableAhmad Fatoum2019-08-301-2/+0
* ratp: fix use of %hu for printing intAhmad Fatoum2019-08-301-1/+1
* startup: Fix typo in commentLadislav Michl2019-08-231-1/+1
* startup: Register autoboot variables earlierLadislav Michl2019-08-231-7/+11
* Makefile: we are on 2019.08Sascha Hauer2019-08-211-1/+1
* Merge branch 'for-next/stm32'Sascha Hauer2019-08-1514-6/+506
|\
| * Documentation: boards: add initial STM32MP documentationAhmad Fatoum2019-08-051-0/+71
| * ARM: stm32mp: generate STM32 imagesAhmad Fatoum2019-07-151-1/+4
| * filetype: add STM32 image typeAhmad Fatoum2019-07-152-0/+10
| * images: add support for generating STM32MP imagesMarco Felsch2019-07-154-0/+293
| * ARM: stm32mp: fix some misnomers/typosAhmad Fatoum2019-07-153-4/+4
| * reset: add reset controller driver for STM32 RCCAhmad Fatoum2019-07-153-0/+115
| * ARM: dts: stm32mp157c: correct gpioz idAhmad Fatoum2019-07-151-1/+1
| * ARM: stm32mp: set CONFIG_ARCH_NR_GPIO = (26 * 16)Ahmad Fatoum2019-07-151-0/+4
| * gpio: allow for arch-specific ARCH_NR_GPIOS > 256Ahmad Fatoum2019-07-151-0/+4
* | Merge branch 'for-next/mtd-gpmi-nand'Sascha Hauer2019-08-155-128/+196
|\ \
| * | mtd: nand-mxs: Make ecc strength configurable via device treeSascha Hauer2019-08-061-4/+21
| * | mtd: nand: Add function to parse device tree propertiesSascha Hauer2019-08-062-0/+29
| * | mtd: nand-mxs: inline only once used functionSascha Hauer2019-08-061-6/+1
| * | mtd: nand-mxs: pass mtd_info to mxs_nand_get_mark_offset()Sascha Hauer2019-08-061-6/+5
| * | mtd: nand-mxs: change API between NAND driver and fcb codeSascha Hauer2019-08-063-39/+45
| * | mtd: nand-mxs: Make locally used variable staticSascha Hauer2019-08-061-3/+1
| * | mtd: nand-mxs: calculate ecc_strength only onceSascha Hauer2019-08-061-12/+36
| * | mtd: nand-mxs: consistently rename struct nand_chip * to "chip"Sascha Hauer2019-08-061-74/+74
* | | Merge branch 'for-next/mtd'Sascha Hauer2019-08-1511-30/+91
|\ \ \