summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-1212-17/+93
|\
| * mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsAlexander Potapenko2019-07-121-1/+1
| * mm/pgtable: drop pgtable_t variable from pte_fn_t functionsAnshuman Khandual2019-07-124-12/+6
| * lkdtm/heap: add tests for freelist hardeningKees Cook2019-07-123-0/+82
| * scripts/spelling.txt: add spelling fix for prohibitedChris Paterson2019-07-121-1/+1
| * scripts/spelling.txt: drop "sepc" from the misspelling listPaul Walmsley2019-07-123-3/+3
* | Merge tag 'tag-chrome-platform-for-v5.3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-07-1226-259/+2560
|\ \
| * | mfd / platform: cros_ec_debugfs: Expose resume result via debugfsEvan Green2019-07-012-1/+8
| * | platform/chrome: lightbar: Get drvdata from parent in suspend/resumeRajat Jain2019-06-281-2/+2
| * | iio: cros_ec: Add lid angle driverGwendal Grignou2019-06-253-0/+149
| * | platform/chrome: wilco_ec: Add circular buffer as event queueNick Crews2019-06-251-109/+149
| * | platform/chrome: cros_ec_lpc_mec: Fix kernel-doc comment first lineEnric Balletbo i Serra2019-06-201-8/+6
| * | platform/chrome: cros_ec_lpc: Choose Microchip EC at runtimeEnric Balletbo i Serra2019-06-204-97/+95
| * | platform/chrome: cros_ec_lpc: Merge cros_ec_lpc and cros_ec_lpc_regEnric Balletbo i Serra2019-06-204-148/+97
| * | Input: cros_ec_keyb: mask out extra flags in event_typeTing Shen2019-06-201-1/+1
| * | platform/chrome: wilco_ec: Fix unreleased lock in event_read()Nick Crews2019-06-181-1/+1
| * | platform/chrome: cros_ec_debugfs: cros_ec_uptime_fops can be statickbuild test robot2019-06-181-1/+1
| * | platform/chrome: cros_ec_debugfs: Fix kernel-doc comment first lineEnric Balletbo i Serra2019-06-181-1/+2
| * | platform/chrome: cros_ec_debugfs: Add debugfs entry to retrieve EC uptimeTim Wawrzynczak2019-06-181-0/+38
| * | platform/chrome: cros_ec: Make some symbols staticYueHaibing2019-06-055-6/+6
| * | platform/chrome: wilco_ec: Add version sysfs entriesRaul E Rangel2019-06-051-0/+79
| * | platform/chrome: wilco_ec: Add telemetry char device interfaceNick Crews2019-06-055-1/+473
| * | platform/chrome: wilco_ec: Add event handlingNick Crews2019-06-033-0/+552
| * | platform/chrome: cros_ec_spi: Request the SPI thread be realtimeDouglas Anderson2019-05-241-0/+1
| * | Merge tag 'spi-rt-pump' into chrome-platform/for-nextEnric Balletbo i Serra2019-05-241-6/+30
| |\ \
| * | | platform/chrome: cros_ec_spi: Move to real time priority for transfersDouglas Anderson2019-05-201-12/+53
| * | | platform/chrome: Add ChromeOS EC ISHTP driverRushikesh S Kadam2019-05-203-0/+777
| * | | platform/chrome: cros_ec_spi: Always add of_match_tableEvan Green2019-05-201-1/+1
| * | | platform/chrome: wilco_ec: Remove 256 byte transfersNick Crews2019-05-203-27/+8
| * | | platform/chrome: wilco_ec: Add Boot on AC supportNick Crews2019-05-203-1/+87
| * | | platform/chrome: wilco_ec: Add property helper libraryNick Crews2019-05-202-1/+133
* | | | Merge tag 'devicetree-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-124-91/+58
|\ \ \ \
| * | | | of: unittest: simplify getting the adapter of a clientWolfram Sang2019-07-091-1/+1
| * | | | of/fdt: pass early_init_dt_reserve_memory_arch() with bool type nomapMasahiro Yamada2019-07-081-3/+4
| * | | | of/platform: Drop superfluous cast in of_device_make_bus_id()Geert Uytterhoeven2019-07-081-2/+1
| * | | | of/fdt: Fix ‘of_fdt_match’ defined but not used compiler warningKefeng Wang2019-06-181-54/+45
| * | | | of/fdt: Mark initial_boot_params as __ro_after_initStephen Boyd2019-05-241-1/+1
| * | | | of/fdt: Remove dead code and mark functions with __initStephen Boyd2019-05-241-32/+5
| * | | | of: reserved-memory: ignore disabled memory-region nodesKrishna Reddy2019-05-241-0/+3
| |/ / /
* | | | Merge tag 'mmc-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2019-07-1227-363/+675
|\ \ \ \
| * | | | mmc: sdhci_am654: Add dependency on MMC_SDHCI_AM654YueHaibing2019-07-101-1/+1
| * | | | mmc: alcor: remove a redundant greater or equal to zero comparisonColin Ian King2019-07-101-1/+1
| * | | | mmc: sdhci-msm: fix mutex while in spinlockJorge Ramirez-Ortiz2019-07-101-3/+6
| * | | | mmc: sdhci_am654: Make some symbols staticYueHaibing2019-07-101-3/+4
| * | | | mmc: core: let the dma map ops handle bouncingChristoph Hellwig2019-07-101-5/+2
| * | | | mmc: sdhci-sprd: Add pin control support for voltage switchBaolin Wang2019-07-101-0/+54
| * | | | mmc: sdhci-sprd: Add start_signal_voltage_switch opsBaolin Wang2019-07-101-0/+24
| * | | | mmc: sdhci-pci: Add support for Intel EHLAdrian Hunter2019-07-102-0/+4
| * | | | mmc: tmio: Use dma_max_mapping_size() instead of a workaroundYoshihiro Shimoda2019-07-101-14/+4
| * | | | mmc: sdio: Drop unused in-parameter from mmc_sdio_init_card()Ulf Hansson2019-07-101-11/+9