summaryrefslogtreecommitdiffstats
path: root/scripts/check-uapi.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-05dt-bindings: nvmem: mediatek: efuse: add support for MT7981Rafał Miłecki1-0/+1
2024-07-05nvmem: add missing MODULE_DESCRIPTION() macrosJeff Johnson3-0/+3
2024-07-04misc: Register a PPI for the vcpu stall detection virtual deviceSebastian Ene1-2/+29
2024-07-04dt-bindings: vcpu_stall_detector: Add a PPI interrupt to the virtual deviceSebastian Ene1-0/+6
2024-07-04misc: keba: Add basic KEBA CP500 system FPGA supportGerhard Engleder7-0/+525
2024-07-04eeprom: ee1004: Instantiate jc42 devices for DIMMS implementing Rev.1 SPDGuenter Roeck1-3/+20
2024-07-04eeprom: ee1004: Call i2c_new_scanned_device to instantiate thermal sensorGuenter Roeck1-3/+3
2024-07-04eeprom: ee1004: Add nvmem supportArmin Wolf2-20/+40
2024-07-04eeprom: ee1004: Use devres for bus data cleanupArmin Wolf1-21/+21
2024-07-03parport: Remove parport_driver.devmodelDr. David Alan Gilbert24-27/+0
2024-07-03parport: Remove attach function pointerDr. David Alan Gilbert1-1/+0
2024-07-03parport: Remove 'drivers' listDr. David Alan Gilbert2-10/+0
2024-07-03mcb: remove unused struct 'mcb_parse_priv'Dr. David Alan Gilbert1-5/+0
2024-07-03misc: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König9-10/+10
2024-07-03bsr: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-07-03platform/goldfish: goldfish_pipe: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-07-03dca: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-07-03greybus: add missing MODULE_DESCRIPTION() macrosJeff Johnson2-0/+2
2024-07-03intel_th: msu-sink: add missing MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-07-03dsp56k: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-07-03dtlk: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-07-03misc: ti-st: st_kim: use 'time_left' variable with wait_for_completion_interr...Wolfram Sang1-4/+4
2024-07-03misc: tifm: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang1-3/+3
2024-07-03misc: bh1770glc: use 'time_left' variable with wait_event_interruptible_timeo...Wolfram Sang1-5/+5
2024-07-03misc: apds990x: use 'time_left' variable with wait_event_interruptible_timeout()Wolfram Sang1-5/+5
2024-07-03binder_alloc: Replace kcalloc with kvcalloc to mitigate OOM issuesLei Liu1-5/+5
2024-07-03binder: use bitmap for faster descriptor lookupCarlos Llamas3-14/+279
2024-07-02iio: adc: ad7173: Fix uninitialized symbol is_current_chanJonathan Cameron1-1/+3
2024-07-01iio: adc: Add support for MediaTek MT6357/8/9 Auxiliary ADCAngeloGioacchino Del Regno3-0/+619
2024-07-01math.h: Add unsigned 8 bits fractional numbers typeAngeloGioacchino Del Regno1-0/+2
2024-07-01dt-bindings: iio: adc: Add MediaTek MT6359 PMIC AUXADCAngeloGioacchino Del Regno4-0/+98
2024-07-01counter: ti-eqep: Allow eQEP driver to be built for K3 devicesJudith Mendez1-1/+1
2024-07-01hwtracing: use for_each_endpoint_of_node()Kuninori Morimoto1-2/+2
2024-07-01counter/ti-eqep: Add new ti-am62-eqep compatibleJudith Mendez1-0/+1
2024-07-01dt-bindings: counter: Add new ti,am62-eqep compatibleJudith Mendez1-5/+22
2024-07-01counter: ti-eqep: remove counter_priv() wrapperDavid Lechner1-14/+9
2024-07-01counter: ti-eqep: remove unused struct memberDavid Lechner1-1/+0
2024-07-01counter: ti-eqep: implement over/underflow eventsDavid Lechner1-1/+105
2024-07-01counter: ftm-quaddec: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-30Linux 6.10-rc6v6.10-rc6Linus Torvalds1-1/+1
2024-06-30ata: ahci: Clean up sysfs file on errorNiklas Cassel1-5/+12
2024-06-30ata: libata-core: Fix double free on errorNiklas Cassel1-4/+4
2024-06-30ata,scsi: libata-core: Do not leak memory for ata_port struct membersNiklas Cassel4-14/+19
2024-06-30ata: libata-core: Fix null pointer dereference on errorNiklas Cassel1-0/+3
2024-06-30x86-32: fix cmpxchg8b_emu build error with clangLinus Torvalds1-7/+5
2024-06-30iio: common: scmi_iio: convert to dev_err_probe()Nuno Sa1-26/+19
2024-06-30iio: backend: make use of dev_err_cast_probe()Nuno Sa1-5/+3
2024-06-30iio: temperature: ltc2983: convert to dev_err_probe()Nuno Sa1-148/+114
2024-06-30dev_printk: add new dev_err_probe() helpersNuno Sa1-0/+8
2024-06-30iio: xilinx-ams: Add labelsSean Anderson1-48/+59