summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* environment: Allow default env path to be NULLSascha Hauer2018-09-212-2/+11
* kfifo: roundup fifo size to next power of twoSascha Hauer2018-09-211-0/+10
* memtest: Make use of resource_size()Andrey Smirnov2018-09-192-4/+3
* memtest: Adjust code for 64-bit architecturesAndrey Smirnov2018-09-192-18/+22
* usb: gadget: fastboot: detect device if not presentSascha Hauer2018-09-181-0/+5
* checkpatch: don't check TODO file presenceAntony Pavlov2018-09-181-1/+1
* ARM: radxa-rock: Fix passing device tree to kernelSascha Hauer2018-09-181-3/+1
* ARM: i.MX28: Add APBH clk supportOleksij Rempel2018-09-181-0/+1
* net: mdio: Do not warn about invalid PHY addressSascha Hauer2018-09-181-4/+4
* ARM: omap: xload: Fix network boot filenameSascha Hauer2018-09-181-2/+5
* pci_of_match_device: don't crash on MIPS MaltaAntony Pavlov2018-09-171-1/+1
* MIPS: fix PCI quirk infrastructure buildAntony Pavlov2018-09-171-0/+11
* ARM: Multi PBL: Fix image calculation for certain toolchainsSascha Hauer2018-09-174-5/+6
* fs: devfs: fix r/w permissionsSascha Hauer2018-09-171-1/+6
* fs: devfs: Create device files as character devicesSascha Hauer2018-09-171-2/+2
* Merge branch 'for-next/usb'Sascha Hauer2018-09-113-31/+31
|\
| * USB: host: hub: Adjust device speed after every port resetAndrey Smirnov2018-08-293-20/+19
| * USB: host: hub: rename function argumentSascha Hauer2018-08-292-12/+12
| * USB: host: hub: Make sure to remove dangling pointersAndrey Smirnov2018-08-291-0/+1
* | Merge branch 'for-next/ubi'Sascha Hauer2018-09-1115-707/+1419
|\ \
| * | ubi: Initialize Fastmap checkmapping correctlyRichard Weinberger2018-08-311-10/+10
| * | mtd: ubi: Update ubi-media.h to dual licenseLionel Debieve2018-08-311-15/+3
| * | ubi: fastmap: Detect EBA mismatches on-the-flyRichard Weinberger2018-08-311-0/+17
| * | ubi: fastmap: Check each mapping only onceRichard Weinberger2018-08-315-1/+51
| * | ubi: fastmap: Correctly handle interrupted erasures in EBARichard Weinberger2018-08-311-1/+87
| * | mtd: ubi: wl: Fix error return code in ubi_wl_init()Wei Yongjun2018-08-311-2/+6
| * | ubi: Fix copy/paste error in function documentationSascha Hauer2018-08-311-1/+1
| * | ubi: Fastmap: Fix typoSascha Hauer2018-08-313-3/+3
| * | ubi: fastmap: Erase outdated anchor PEBs during attachSascha Hauer2018-08-311-20/+57
| * | ubi: fastmap: Clean up the initialization of pointer pColin Ian King2018-08-311-2/+1
| * | UBI: Fix two typos in commentsUwe Kleine-König2018-08-311-2/+2
| * | ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate"Colin Ian King2018-08-311-1/+1
| * | ubi: pr_err() strings should end with newlinesBen Dooks2018-08-311-4/+4
| * | ubi: fastmap: Fix slab corruptionRabin Vincent2018-08-311-4/+29
| * | ubi/upd: Always flush after prepared for an updateSebastian Siewior2018-08-311-4/+4
| * | UBI: Fix typosAndrew F. Davis2018-08-313-4/+3
| * | ubi: fastmap: Fix add_vol() return value test in ubi_attach_fastmap()Boris Brezillon2018-08-311-5/+5
| * | UBI: Fix crash in try_recover_peb()Geert Uytterhoeven2018-08-311-0/+1
| * | ubi: fix swapped arguments to call to ubi_alloc_aebColin Ian King2018-08-311-1/+1
| * | ubi: Fix Fastmap's update_vol()Richard Weinberger2018-08-311-1/+1
| * | ubi: Fix races around ubi_refill_pools()Richard Weinberger2018-08-312-8/+11
| * | ubi: Deal with interrupted erasures in WLRichard Weinberger2018-08-311-2/+19
| * | UBI: introduce the VID buffer conceptBoris Brezillon2018-08-317-142/+218
| * | UBI: hide EBA internalsBoris Brezillon2018-08-314-50/+164
| * | UBI: provide an helper to query LEB informationBoris Brezillon2018-08-313-2/+40
| * | UBI: provide an helper to check whether a LEB is mapped or notBoris Brezillon2018-08-313-2/+15
| * | UBI: add an helper to check lnum validityBoris Brezillon2018-08-312-6/+11
| * | UBI: simplify LEB write and atomic LEB change codeBoris Brezillon2018-08-311-158/+113
| * | UBI: simplify recover_peb() codeBoris Brezillon2018-08-311-40/+74
| * | UBI: move the global ech and vidh variables into struct ubi_attach_infoBoris Brezillon2018-08-312-20/+23