summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | iio: adc: ad9467: Fix the "don't allow reading vref if not available" caseChristophe JAILLET2024-12-071-3/+12
| | * | | | iio: adc: at91: call input_free_device() on allocated iio_devJoe Hattori2024-12-071-1/+1
| | * | | | iio: adc: ad7173: fix using shared static info structDavid Lechner2024-12-071-4/+6
| | * | | | iio: adc: ti-ads124s08: Use gpiod_set_value_cansleep()Fabio Estevam2024-12-071-2/+2
| | * | | | iio: adc: ti-ads1119: fix information leak in triggered bufferJavier Carrasco2024-12-071-0/+2
| | * | | | iio: pressure: zpa2326: fix information leak in triggered bufferJavier Carrasco2024-12-071-0/+2
| | * | | | iio: adc: rockchip_saradc: fix information leak in triggered bufferJavier Carrasco2024-12-071-0/+2
| | * | | | iio: imu: kmx61: fix information leak in triggered bufferJavier Carrasco2024-12-071-1/+1
| | * | | | iio: light: vcnl4035: fix information leak in triggered bufferJavier Carrasco2024-12-071-1/+1
| | * | | | iio: light: bh1745: fix information leak in triggered bufferJavier Carrasco2024-12-071-0/+2
| | * | | | iio: adc: ti-ads8688: fix information leak in triggered bufferJavier Carrasco2024-12-071-1/+1
| | * | | | iio: dummy: iio_simply_dummy_buffer: fix information leak in triggered bufferJavier Carrasco2024-12-071-1/+1
| | * | | | iio: test: Fix GTS test configMatti Vaittinen2024-12-071-1/+1
| | * | | | dt-bindings: iio: st-sensors: Re-add IIS2MDC magnetometerSean Nyekjaer2024-12-071-0/+1
| | * | | | iio: adc: ti-ads1298: Add NULL check in ads1298_initCharles Han2024-12-071-0/+2
| | * | | | iio: adc: stm32-dfsdm: handle label as an optional propertyOlivier Moysan2024-12-071-5/+8
| | * | | | iio: adc: ad4695: fix buffered read, single sample timingsTrevor Gamblin2024-12-071-31/+69
| | * | | | iio: imu: inv_icm42600: fix timestamps after suspend if sensor is onJean-Baptiste Maneyrol2024-12-071-1/+6
| | * | | | iio: imu: inv_icm42600: fix spi burst write not supportedJean-Baptiste Maneyrol2024-12-073-1/+18
| | * | | | iio: gyro: fxas21002c: Fix missing data update in trigger handlerCarlos Song2024-12-071-1/+8
| | * | | | iio: test : check null return of kunit_kmalloc in iio_rescale_test_scalePei Xiao2024-12-071-0/+4
| | * | | | iio: adc: ad7124: Disable all channels at probe timeUwe Kleine-König2024-12-071-0/+3
| | * | | | staging: iio: ad9832: Correct phase range checkZicheng Qu2024-12-071-1/+1
| | * | | | staging: iio: ad9834: Correct phase range checkZicheng Qu2024-12-071-1/+1
* | | | | | Merge tag 'driver-core-6.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6 days4-40/+77
|\ \ \ \ \ \
| * | | | | | fs: debugfs: fix open proxy for unsafe filesJohannes Berg9 days1-1/+1
| * | | | | | MAINTAINERS: align Danilo's maintainer entriesDanilo Krummrich11 days1-2/+2
| * | | | | | topology: Keep the cpumask unchanged when printing cpumapLi Huafei11 days1-4/+20
| * | | | | | debugfs: fix missing mutex_destroy() in short_fops caseAl Viro11 days1-1/+1
| * | | | | | fs: debugfs: differentiate short fops with proxy opsJohannes Berg11 days3-34/+55
| |/ / / / /
* | | | | | Merge tag 'staging-6.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6 days41-295/+165
|\ \ \ \ \ \
| * | | | | | staging: gpib: mite: remove unused global functionsGreg Kroah-Hartman10 days2-78/+0
| * | | | | | staging: gpib: refer to correct config symbol in tnt4882 MakefileLukas Bulwahn11 days1-1/+1
| * | | | | | mailmap: update Bingwu Zhang's email addressBingwu Zhang2024-12-201-0/+2
| * | | | | | staging: gpib: fix address space mixupArnd Bergmann2024-12-2022-116/+123
| * | | | | | staging: gpib: use ioport_mapArnd Bergmann2024-12-204-89/+23
| * | | | | | staging: gpib: fix pcmcia dependenciesArnd Bergmann2024-12-201-2/+5
| * | | | | | staging: gpib: add module author and description fieldsArnd Bergmann2024-12-201-0/+2
| * | | | | | staging: gpib: fix MakefilesArnd Bergmann2024-12-2016-16/+16
| * | | | | | staging: gpib: make global 'usec_diff' functions staticArnd Bergmann2024-12-202-2/+2
| * | | | | | staging: gpib: Modify mismatched function nameJiapeng Chong2024-12-201-4/+4
| * | | | | | staging: gpib: Add lower bound check for secondary addressDave Penkler2024-12-201-1/+1
| * | | | | | staging: gpib: Fix erroneous removal of blank before newlineDave Penkler2024-12-201-3/+3
| |/ / / / /
* | | | | | Merge tag 'tty-6.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds6 days3-4/+7
|\ \ \ \ \ \
| * | | | | | serial: stm32: use port lock wrappers for break controlBen Wolsieffer2024-12-231-2/+2
| * | | | | | serial: imx: Use uart_port_lock_irq() instead of uart_port_lock()Xiaolei Wang2024-12-231-2/+2
| * | | | | | tty: serial: 8250: Fix another runtime PM usage counter underflowIlpo Järvinen2024-12-231-0/+3
| |/ / / / /
* | | | | | Merge tag 'usb-6.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds6 days20-41/+84
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'usb-serial-6.13-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman8 days2-1/+4
| |\ \ \ \ \ \
| | * | | | | | USB: serial: option: add Neoway N723-EA supportMichal Hrusecky11 days1-0/+1