summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* mfd: arizona: Add missing statics to the of_match_tablesCharles Keepax2022-03-082-2/+2
* mfd: intel_soc_pmic_crc: Set main IRQ domain bus token to DOMAIN_BUS_NEXUSHans de Goede2022-03-081-0/+4
* mfd: intel_soc_pmic_crc: Add crystal_cove_charger cell to BYT cellsHans de Goede2022-03-081-0/+9
* mfd: intel_soc_pmic_crc: Sort cells by IRQ orderHans de Goede2022-03-081-13/+13
*-------. Merge branches 'ib-mfd-hwmon-regulator-5.18', 'ib-mfd-iio-5.18', 'ib-mfd-led-...Lee Jones2022-03-0813-62/+300
|\ \ \ \ \
| | | | | * spi: s3c64xx: Allow controller-data to be optionalKrzysztof Kozlowski2022-03-071-8/+6
| | | |_|/ | | |/| |
| | | | * mfd: mc13xxx: Add check for mc13xxx_irq_requestJiasheng Jiang2022-03-071-1/+3
| | | | * rtc: max77686: Add MAX77714 supportLuca Ceresoli2022-03-072-1/+25
| | | | * watchdog: max77620: Add comment to clarify set_timeout procedureLuca Ceresoli2022-03-071-0/+5
| | | | * watchdog: max77620: Add support for the max77714 variantLuca Ceresoli2022-03-072-17/+65
| | | | * mfd: max77714: Add driver for Maxim MAX77714 PMICLuca Ceresoli2022-03-073-0/+167
| | | | * rtc: max77686: Remove unused code to read in 12-hour modeLuca Ceresoli2022-03-071-13/+1
| | | | * rtc: max77686: Rename day-of-month definesLuca Ceresoli2022-03-072-9/+9
| | | | * rtc: max77686: Convert comments to kernel-doc formatLuca Ceresoli2022-03-071-9/+12
| | | |/ | | |/|
| | | * mfd: Add support for the MediaTek MT6366 PMICJohnson Wang2022-03-071-0/+1
| | |/
| * | iio: temperature: iqs620at-temp: Add support for V3 siliconJeff LaBundy2022-02-141-1/+3
| * | mfd: iqs62x: Provide device revision to sub-devicesJeff LaBundy2022-02-141-3/+3
| |/
* | hwmon: sy7636a: Add temperature driver for sy7636aAlistair Francis2022-02-083-0/+116
* | regulator: sy7636a: Remove requirement on sy7636a mfdAlistair Francis2022-02-082-3/+5
* | mfd: simple-mfd-i2c: Enable support for the silergy,sy7636aAlistair Francis2022-02-081-0/+11
* | mfd: simple-mfd-i2c: Add a Kconfig nameAlistair Francis2022-02-081-1/+1
|/
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-2316-31/+29
|\
| * bitmap: unify find_bit operationsYury Norov2022-01-151-1/+1
| * Replace for_each_*_bit_from() with for_each_*_bit() where appropriateYury Norov2022-01-152-4/+3
| * cpumask: replace cpumask_next_* with cpumask_first_* where appropriateYury Norov2022-01-153-3/+3
| * all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2022-01-1511-24/+23
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-2231-176/+190
|\ \
| * | lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Vlastimil Babka2022-01-224-0/+17
| * | proc: remove PDE_DATA() completelyMuchun Song2022-01-2218-83/+83
| * | scsi/sg: move sg-big-buff sysctl to scsi/sg.cXiaoming Ni2022-01-221-1/+34
| * | random: move the random sysctl declarations to its own fileXiaoming Ni2022-01-221-2/+12
| * | firmware_loader: move firmware sysctl to its own filesXiaoming Ni2022-01-223-3/+40
| * | cdrom: simplify subdirectory registration with register_sysctl()Luis Chamberlain2022-01-221-22/+1
| * | macintosh/mac_hid.c: simplify subdirectory registration with register_sysctl()Luis Chamberlain2022-01-221-23/+1
| * | i915: simplify subdirectory registration with register_sysctl()Luis Chamberlain2022-01-221-21/+1
| * | hpet: simplify subdirectory registration with register_sysctl()Luis Chamberlain2022-01-221-21/+1
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-01-2221-277/+384
|\ \ \
| * | | scsi: nsp_cs: Check of ioremap return valueJiasheng Jiang2022-01-101-0/+3
| * | | scsi: ufs: ufs-mediatek: Fix error checking in ufs_mtk_init_va09_pwr_ctrl()Miaoqian Lin2022-01-101-1/+1
| * | | scsi: ufs: Modify Tactive time setting conditionsSEO HOYOUNG2022-01-101-1/+1
| * | | scsi: efct: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-101-7/+4
| * | | scsi: message: fusion: mptctl: Use dma_alloc_coherent()Christophe JAILLET2022-01-101-12/+19
| * | | scsi: message: fusion: mptsas: Use dma_alloc_coherent()Christophe JAILLET2022-01-101-20/+20
| * | | scsi: message: fusion: Use dma_alloc_coherent() in mptsas_exp_repmanufacture_...Christophe JAILLET2022-01-101-1/+2
| * | | scsi: message: fusion: mptbase: Use dma_alloc_coherent()Christophe JAILLET2022-01-101-20/+32
| * | | scsi: message: fusion: Use dma_alloc_coherent() in mpt_alloc_fw_memory()Christophe JAILLET2022-01-101-1/+2
| * | | scsi: message: fusion: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET2022-01-104-132/+154
| * | | scsi: megaraid: Avoid mismatched storage type sizesKees Cook2022-01-071-50/+34
| * | | scsi: hisi_sas: Remove unused variable and check in hisi_sas_send_ata_reset_e...Xiang Chen2022-01-071-5/+0
| * | | scsi: aic79xx: Remove redundant error variableMinghao Chi2022-01-051-5/+1