summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-12-26iio: linux/iio.h: fix Excess kernel-doc description warningiio-for-6.8bRandy Dunlap1-6/+0
2023-12-26MAINTAINERS: Add MAINTAINERS entry for AD7091RMarcelo Schmitt1-0/+8
2023-12-26iio: adc: Add support for AD7091R-8Marcelo Schmitt5-0/+297
2023-12-26dt-bindings: iio: Add AD7091R-8Marcelo Schmitt1-4/+78
2023-12-26iio: adc: Split AD7091R-5 config symbolMarcelo Schmitt2-1/+6
2023-12-26iio: adc: ad7091r: Add chip_info callback to get conversion result channelMarcelo Schmitt3-5/+14
2023-12-26iio: adc: ad7091r: Set device mode through chip_info callbackMarcelo Schmitt3-37/+39
2023-12-26iio: adc: ad7091r: Remove unneeded probe parametersMarcelo Schmitt3-9/+7
2023-12-26iio: adc: ad7091r: Move chip init data to container structMarcelo Schmitt3-30/+55
2023-12-26iio: adc: ad7091r: Move generic AD7091R code to base driver and header fileMarcelo Schmitt3-37/+42
2023-12-26iio: adc: ad7091r: Enable internal vref if external vref is not suppliedMarcelo Schmitt2-0/+9
2023-12-26iio: adc: ad7091r: Allow users to configure device eventsMarcelo Schmitt3-24/+166
2023-12-21iio: dac: driver for MCP4821Anshul Dalal4-0/+254
2023-12-21dt-bindings: iio: dac: add MCP4821Anshul Dalal1-0/+86
2023-12-21iio: buffer-dma: split iio_dma_buffer_fileio_free() functionAlexandru Ardelean1-19/+24
2023-12-21iio: buffer-dma: Get rid of outgoing queuePaul Cercueil2-25/+26
2023-12-21iio: buffer: Use IIO_SEPARATE instead of a hard-coded 0Christophe JAILLET1-3/+3
2023-12-21Merge tag 'w1-drv-6.8' of https://git.kernel.org/pub/scm/linux/kernel/git/krz...Greg Kroah-Hartman9-128/+659
2023-12-20Merge tag 'iio-for-6.8a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman89-409/+8176
2023-12-20w1: ds2433: add support for ds28ec20 eepromMarc Ferland1-9/+92
2023-12-20w1: ds2433: use the kernel bitmap implementationMarc Ferland1-6/+13
2023-12-20w1: ds2433: introduce a configuration structureMarc Ferland1-12/+35
2023-12-20w1: ds2433: remove unused definitionsMarc Ferland1-3/+0
2023-12-20w1: ds2490: support block sizes larger than 128 bytes in ds_read_blockMarc Ferland1-4/+21
2023-12-19Merge tag 'extcon-next-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman3-4/+10
2023-12-19Merge tag 'mhi-for-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/man...Greg Kroah-Hartman11-208/+680
2023-12-18Merge tag 'fpga-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman1-2/+2
2023-12-17iio: adc: ad7091r: Align arguments to function call parenthesisiio-for-6.8aMarcelo Schmitt1-2/+3
2023-12-17iio: adc: ad7091r: Set alert bit in config registerMarcelo Schmitt1-0/+6
2023-12-17iio: adc: ad7091r: Pass iio_dev to event handlerMarcelo Schmitt1-3/+3
2023-12-17scripts: checkpatch: Add __aligned to the list of attribute notesMarcelo Schmitt1-0/+1
2023-12-17iio: chemical: add support for Aosong AGS02MAAnshul Dalal4-0/+184
2023-12-17dt-bindings: iio: chemical: add aosong,ags02maAnshul Dalal1-0/+47
2023-12-17dt-bindings: vendor-prefixes: add aosongAnshul Dalal1-0/+2
2023-12-17iio: accel: bmi088: update comments and KconfigJun Yan3-3/+8
2023-12-17greybus: gb-beagleplay: Remove use of pad bytesAyush Singh1-15/+43
2023-12-16bus: mhi: host: Drop chan lock before queuing buffersQiang Yu1-0/+4
2023-12-16bus: mhi: host: Add spinlock to protect WP access when queueing TREsBhaumik Bhatt1-9/+13
2023-12-15parport: parport_serial: Add Brainboxes device IDs and geometryCameron Williams1-0/+56
2023-12-15parport: parport_serial: Add Brainboxes BAR detailsCameron Williams1-0/+8
2023-12-15firmware: xilinx: Remove zynqmp_pm_pinctrl_get_function()Michal Simek2-31/+0
2023-12-15firmware: xilinx: Remove clock_setrate and clock_getrate apiMichal Simek2-52/+0
2023-12-15VMCI: Remove VMCI_HANDLE_ARRAY_HEADER_SIZE and VMCI_HANDLE_ARRAY_MAX_CAPACITYChristophe JAILLET1-6/+0
2023-12-15VMCI: Remove handle_arr_calc_size()Christophe JAILLET1-9/+3
2023-12-15spmi: mediatek: add device id checkSen Chu1-0/+6
2023-12-15spmi: Return meaningful errors in spmi_controller_alloc()Fei Shao2-5/+5
2023-12-15spmi: hisi-spmi-controller: Use devm_spmi_controller_add()Fei Shao1-9/+1
2023-12-15spmi: mtk-pmif: Reorder driver remove sequenceFei Shao1-1/+1
2023-12-15spmi: Use devm_spmi_controller_alloc()Fei Shao3-89/+46
2023-12-15spmi: Introduce device-managed functionsFei Shao3-1/+68
2023-12-15spmi: mediatek: Fix UAF on device removeYu-Che Cheng1-2/+5
2023-12-15spmi: mtk-pmif: Serialize PMIF status check and command submissionNícolas F. R. A. Prado1-4/+16
2023-12-15mmc: rtsx: add rts5264 to support sd express cardRicky Wu1-1/+16
2023-12-15misc: rtsx: add to support new card reader rts5264Ricky Wu2-5/+26
2023-12-15misc: rtsx: add to support new card reader rts5264 new definition and functionRicky Wu4-1/+1173
2023-12-15cdx: Explicitly include correct DT includes, againRob Herring1-0/+3
2023-12-15misc: nsm: remove selecting the non-existing config CBORLukas Bulwahn1-1/+0
2023-12-15pcmcia: xxs1500_ss: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-15pcmcia: sa1100: Convert to platform remove callback returning voidUwe Kleine-König1-5/+3
2023-12-15pcmcia: pxa2xx: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-15pcmcia: omap_cf: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-12-15pcmcia: electra_cf: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-15pcmcia: db1xxx_ss: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-15pcmcia: bcm63xx: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-12-15tools/testing/nvdimm: Add compile-test coverage for ndtestDan Williams1-0/+1
2023-12-15mcb: core: fix kernel-doc warningsRandy Dunlap1-2/+3
2023-12-15binder: use enum for binder ioctlsAlice Ryhl1-14/+16
2023-12-15mei: rework Kconfig dependenciesArnd Bergmann4-11/+9
2023-12-15mei: fix vsc dependencyArnd Bergmann1-0/+1
2023-12-15mei: vsc: Rework firmware image namesSakari Ailus1-62/+10
2023-12-15mei: pxp: spdx should be at first lineAlexander Usyskin1-1/+0
2023-12-15mei: fix spellos in mei.hRandy Dunlap1-2/+2
2023-12-15nvmem: stm32: add support for STM32MP25 BSEC to control OTP dataPatrick Delaunay1-0/+16
2023-12-15dt-bindings: nvmem: add new stm32mp25 compatible for stm32-romemPatrick Delaunay1-0/+1
2023-12-15nvmem: core: Expose cells through sysfsMiquel Raynal2-1/+135
2023-12-15ABI: sysfs-nvmem-cells: Expose cells through sysfsMiquel Raynal1-0/+21
2023-12-15nvmem: core: Rework layouts to become regular devicesMiquel Raynal9-135/+354
2023-12-15nvmem: Move and rename ->fixup_cell_info()Miquel Raynal5-24/+15
2023-12-15nvmem: Simplify the ->add_cells() hookMiquel Raynal4-10/+6
2023-12-15nvmem: Create a header for internal sharingMiquel Raynal2-23/+36
2023-12-15nvmem: Move of_nvmem_layout_get_container() in another headerMiquel Raynal3-15/+21
2023-12-15of: device: Export of_device_make_bus_id()Miquel Raynal3-40/+47
2023-12-15PCI: epf-mhi: Fix the DMA data direction of dma_unmap_single()Manivannan Sadhasivam1-1/+1
2023-12-15bus: mhi: ep: Add checks for read/write callbacks while registering controllersManivannan Sadhasivam1-0/+4
2023-12-15bus: mhi: ep: Add support for async DMA read operationManivannan Sadhasivam1-73/+89
2023-12-15bus: mhi: ep: Add support for async DMA write operationManivannan Sadhasivam3-20/+59
2023-12-14PCI: epf-mhi: Enable MHI async read/write supportManivannan Sadhasivam1-3/+4
2023-12-14PCI: epf-mhi: Add support for DMA async read/write operationManivannan Sadhasivam1-3/+228
2023-12-14PCI: epf-mhi: Simulate async read/write using iATUManivannan Sadhasivam1-0/+6
2023-12-14bus: mhi: ep: Introduce async read/write callbacksManivannan Sadhasivam1-0/+9
2023-12-14bus: mhi: ep: Rename read_from_host() and write_to_host() APIsManivannan Sadhasivam4-14/+14
2023-12-14bus: mhi: ep: Pass mhi_ep_buf_info struct to read/write APIsManivannan Sadhasivam4-62/+84
2023-12-14bus: mhi: ep: Add support for interrupt moderation timerManivannan Sadhasivam3-4/+40
2023-12-14bus: mhi: ep: Use slab allocator where applicableManivannan Sadhasivam2-17/+52
2023-12-14bus: mhi: host: Add alignment check for event ring read pointerKrishna chaitanya chundru1-1/+2
2023-12-14bus: mhi: host: pci_generic: Add SDX75 based modem supportQiang Yu1-0/+22
2023-12-14bus: mhi: host: Add a separate timeout parameter for waiting readyQiang Yu5-10/+26
2023-12-14bus: mhi: ep: Do not allocate event ring element on stackManivannan Sadhasivam1-18/+50
2023-12-12Merge tag 'coresight-next-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman26-118/+1429
2023-12-12extcon: qcom-spmi-misc: don't use kernel-doc marker for commentRandy Dunlap1-1/+1
2023-12-11dt-bindings: iio: humidity: Add TI HDC302x supportLi peiyu1-0/+55
2023-12-11iio: humidity: Add driver for ti HDC302x humidity sensorsLi peiyu1-0/+473
2023-12-11iio: ABI: document temperature and humidity peak/trough raw attributesJavier Carrasco1-1/+12
2023-12-11iio: core: introduce trough info element for minimum valuesJavier Carrasco2-0/+2
2023-12-11iio: light: driver for Lite-On ltr390Anshul Dalal4-0/+215
2023-12-11dt-bindings: iio: light: add ltr390Anshul Dalal1-0/+56
2023-12-11iio: light: isl76682: remove unreachable codeJiapeng Chong1-1/+0
2023-12-11iio: pressure: driver for Honeywell HSC/SSC seriesPetre Rodan7-0/+730
2023-12-11dt-bindings: iio: pressure: add honeywell,hsc030Petre Rodan1-0/+142
2023-12-11doc: iio: Document intensity scale as poorly definedMarek Vasut1-1/+3
2023-12-11dt-bindings: iio: temperature: add MLX90635 deviceCrt Mori1-2/+17
2023-12-11iio: temperature: mlx90635 MLX90635 IR Temperature sensorCrt Mori4-0/+1117
2023-12-11iio: adc: adi-axi-adc: convert to regmapNuno Sa2-34/+53
2023-12-11Merge 6.7-rc5 into char-misc-nextGreg Kroah-Hartman688-3670/+7525
2023-12-10Linux 6.7-rc5Linus Torvalds1-1/+1
2023-12-10Merge tag 'sched_urgent_for_v6.7_rc5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2023-12-10Merge tag 'perf_urgent_for_v6.7_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-23/+38
2023-12-10Merge tag 'x86_urgent_for_v6.7_rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+10
2023-12-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-23/+27
2023-12-10iio: adc: ad9467: use the more common !val NULL checkNuno Sa1-1/+1
2023-12-10iio: adc: ad9467: use chip_info variables instead of arrayNuno Sa1-46/+43
2023-12-10iio: adc: ad9467: use spi_get_device_match_data()Nuno Sa1-3/+1
2023-12-10iio: adc: ad9467: fix scale settingNuno Sa3-59/+66
2023-12-10iio: adc: ad9467: add mutex to struct ad9467_stateNuno Sa1-1/+6
2023-12-10iio: adc: ad9467: don't ignore error codesNuno Sa1-10/+17
2023-12-10iio: adc: ad9467: fix reset gpio handlingNuno Sa1-13/+18
2023-12-10iio: adc: mcp3911: simplify code with guard macroMarcus Folkesson1-41/+23
2023-12-09Merge tag 'powerpc-6.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-2/+2
2023-12-09Merge tag 'gpio-fixes-for-v6.7-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+9
2023-12-09Merge tag 'usb-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-9/+9
2023-12-09Merge tag 'tty-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds6-65/+85
2023-12-09Merge tag 'char-misc-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds16-74/+79
2023-12-09Merge tag 'loongarch-fixes-6.7-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-20/+12
2023-12-09Merge tag 'mips-fixes_6.7_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-33/+64
2023-12-09Merge tag 'perf-tools-fixes-for-v6.7-2-2023-12-08' of git://git.kernel.org/pu...Linus Torvalds3-1/+9
2023-12-09Merge tag '6.7-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-58/+187
2023-12-09LoongArch: BPF: Fix unconditional bswap instructionsTiezhu Yang1-2/+2
2023-12-09LoongArch: BPF: Fix sign-extension mov instructionsTiezhu Yang1-0/+2
2023-12-09LoongArch: BPF: Don't sign extend function return valueHengqi Chen1-2/+0
2023-12-09LoongArch: BPF: Don't sign extend memory load operandHengqi Chen1-8/+2
2023-12-09LoongArch: Preserve syscall nr across execve()Hengqi Chen1-1/+1
2023-12-09LoongArch: Set unwind stack type to unknown rather than set error flagJinyang He3-3/+2
2023-12-09LoongArch: Slightly clean up drdtime()Xi Ruoyao1-3/+2
2023-12-09LoongArch: Apply dynamic relocations for LLDWANG Rui1-1/+1
2023-12-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+1
2023-12-08Merge tag 'block-6.7-2023-12-08' of git://git.kernel.dk/linuxLinus Torvalds12-134/+197
2023-12-08Merge tag 'io_uring-6.7-2023-12-08' of git://git.kernel.dk/linuxLinus Torvalds4-17/+13
2023-12-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds14-44/+90
2023-12-08Merge tag 'pm-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-4/+13
2023-12-08Merge tag 'acpi-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-1/+1
2023-12-08Merge tag 'hwmon-for-v6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-4/+25
2023-12-08Merge tag 'pwm/for-6.7-rc5-fixes' of https://git.pengutronix.de/git/ukl/linuxLinus Torvalds1-0/+2
2023-12-08Merge tag 'sound-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds32-108/+335
2023-12-08Merge tag 'drm-fixes-2023-12-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds39-98/+503
2023-12-08KVM: SVM: Update EFER software model on CR0 trap for SEV-ESSean Christopherson1-3/+5
2023-12-08hwmon: (corsair-psu) Fix probe when built-inArmin Wolf1-1/+17
2023-12-08KVM: selftests: add -MP to CFLAGSDavid Woodhouse1-1/+1
2023-12-08KVM: selftests: Actually print out magic token in NX hugepages skip messageangquan yu1-1/+1
2023-12-08Merge tag 'kvm-x86-fixes-6.7-rcN' of https://github.com/kvm-x86/linux into kv...Paolo Bonzini3-13/+15
2023-12-08Merge tag 'kvm-s390-master-6.7-1' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini2-5/+1
2023-12-08Merge tag 'kvmarm-fixes-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini1-0/+4
2023-12-08Merge tag 'riscv-for-linus-6.7-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-48/+106
2023-12-08Merge tag 'soc-fixes-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds55-328/+396
2023-12-08Merge tag 'trace-v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-112/+69
2023-12-08Merge tag 'mm-hotfixes-stable-2023-12-07-18-47' of git://git.kernel.org/pub/s...Linus Torvalds32-250/+282
2023-12-08Merge tag 'v6.7-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann14-18/+20
2023-12-08w1: amd_axi_w1: Explicitly include correct DT includesRob Herring1-1/+2
2023-12-08Merge tag 'exynos-drm-next-for-v6.7-rc5' of git://git.kernel.org/pub/scm/linu...Dave Airlie2-5/+5
2023-12-08Merge tag 'amd-drm-fixes-6.7-2023-12-06' of https://gitlab.freedesktop.org/ag...Dave Airlie15-53/+187
2023-12-08Merge tag 'drm-misc-fixes-2023-12-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie10-32/+207
2023-12-07Merge tag 'net-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds88-356/+821
2023-12-08Merge tag 'drm-intel-fixes-2023-12-07' of git://anongit.freedesktop.org/drm/d...Dave Airlie13-8/+92
2023-12-07Merge tag 'cgroup-for-6.7-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+7
2023-12-07ACPI: utils: Fix error path in acpi_evaluate_reference()Rafael J. Wysocki1-1/+1
2023-12-07Merge tag 'wq-for-6.7-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+15
2023-12-07Merge tag 'regmap-fix-v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+1
2023-12-07Merge tag 'devicetree-fixes-for-6.7-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-6/+44
2023-12-07Merge tag 'platform-drivers-x86-v6.7-3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds9-41/+153
2023-12-07Merge tag 'x86-int80-20231207' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-85/+118
2023-12-07Merge tag 'md-fixes-20231207-1' of https://git.kernel.org/pub/scm/linux/kerne...Jens Axboe1-4/+26
2023-12-07ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7Takashi Iwai1-0/+1
2023-12-07md: split MD_RECOVERY_NEEDED out of mddev_resumeYu Kuai1-4/+26
2023-12-07vsock/virtio: fix "comparison of distinct pointer types lacks a cast" warningStefano Garzarella1-2/+1
2023-12-07net/smc: fix missing byte order conversion in CLC handshakeWen Gu3-9/+8
2023-12-07net: dsa: microchip: provide a list of valid protocols for xmit handlerSean Nyekjaer1-4/+12
2023-12-07Merge branch 'generic-netlink-multicast-fixes'Jakub Kicinski4-2/+10
2023-12-07drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel3-1/+8
2023-12-07psample: Require 'CAP_NET_ADMIN' when joining "packets" groupIdo Schimmel1-1/+2
2023-12-07Merge branch 'fixes-for-ktls'Jakub Kicinski2-0/+21
2023-12-07bpf: sockmap, updating the sg structure should also update currJohn Fastabend1-0/+19
2023-12-07net: tls, update curr on splice as wellJohn Fastabend1-0/+2
2023-12-07x86/tdx: Allow 32-bit emulation by defaultKirill A. Shutemov1-9/+0
2023-12-07x86/entry: Do not allow external 0x80 interruptsThomas Gleixner1-1/+36
2023-12-07x86/entry: Convert INT 0x80 emulation to IDTENTRYThomas Gleixner7-85/+64
2023-12-07x86/coco: Disable 32-bit emulation by default on TDX and SEVKirill A. Shutemov3-0/+28
2023-12-07Merge tag 'nf-23-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski7-19/+40
2023-12-07io_uring/af_unix: disable sending io_uring over socketsPavel Begunkov2-7/+6
2023-12-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski7-55/+185
2023-12-07Merge tag 'nvme-6.7-2023-12-7' of git://git.infradead.org/nvme into block-6.7Jens Axboe10-64/+119
2023-12-07nvme-pci: Add sleep quirk for Kingston drivesGeorg Gottleuber2-1/+20