summaryrefslogtreecommitdiff
path: root/include/linux/mfd/mt6358
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-06-10 07:15:58 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-06-10 07:15:58 -0400
commitb9d5d463c216763cec719c04536ea9e14512cad4 (patch)
tree47dea8d37a16113bc725f82fb67cfd81632faf6a /include/linux/mfd/mt6358
parentdc86041f8d31ab7937f779a4253c106c027c4d92 (diff)
downloadkernel-linux-6.14.y.tar.gz
Linux 6.14.11linux-6.14.y
Link: https://lore.kernel.org/r/20250607100717.706871523@linuxfoundation.org Tested-by: Ron Economos <re@w6rz.net> Tested-by: Linux Kernel Functional Testing <lkft@linaro.org> Tested-by: Peter Schneider <pschneider1968@googlemail.com> Tested-by: Pavel Machek (CIP) <pavel@denx.de> Tested-by: Mark Brown <broonie@kernel.org> Tested-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/mfd/mt6358')
0 files changed, 0 insertions, 0 deletions
/td>treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 328Thomas Gleixner 2019-05-23sbitmap: fix improper use of smp_mb__before_atomic()Andrea Parri 2019-03-25sbitmap: order READ/WRITE freed instance and setting clear bitMing Lei 2019-01-15sbitmap: Protect swap_lock from hardirqMing Lei 2019-01-15sbitmap: Protect swap_lock from softirqsSteven Rostedt (VMware) 2018-12-20sbitmap: add helpers for add/del wait queue handlingJens Axboe 2018-12-11sbitmap: flush deferred clears for resize and shallow getsJens Axboe 2018-12-09sbitmap: silence bogus lockdep IRQ warningJens Axboe 2018-11-30sbitmap: optimize wakeup checkJens Axboe 2018-11-30sbitmap: ammortize cost of clearing bitsJens Axboe 2018-11-29sbitmap: don't loop for find_next_zero_bit() for !round_robinJens Axboe 2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook 2018-05-24blk-mq: avoid starving tag allocation after allocating process migratesMing Lei 2018-05-14sbitmap: fix race in wait batch accountingJens Axboe 2018-05-10sbitmap: warn if using smaller shallow depth than was setupOmar Sandoval 2018-05-10sbitmap: fix missed wakeups caused by sbitmap_queue_get_shallow()Omar Sandoval 2018-02-28sbitmap: use test_and_set_bit_lock()/clear_bit_unlock()Omar Sandoval