summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge branch 'for-next/omap'Sascha Hauer2019-09-1214-92/+1142
|\ \ \ \ \ \
| * | | | | | ARM: OMAP: bbu: Add an all-in-one NAND update handlerSascha Hauer2019-08-282-0/+152
| * | | | | | mtd: peb: Add function to write fileSascha Hauer2019-08-282-0/+86
| * | | | | | net: cpsw: Make phy its own driverSascha Hauer2019-08-281-82/+96
| * | | | | | mtd: nand: gpmc: Add BCH16 supportSascha Hauer2019-08-284-9/+330
| * | | | | | mtd: nand: gpmc: Add support for ELMSascha Hauer2019-08-284-0/+477
| * | | | | | ARM: omap: am35xx_emif4: Fix bit pollingSascha Hauer2019-08-281-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'for-next/net'Sascha Hauer2019-09-122-6/+34
|\ \ \ \ \ \
| * | | | | | net: macb: extend support to Microchip SAMA5D2Ahmad Fatoum2019-08-161-0/+1
| * | | | | | net: macb: init multiple dummy TX queuesOleksij Rempel2019-08-162-6/+33
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'for-next/mtd'Sascha Hauer2019-09-1216-219/+222
|\ \ \ \ \ \
| * | | | | | mtd: spi-nor: Import missing Micron devicesAndrey Smirnov2019-09-091-0/+3
| * | | | | | mtd: spi-nor: Add support for s25fl128s0 s25fl128s1 flashes from LinuxDU HUANPENG2019-09-021-0/+4
| * | | | | | mtd: nand: Embed struct mtd_info into struct nand_chipSascha Hauer2019-08-2611-52/+42
| * | | | | | mtd: nand: denali: Add variables for mtd_info and nand_chipSascha Hauer2019-08-261-51/+52
| * | | | | | mtd: nand: Add and use static inline wrapper for getting nand_chip from mtdSascha Hauer2019-08-2613-118/+123
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'for-next/misc'Sascha Hauer2019-09-1239-145/+257
|\ \ \ \ \ \
| * | | | | | edit: replace ASCII codes by symbolic namesAhmad Fatoum2019-09-091-5/+5
| * | | | | | input: add handler for reset and power key input eventsAhmad Fatoum2019-09-093-0/+43
| * | | | | | param: make dev_add_param_string_fixed value parameter constAhmad Fatoum2019-09-091-1/+1
| * | | | | | gpio: iopoll: implement gpio_poll_timeout_usAhmad Fatoum2019-09-091-0/+18
| * | | | | | console: set default console_device devnameDavid Dgien2019-09-091-0/+3
| * | | | | | 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
| |/ / / / /