This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 9bb9d4fdce9e Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/ [...]
new 732e8e4130ff RISC-V: properly determine hardware caps
new 9b4789eacb65 Move EM_RISCV into elf-em.h
new 3b306f6f3a03 Revert "RISC-V: Select GENERIC_LIB_UMODDI3 on RV32"
new 0ef08ca36a3a Revert "lib: Add umoddi3 and udivmoddi4 of GCC library routines"
new ef70696a63c7 lib: Remove umoddi3 and udivmoddi4
new 3dca04d694f1 Merge tag 'riscv-for-linus-4.20-mw2' of git://git.kernel.o [...]
new cc8a4ea182ef platform/chrome: Move mfd/cros_ec_lpc* includes to drivers [...]
new e2bbf91cad09 mfd: cros_ec: Fix and improve kerneldoc comments.
new 2c42dd6e0e3b Merge remote-tracking branch 'origin/ib-chrome-platform-mf [...]
new da1cf5a1cf12 platform/chrome: Add a new interrupt path for cros_ec_lpc
new bc3f4b5c60db platform/chrome: chromeos_tbmc - Remove unneeded const
new 5b7449810ae6 Merge tag 'tag-chrome-platform-for-v4.20' of git://git.ker [...]
The 12 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
arch/riscv/Kconfig | 1 -
arch/riscv/include/asm/elf.h | 3 -
arch/riscv/kernel/cpufeature.c | 8 +-
drivers/mfd/cros_ec_dev.h | 13 +-
drivers/platform/chrome/chromeos_tbmc.c | 2 +-
drivers/platform/chrome/cros_ec_lpc.c | 18 +-
drivers/platform/chrome/cros_ec_lpc_mec.c | 3 +-
.../platform/chrome}/cros_ec_lpc_mec.h | 6 +-
drivers/platform/chrome/cros_ec_lpc_reg.c | 3 +-
.../platform/chrome}/cros_ec_lpc_reg.h | 6 +-
include/linux/mfd/cros_ec.h | 214 +++++++-------
include/linux/mfd/cros_ec_commands.h | 295 +++++++++++++-------
include/uapi/linux/elf-em.h | 1 +
lib/Kconfig | 3 -
lib/Makefile | 1 -
lib/udivmoddi4.c | 310 ---------------------
lib/umoddi3.c | 32 ---
17 files changed, 343 insertions(+), 576 deletions(-)
rename {include/linux/mfd => drivers/platform/chrome}/cros_ec_lpc_mec.h (96%)
rename {include/linux/mfd => drivers/platform/chrome}/cros_ec_lpc_reg.h (94%)
delete mode 100644 lib/udivmoddi4.c
delete mode 100644 lib/umoddi3.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d886fa44972 [VFS] Add support for "no_push" to VFS recursive iterators.
new 41079ac2534 [WebAssembly] Handle vector IMPLICIT_DEFs.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Target/WebAssembly/WebAssemblyRegStackify.cpp | 5 +
test/CodeGen/WebAssembly/implicit-def.ll | 151 +++++++++++++++++-----
2 files changed, 122 insertions(+), 34 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.