summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mfd: madera: Add special errata reset handling for cs47l15Charles Keepax2020-11-192-5/+21
* mfd: madera: Add reset as part of resumeCharles Keepax2020-11-191-1/+15
* dt-bindings: mfd: rohm,bd71837-pmic: Add common propertiesKrzysztof Kozlowski2020-11-191-0/+6
* mfd: tps65910: Fix a bunch of alignment issues reported-by CheckpatchLee Jones2020-11-191-11/+11
* mfd: tps65910: Remove unused pointersMichał Mirosław2020-11-191-5/+0
* mfd: tps65910: Clean up after switching to regmapMichał Mirosław2020-11-192-43/+8
* mfd: tps65911-comparator: Use regmap accessorsMichał Mirosław2020-11-191-2/+2
* mfd: qcom-spmi-pmic: Add support for PM660/PM660LAngeloGioacchino Del Regno2020-11-191-0/+4
* mfd: madera: Delete register field xxx_WIDTH definesRichard Fitzgerald2020-11-191-635/+0
* mfd: Constify static struct resourcesRikard Falkeborn2020-11-1915-82/+82
* mfd: sun4i-gpadc: Constify static struct resourceRikard Falkeborn2020-11-191-1/+1
* mfd: stmpe: Constify static struct resourceRikard Falkeborn2020-11-191-5/+5
* mfd: lp8788: Constify static struct resourceRikard Falkeborn2020-11-191-2/+2
* mfd: wm8xxx-core: Constify static struct resourceRikard Falkeborn2020-11-192-28/+28
* mfd: tps65xxx: Constify static struct resource in OMAP2+ driversRikard Falkeborn2020-11-192-3/+3
* mfd: intel: Constify static struct resourceRikard Falkeborn2020-11-195-28/+28
* mfd: da9xxx-core: Constify static struct resourceRikard Falkeborn2020-11-194-23/+23
* Merge branch 'ib-mfd-mediatek-5.11' into ibs-for-mfd-mergedLee Jones2020-11-192-0/+29
|\
| * mfd: syscon: Add syscon_regmap_lookup_by_phandle_optional() function.Enric Balletbo i Serra2020-11-192-0/+29
* | platform/x86: Intel PMT Crashlog capability driverAlexander Duyck2020-11-044-0/+405
* | platform/x86: Intel PMT Telemetry capability driverAlexander Duyck2020-11-043-0/+172
* | platform/x86: Intel PMT class driverAlexander Duyck2020-11-046-0/+417
* | mfd: Intel Platform Monitoring Technology supportDavid E. Box2020-11-044-0/+239
* | PCI: Add defines for Designated Vendor-Specific Extended CapabilityDavid E. Box2020-11-041-0/+5
|/
* Linux 5.10-rc1v5.10-rc1Linus Torvalds2020-10-251-2/+2
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-25117-196/+196
* kernel/sys.c: fix prototype of prctl_get_tid_address()Rasmus Villemoes2020-10-251-3/+3
* mm: remove kzfree() compatibility definitionEric Biggers2020-10-256-8/+6
* checkpatch: enable GIT_DIR environment use to set git repository locationJoe Perches2020-10-251-5/+7
* Merge tag 'timers-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-253-1/+116
|\
| * selftests/timens: Add a test for futex()Andrei Vagin2020-10-202-1/+111
| * futex: Adjust absolute futex timeouts with per time namespace offsetAndrei Vagin2020-10-201-0/+5
* | Merge tag 'sched-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-252-5/+12
|\ \
| * | sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli2020-10-142-4/+11
| * | sched: Replace zero-length array with flexible-arrayzhuguangqing2020-10-141-1/+1
* | | Merge tag 'perf-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-10-251-1/+1
|\ \ \
| * | | perf: correct SNOOPX field offsetAl Grant2020-10-191-1/+1
* | | | Merge tag 'locking-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-10-251-1/+1
|\ \ \ \
| * | | | locking/seqlocks: Fix kernel-doc warningsMauro Carvalho Chehab2020-10-141-1/+1
| | |/ / | |/| |
* | | | Merge tag 'ntb-5.10' of git://github.com/jonmason/ntbLinus Torvalds2020-10-253-5/+3
|\ \ \ \
| * | | | NTB: Use struct_size() helper in devm_kzalloc()Gustavo A. R. Silva2020-08-241-4/+1
| * | | | ntb: intel: Fix memleak in intel_ntb_pci_probeDinghao Liu2020-08-241-1/+1
| * | | | NTB: hw: amd: fix an issue about leak system resourcesKaige Li2020-08-241-0/+1
* | | | | Merge branch 'i2c/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-251-1/+10
|\ \ \ \ \
| * | | | | i2c: core: Restore acpi_walk_dep_device_list() getting called after registeri...Hans de Goede2020-10-251-1/+10
* | | | | | Merge tag '5.10-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-10-258-15/+213
|\ \ \ \ \ \
| * | | | | | cifs: update internal module version numberSteve French2020-10-241-1/+1
| * | | | | | smb3: add some missing definitions from MS-FSCCSteve French2020-10-232-0/+28
| * | | | | | smb3: remove two unused variablesSteve French2020-10-231-5/+0
| * | | | | | smb3: add support for stat of WSL reparse points for special file typesSteve French2020-10-236-14/+189