summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-02-28habanalabs: fix use-after-free bugOded Gabbay1-2/+2
2022-02-28habanalabs: rephrase error messages in PCI initializationOded Gabbay1-2/+2
2022-02-28habanalabs: fix spelling mistakeOded Gabbay1-1/+1
2022-02-28habanalabs: Timestamps buffers registrationfarah kassabri7-58/+690
2022-02-28habanalabs: fix race when waiting on encaps signalDani Liberman1-5/+8
2022-02-28habanalabs: silence an uninitialized variable warningDan Carpenter1-0/+2
2022-02-28habanalabs: remove duplicate printOded Gabbay1-6/+1
2022-02-28habanalabs: prevent false heartbeat failure during soft-resetTomer Tayar1-2/+5
2022-02-28habanalabs: fix race between wait and irqOded Gabbay1-1/+5
2022-02-28habanalabs: fix user interrupt wait when timeout is 0Oded Gabbay1-4/+6
2022-02-28habanalabs: reject host map with mmu disabledOded Gabbay1-19/+11
2022-02-28habanalabs: expose number of user interruptsOded Gabbay2-2/+7
2022-02-28habanalabs: update to latest f/w specsOded Gabbay1-0/+5
2022-02-28habanalabs: add missing error check in sysfs max_power_showTomer Tayar3-3/+5
2022-02-28habanalabs: fix soft reset flow in case of failureDani Liberman1-0/+3
2022-02-28habanalabs: add missing error check in sysfs clk_freq_mhz_showTomer Tayar1-0/+4
2022-02-28habanalabs: avoid copying pll data if pll_info_get failsTomer Tayar1-2/+4
2022-02-28habanalabs: don't free phys_pg_pack inside lockOded Gabbay2-5/+14
2022-02-28habanalabs: duplicate HOP table props to MMU propsOhad Sharabi2-0/+9
2022-02-28habanalabs: there is no kernel TDR in future ASICsOded Gabbay1-4/+13
2022-02-28habanalabs: sysfs support for fw os versionRajaravi Krishna Katta3-0/+18
2022-02-28habanalabs: use common wrapper for MMU cache invalidationOded Gabbay2-6/+5
2022-02-28habanalabs: remove power9 workaround for dma supportOded Gabbay4-25/+3
2022-02-28habanalabs: add vrm version to sysfsOded Gabbay7-28/+85
2022-02-28habanalabs: rename dev_attr_grp to dev_clk_attr_grpOded Gabbay4-12/+9
2022-02-28habanalabs: remove asic callback set_pll_profile()Oded Gabbay5-9/+7
2022-02-28habanalabs: move more f/w functions to firmware_if.cOded Gabbay5-158/+141
2022-02-28habanalabs: remove hwmgr.cOded Gabbay6-54/+46
2022-02-28habanalabs: get clk is common functionOded Gabbay5-18/+15
2022-02-28habanalabs: sysfs functions should be in sysfs.cOded Gabbay4-76/+71
2022-02-28habanalabs: make some MMU functions commonOhad Sharabi3-37/+72
2022-02-28habanalabs: remove ASIC functions of clock gatingOded Gabbay5-142/+5
2022-02-28habanalabs/gaudi: disable CGM permanentlyOded Gabbay6-221/+66
2022-02-28habanalabs: fix possible memory leak in MMU DR finiOhad Sharabi1-1/+1
2022-02-28habanalabs: check the return value of hl_cs_poll_fences()Tomer Tayar1-1/+1
2022-02-28dt-bindings: iio: afe: add bindings for temperature transducersLiam Beguin1-0/+114
2022-02-28dt-bindings: iio: afe: add bindings for temperature-sense-rtdLiam Beguin1-0/+101
2022-02-28iio: afe: rescale: add temperature transducersLiam Beguin1-0/+32
2022-02-28iio: afe: rescale: add RTD temperature sensor supportLiam Beguin1-0/+48
2022-02-28iio: test: add basic tests for the iio-rescale driverLiam Beguin3-0/+721
2022-02-28Merge 5.17-rc6 into char-misc-nextGreg Kroah-Hartman509-2585/+4153
2022-02-27Linux 5.17-rc6v5.17-rc6Linus Torvalds1-1/+1
2022-02-27Merge tag 'irq-urgent-2022-02-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+7
2022-02-27Merge tag 'dma-mapping-5.17-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-1/+18
2022-02-27Merge tag 'pinctrl-v5-17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-8/+13
2022-02-27iio: afe: rescale: reduce risk of integer overflowLiam Beguin1-5/+18
2022-02-27iio: afe: rescale: fix accuracy for small fractional scalesLiam Beguin1-3/+17
2022-02-27iio: afe: rescale: add offset supportLiam Beguin2-0/+85
2022-02-27iio: afe: rescale: add INT_PLUS_{MICRO,NANO} supportLiam Beguin1-0/+34
2022-02-27iio: afe: rescale: expose scale processing functionLiam Beguin2-37/+60