summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | ARM: i.MX23 olinuxino: Check machine type in initcallsSascha Hauer2019-10-022-1/+10
| * | | | | ARM: Freescale mx28evk: Check machine type in initcallsSascha Hauer2019-10-021-0/+3
| * | | | | ARM: duckbill: Check machine type in initcallsSascha Hauer2019-10-021-0/+6
| * | | | | ARM: tx28: Make locally used function staticSascha Hauer2019-10-021-1/+1
| * | | | | ARM: tx28: Pass and check machine typeSascha Hauer2019-10-023-1/+11
| * | | | | ARM: start: Allow to pass machine type as boarddataSascha Hauer2019-10-021-1/+13
| | |/ / / | |/| | |
* | | | | Merge branch 'for-next/mmc'Sascha Hauer2019-10-177-9/+252
|\ \ \ \ \
| * | | | | mci: implement command to switch a mmc device to enhanced modeUwe Kleine-König2019-09-124-0/+215
| * | | | | mci: provide wrapper for mci_get_device_by_name ∘ devpath_to_nameUwe Kleine-König2019-09-122-3/+9
| * | | | | mci: imx-esdhc: fix error handling during probeMarco Felsch2019-09-121-6/+24
| * | | | | mci: core: make mci_register -EPROBE_DEFER sensitiveMarco Felsch2019-09-121-0/+4
| | |/ / / | |/| | |
* | | | | Merge branch 'for-next/misc'Sascha Hauer2019-10-1755-518/+1664
|\ \ \ \ \
| * | | | | Documentation: boards: stm32mp: document environment partitionAhmad Fatoum2019-10-151-0/+4
| * | | | | ARM: stm32mp: dk2: rename function according to init levelAhmad Fatoum2019-10-151-2/+2
| * | | | | ARM: dts: stm32mp: add barebox-enviroment on DK boardsOleksij Rempel2019-10-151-0/+7
| * | | | | fs: devfs-core: have device_find_partition search symlinksAhmad Fatoum2019-10-151-0/+21
| * | | | | Merge branch 'imx_gpt_file_header_fix' of https://github.com/KLSMartin/barebo...Sascha Hauer2019-10-141-1/+1
| |\ \ \ \ \
| | * | | | | common/partitions/efi: fix gpt detectionLeif Middelschulte2019-10-141-1/+1
| | | |_|/ / | | |/| | |
| * | | | | mfd: superio: add base SMSC MFD driverAhmad Fatoum2019-10-143-0/+122
| * | | | | watchdog: add support for Fintek F718xx and, F818xx Super I/OAhmad Fatoum2019-10-143-0/+389
| * | | | | mfd: superio: add Fintek MFD driverAhmad Fatoum2019-10-143-0/+129
| * | | | | mfd: add basic Super I/O chip helpersAhmad Fatoum2019-10-144-0/+166
| * | | | | regulator: pfuze: add device_id of pfuze3001Ahmad Fatoum2019-10-141-0/+2
| * | | | | regulator: pfuze: remove unused driver_dataAhmad Fatoum2019-10-141-20/+6
| * | | | | gpio: add DA9062 MFD gpio supportMarco Felsch2019-10-141-0/+136
| * | | | | mfd: da9063: add support to populate subdevsMarco Felsch2019-10-141-0/+3
| * | | | | MIPS: net: ag71xx/ar9331: partially sync network support with upstreamOleksij Rempel2019-10-144-16/+9
| * | | | | common: state: fix backward compatibilityUlrich Ölmann2019-10-141-3/+0
| * | | | | state: backend_bucket_circular: fix double free()Ulrich Ölmann2019-10-141-1/+0
| * | | | | state: backend_bucket_circular: harmonize code with dt-utilsUlrich Ölmann2019-10-141-1/+2
| * | | | | nvmem: Fix read/write access to partition devicesStefan Riedmueller2019-10-141-2/+12
| * | | | | commands: ubsan: remove redundant dependsAhmad Fatoum2019-10-141-1/+1
| * | | | | kbuild, LLVMLinux: Add -Werror to cc-option to support clangMark Charlebois2019-10-141-3/+3
| * | | | | net: dsa: mv88e6xxx: Wait for EEPROM done after HW resetAndrey Smirnov2019-10-145-0/+124
| * | | | | net: dsa: mv88e6xxx: Fix error message typoAndrey Smirnov2019-10-141-1/+1
| * | | | | USB: gadget: ACM: don't announce V.25ter supportAhmad Fatoum2019-10-141-2/+2
| * | | | | common: ubsan: ignore shifting one into sign bitAhmad Fatoum2019-10-141-0/+20
| * | | | | input: set console input name as inputAhmad Fatoum2019-10-141-0/+2
| * | | | | console: disallow opening for writing when no write method definedAhmad Fatoum2019-10-141-0/+3
| * | | | | mtd: ubi: Max out wear-leveling thresholdStefan Riedmueller2019-10-144-26/+12
| * | | | | regmap: align documentation in comment with codeAhmad Fatoum2019-10-141-2/+2
| * | | | | blspec: skip entries that are not blspec entriesMichael Tretter2019-10-141-0/+10
| * | | | | chdir(): add LOOKUP_DIRECTORY flag to filename_lookup()Robert Karszniewicz2019-10-141-1/+1
| * | | | | trivial: fix typo lenght -> lengthUwe Kleine-König2019-10-145-12/+12
| * | | | | Documentation: make gen_commands helper python3 compatibleUwe Kleine-König2019-10-141-12/+18
| * | | | | Convert latin1 files to utf-8Uwe Kleine-König2019-10-144-385/+385
| * | | | | libfile: Document that read_file() returns a terminated bufferSascha Hauer2019-10-141-1/+3
| * | | | | imd: fix memory leakUlrich Ölmann2019-10-141-6/+14
| * | | | | state: provide dummy implementations for some functions when STATE is disabledUwe Kleine-König2019-10-142-9/+41
| * | | | | state: drop unused code and declarations for non-existing functionsUwe Kleine-König2019-10-142-12/+0