summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | usb: gadget: fastboot: detect device if not presentSascha Hauer2018-09-181-0/+5
| |/ /
* | | Merge branch 'for-next/imx'Sascha Hauer2018-10-094-0/+285
|\ \ \
| * | | aiodev: Port Linux driver for i.MX8MQ CPU thermal sensorAndrey Smirnov2018-09-243-0/+272
| * | | clk: i.MX8MQ: Add missing IMX8MQ_CLK_TMU_ROOT clockAndrey Smirnov2018-09-241-0/+1
| * | | clk: i.MX8MQ: Bump refcounters of various important clocksAndrey Smirnov2018-09-241-0/+12
| |/ /
* | | bbu: Add "handler" parameter to barebox_update()Andrey Smirnov2018-10-081-2/+4
* | | bbu: Expose bbu_find_handler_by_*() functionsAndrey Smirnov2018-10-081-1/+1
| |/ |/|
* | spi: atmel_spi: fix duplicate const warningLadislav Michl2018-09-261-1/+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
* pci_of_match_device: don't crash on MIPS MaltaAntony Pavlov2018-09-171-1/+1
* 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
| * | UBI: provide helpers to allocate and free aeb elementsBoris Brezillon2018-08-314-35/+69
| * | UBI: fastmap: use ubi_io_{read, write}_data() instead of ubi_io_{read, write}()Boris Brezillon2018-08-311-5/+5
| * | UBI: fastmap: use ubi_rb_for_each_entry() in unmap_peb()Boris Brezillon2018-08-311-6/+2
| * | UBI: factorize destroy_av() and ubi_remove_av() codeBoris Brezillon2018-08-311-13/+12