Hi Wolfram,
On Fri, Mar 22, 2024 at 02:24:53PM +0100, Wolfram Sang wrote:
> Okay, we need to begin somewhere...
>
> Start changing the wording of the I2C main header wrt. the newest I2C
> v7, SMBus 3.2, I3C specifications and replace "master/slave" with more
> appropriate terms. This first step r
gcc
arm64allmodconfig clang
i386 allmodconfig gcc
i386 allnoconfig gcc
i386 allyesconfig gcc
i386 buildonly-randconfig-001-20240323 gcc
i386 buildonly
On Fri, Mar 22, 2024 at 08:24:35PM +0100, Javier Carrasco wrote:
> Convert existing binding to support validation.
>
> This is a straightforward conversion with now new properties.
>
> Reviewed-by: Rob Herring
> Signed-off-by: Javier Carrasco
Applied to hwmon-next.
Please note that the branch
On Fri, Mar 22, 2024 at 08:24:36PM +0100, Javier Carrasco wrote:
> Convert existing binding to support validation.
>
> The binding has been renamed to match its compatible strings, with no
> further additions.
>
> Reviewed-by: Conor Dooley
> Signed-off-by: Javier Carrasco
Applied to hwmon-next
On Fri, Mar 22, 2024 at 08:24:37PM +0100, Javier Carrasco wrote:
> This binding was converted to dtschema a year ago.
>
> Acked-by: Rob Herring
> Signed-off-by: Javier Carrasco
Applied to hwmon-next.
Please note that the branch will be pushed after the commit window closed.
Thanks,
Guenter
On Fri, Mar 22, 2024 at 08:24:38PM +0100, Javier Carrasco wrote:
> Convert existing binding to support validation.
>
> This is a straightforward conversion with no new properties.
>
> Reviewed-by: Conor Dooley
> Signed-off-by: Javier Carrasco
Applied to hwmon-next.
Please note that the branch
On Fri, Mar 22, 2024 at 08:24:39PM +0100, Javier Carrasco wrote:
> This binding meets the requirements to be converted to dtschema
> via trivial-devices.yaml.
>
> Reviewed-by: Rob Herring
> Signed-off-by: Javier Carrasco
Applied to hwmon-next.
Please note that the branch will be pushed after t
The pull request you sent on Sat, 23 Mar 2024 11:54:50 +1100:
> https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
> tags/powerpc-6.9-2
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/484193fecd2b6349a6fd1554d306aec646ae1a6a
Thank you!
--
Deet-doot-do
On Wed, Mar 06 2024 at 20:52, Bitao Hu wrote:
> + if (__this_cpu_read(snapshot_taken)) {
> + for_each_active_irq(i) {
> + count = kstat_get_irq_since_snapshot(i);
> + tabulate_irq_count(irq_counts_sorted, i, count,
> NUM_HARDIRQ_REPORT);
> +
We have noticed the following nuisance messages during boot
[7.120610][ T1060] vio vio: uevent: failed to send synthetic uevent
[7.122281][ T1060] vio 4000: uevent: failed to send synthetic uevent
[7.122304][ T1060] vio 4001: uevent: failed to send synthetic uevent
[7.122324][ T106
gcc
arc allnoconfig gcc
arc allyesconfig gcc
arc defconfig gcc
arc nsimosci_hs_smp_defconfig gcc
arc randconfig-001-20240323 gcc
arc rand
On 3/23/24 05:24, Arnd Bergmann wrote:
> On Fri, Mar 22, 2024, at 09:34, Geoff Levand wrote:
>> On 3/21/24 17:32, Geert Uytterhoeven wrote:
>>> --- a/arch/powerpc/platforms/ps3/device-init.c
+++ b/arch/powerpc/platforms/ps3/device-init.c
@@ -770,7 +770,7 @@ static struct task_struct *prob
The struct ps3_notification_device in the ps3_probe_thread routine
is too large to be on the stack, causing a warning for an
allmodconfig build with clang.
Change the struct ps3_notification_device from a variable on the stack
to a dynamically allocated variable.
Reported-by: Arnd Bergmann
Signe
13 matches
Mail list logo