|
Re: [PATCH 00/10] Backport of watchdog core triggered keepalive infrastructure
Yes, Maxim is working for a project of us, and I asked him to propose
these backports for CIP. They will likely become relevant for other
boards as well because the bootloader-started watchdog is a
Yes, Maxim is working for a project of us, and I asked him to propose
these backports for CIP. They will likely become relevant for other
boards as well because the bootloader-started watchdog is a
|
By
Jan Kiszka
·
#626
·
|
|
Re: [PATCH 00/10] Backport of watchdog core triggered keepalive infrastructure
[...]
Are you working for Siemens on this? Can you provide the config you are
using?
The reason I ask is that CIP kernel branches will have hardware support
limited to the needs of members.
[...]
Are you working for Siemens on this? Can you provide the config you are
using?
The reason I ask is that CIP kernel branches will have hardware support
limited to the needs of members.
|
By
Ben Hutchings <ben.hutchings@...>
·
#625
·
|
|
Re: [PATCH 00/15] Add GPIO, EthernetAVB and MMC support for iWave G20D-Q7 board
Hello Ben,
Thank you!
Thanks for checking, it's good to know that you've got the h/w up and running.
Yep. shmobile_defconfig omits EXT4_FS. I keep meaning to ask why...
Kind regards, Chris
Hello Ben,
Thank you!
Thanks for checking, it's good to know that you've got the h/w up and running.
Yep. shmobile_defconfig omits EXT4_FS. I keep meaning to ask why...
Kind regards, Chris
|
By
Chris Paterson
·
#624
·
|
|
Wiki for Project X
Hi Daniel,
once you want to release Project-X, besides moving the gitlab project away from cip-playground, remember that you need to move the content to the CIP wiki. We are not using the gitlab wiki
Hi Daniel,
once you want to release Project-X, besides moving the gitlab project away from cip-playground, remember that you need to move the content to the CIP wiki. We are not using the gitlab wiki
|
By
Agustin Benito Bethencourt <agustin.benito@...>
·
#623
·
|
|
Re: CIP testing and kernel maintenance report week 38 and 39
Hi
Agustin Benito Bethencourt <agustin.benito@...> writes:
We should also report that #139 https://gitlab.com/cip-project/cip-testing/testing/issues/139
is preventing the provisioning of
Hi
Agustin Benito Bethencourt <agustin.benito@...> writes:
We should also report that #139 https://gitlab.com/cip-project/cip-testing/testing/issues/139
is preventing the provisioning of
|
By
Robert Marshall <robert.marshall@...>
·
#622
·
|
|
Tech meeting later today
Hi,
we will held our tech meeting in the usual time: 10 UTC
Link to the video chat room:
Hi,
we will held our tech meeting in the usual time: 10 UTC
Link to the video chat room:
|
By
Agustin Benito Bethencourt <agustin.benito@...>
·
#621
·
|
|
Re: B@D support Renesas iwg20m board - issue
Morning!
Agustin Benito Bethencourt <agustin.benito@...> writes:
Yes, the initramfs and lava to 2017-7 updates are in master, lava is
working fine, remaining issues are with a recent
Morning!
Agustin Benito Bethencourt <agustin.benito@...> writes:
Yes, the initramfs and lava to 2017-7 updates are in master, lava is
working fine, remaining issues are with a recent
|
By
Robert Marshall <robert.marshall@...>
·
#620
·
|
|
Re: [PATCH 00/15] Add GPIO, EthernetAVB and MMC support for iWave G20D-Q7 board
This all looks good. I've applied these patches locally and will push
out soon.
I booted it on my board and confirm that Ethernet and eMMC are now
working. However, I had to enable EXT4_FS because
This all looks good. I've applied these patches locally and will push
out soon.
I booted it on my board and confirm that Ethernet and eMMC are now
working. However, I had to enable EXT4_FS because
|
By
Ben Hutchings <ben.hutchings@...>
·
#619
·
|
|
[PATCH 10/10] watchdog: core: add option to avoid early handling of watchdog
From: Sebastian Reichel <sebastian.reichel@...>
Backport from kernel.org, upstream commit 2501b015313f
On some systems its desirable to have watchdog reboot the system
when it does not
From: Sebastian Reichel <sebastian.reichel@...>
Backport from kernel.org, upstream commit 2501b015313f
On some systems its desirable to have watchdog reboot the system
when it does not
|
By
Maxim Yu, Osipov
·
#611
·
|
|
[PATCH 09/10] watchdog: core: Clear WDOG_HW_RUNNING before calling the stop function
From: Guenter Roeck <linux@...>
Backport from kernel.org, upstream commit 3c10bbde10fe
WDOG_HW_RUNNING indicates that the hardware watchdog is running while the
watchdog device is closed.
From: Guenter Roeck <linux@...>
Backport from kernel.org, upstream commit 3c10bbde10fe
WDOG_HW_RUNNING indicates that the hardware watchdog is running while the
watchdog device is closed.
|
By
Maxim Yu, Osipov
·
#609
·
|
|
[PATCH 08/10] watchdog: core: Fix error handling of watchdog_dev_init()
From: Wei Yongjun <yongjun_wei@...>
Backport from kernel.org, upstream commit 138913cb632b
Fix the error handling paths of watchdog_dev_init().
Signed-off-by: Wei Yongjun
From: Wei Yongjun <yongjun_wei@...>
Backport from kernel.org, upstream commit 138913cb632b
Fix the error handling paths of watchdog_dev_init().
Signed-off-by: Wei Yongjun
|
By
Maxim Yu, Osipov
·
#608
·
|
|
[PATCH 07/10] watchdog: change watchdog_need_worker logic
From: Rasmus Villemoes <rasmus.villemoes@...>
Backport from kernel.org, upstream commit 3fbfe9264756
If the driver indicates that the watchdog is running, the framework
should feed it until
From: Rasmus Villemoes <rasmus.villemoes@...>
Backport from kernel.org, upstream commit 3fbfe9264756
If the driver indicates that the watchdog is running, the framework
should feed it until
|
By
Maxim Yu, Osipov
·
#617
·
|
|
[PATCH 06/10] watchdog: skip min and max timeout validity check when max_hw_heartbeat_ms is defined
From: Pratyush Anand <panand@...>
Backport from kernel.org, upstream commit 1894cad9bf2c
When max_hw_heartbeat_ms has a none zero value, max_timeout is not used.
So it's value can be 0. In
From: Pratyush Anand <panand@...>
Backport from kernel.org, upstream commit 1894cad9bf2c
When max_hw_heartbeat_ms has a none zero value, max_timeout is not used.
So it's value can be 0. In
|
By
Maxim Yu, Osipov
·
#616
·
|
|
[PATCH 05/10] watchdog: core: Fix circular locking dependency
From: Guenter Roeck <linux@...>
Backport from kernel.org, upstream commit e1f30282a1d3
lockdep reports the following circular locking
From: Guenter Roeck <linux@...>
Backport from kernel.org, upstream commit e1f30282a1d3
lockdep reports the following circular locking
|
By
Maxim Yu, Osipov
·
#612
·
|
|
[PATCH 04/10] watchdog: imx2: Convert to use infrastructure triggered keepalives
From: Guenter Roeck <linux@...>
Backport from kernel.org, upstream commit 11d7aba9ceb7
The watchdog infrastructure now supports handling watchdog keepalive
if the watchdog is running while
From: Guenter Roeck <linux@...>
Backport from kernel.org, upstream commit 11d7aba9ceb7
The watchdog infrastructure now supports handling watchdog keepalive
if the watchdog is running while
|
By
Maxim Yu, Osipov
·
#614
·
|
|
[PATCH 03/10] watchdog: Make stop function optional
From: Guenter Roeck <linux@...>
Backport from kernel.org, upstream commit d0684c8a9354
Not all hardware watchdogs can be stopped. The driver for
such watchdogs would typically only set the
From: Guenter Roeck <linux@...>
Backport from kernel.org, upstream commit d0684c8a9354
Not all hardware watchdogs can be stopped. The driver for
such watchdogs would typically only set the
|
By
Maxim Yu, Osipov
·
#613
·
|
|
[PATCH 02/10] watchdog: Introduce WDOG_HW_RUNNING flag
From: Guenter Roeck <linux@...>
Backport from kernel.org, upstream commit ee142889e32f
The WDOG_HW_RUNNING flag is expected to be set by watchdog drivers if
the hardware watchdog is
From: Guenter Roeck <linux@...>
Backport from kernel.org, upstream commit ee142889e32f
The WDOG_HW_RUNNING flag is expected to be set by watchdog drivers if
the hardware watchdog is
|
By
Maxim Yu, Osipov
·
#615
·
|
|
[PATCH 01/10] watchdog: Introduce hardware maximum heartbeat in watchdog core
From: Guenter Roeck <linux@...>
Backport from kernel.org, upstream commit 664a39236e71
Introduce an optional hardware maximum heartbeat in the watchdog core.
The hardware maximum heartbeat
From: Guenter Roeck <linux@...>
Backport from kernel.org, upstream commit 664a39236e71
Introduce an optional hardware maximum heartbeat in the watchdog core.
The hardware maximum heartbeat
|
By
Maxim Yu, Osipov
·
#618
·
|
|
[PATCH 00/10] Backport of watchdog core triggered keepalive infrastructure
Hello Ben,
This series contains
* backport of patches of watchdog core infrastructure
supporting handling watchdog keepalive.
* imx21_wdt converted to use infrastructure triggered keepalives.
*
Hello Ben,
This series contains
* backport of patches of watchdog core infrastructure
supporting handling watchdog keepalive.
* imx21_wdt converted to use infrastructure triggered keepalives.
*
|
By
Maxim Yu, Osipov
·
#610
·
|
|
Re: About B@D release, Renesas support and project-x
Hi,
Ah, there are further agenda issue. I understand. No problem. As soon as Robert is back and landed, he (or myself) will contact you directly with the info.
I see.
--
Agustin Benito
Hi,
Ah, there are further agenda issue. I understand. No problem. As soon as Robert is back and landed, he (or myself) will contact you directly with the info.
I see.
--
Agustin Benito
|
By
Agustin Benito Bethencourt <agustin.benito@...>
·
#607
·
|