summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* pwm: pwm-mediatek: Allocate clk_pwms with devm_kmalloc_arrayAngeloGioacchino Del Regno2022-02-241-1/+1
* pwm: pwm-mediatek: Simplify error handling with dev_err_probe()AngeloGioacchino Del Regno2022-02-241-19/+11
* pwm: brcmstb: Remove useless lockingUwe Kleine-König2022-02-241-7/+0
* pwm: brcmstb: Implement .apply() callbackUwe Kleine-König2022-02-241-21/+24
* pwm: jz4740: Add support for X1000 SoCAidan MacDonald2022-02-241-0/+5
* pwm: vt8500: Rename variable pointing to driver private datazhaoxiao2022-02-241-19/+19
* pwm: pca9685: Reset OFF/ON registers to POR valueLionel Vitte2022-02-241-2/+2
* pwm: atmel: Remove redundant initialization of variable timeoutColin Ian King2022-02-241-1/+1
* pwm: raspberrypi-poe: Drop assignment to struct pwmchip::baseUwe Kleine-König2022-02-241-1/+0
* pwm: bcm-kona: Implement .apply() callbackUwe Kleine-König2022-02-241-32/+58
* pwm: tiehrpwm: Implement .apply() callbackUwe Kleine-König2022-02-241-5/+35
* pwm: pxa: Implement .apply() callbackUwe Kleine-König2022-02-021-5/+28
* pwm: stmpe: Rename variable pointing to driver private dataUwe Kleine-König2022-02-021-8/+8
* pwm: stmpe: Drop unused setting of driver dataUwe Kleine-König2022-02-021-2/+0
* pwm: sun4i: Rename variable pointing to driver private dataUwe Kleine-König2022-02-021-35/+35
* pwm: tegra: Rename variable pointing to driver private dataUwe Kleine-König2022-02-021-30/+29
* pwm: img: Rename variable pointing to driver private dataUwe Kleine-König2022-02-021-71/+70
* pwm: imx1: Implement .apply callbackUwe Kleine-König2022-02-021-5/+28
* pwm: lpc18xx-sct: Simplify driver by not using pwm_[gs]et_chip_data()Uwe Kleine-König2022-02-021-17/+6
* pwm: lpc18xx-sct: Reduce number of devm memory allocationsUwe Kleine-König2022-02-021-7/+5
* pwm: lpc18xx-sct: Initialize driver data and hardware before pwmchip_add()Uwe Kleine-König2022-02-021-11/+9
* pwm: meson: Drop always false check from .apply()Uwe Kleine-König2022-02-011-3/+0
* pwm: meson: Simplify duplicated per-channel trackingUwe Kleine-König2022-02-011-5/+6
* pwm: meson: Drop useless check for channel data being NULLUwe Kleine-König2022-02-011-2/+1
* pwm: meson: Drop always false check from .request()Uwe Kleine-König2022-02-011-7/+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