summaryrefslogtreecommitdiff
path: root/include/linux/regulator/fixed.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/regulator/fixed.h')
0 files changed, 0 insertions, 0 deletions
span title='2022-03-31 11:59:03 -0700'>2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2022-03-31kbuild: Make $(LLVM) more flexibleNathan Chancellor 2022-03-08tools: Fix unavoidable GCC call in Clang buildsAdrian Ratiu 2022-02-15kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada 2022-02-01tools: Ignore errors from `which' when searching a GCC toolchainJean-Philippe Brucker 2021-12-16tools: Help cross-building with clangJean-Philippe Brucker 2021-11-01tools, build: Add RISC-V to HOSTARCH parsingBjörn Töpel 2021-05-17tools build: Fix quiet cmd indentationKees Cook 2021-05-06tools: disable -Wno-type-limitsYury Norov 2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds 2021-04-15tools: Allow proper CC/CXX/... override with LLVM=1 in Makefile.includeYonghong Song