LinuxLists
Users
About
Frank Rowand (
[email protected]
)
Number of posts: 1585 (1.04 per day)
First post: 2013-09-17 21:08:51
Last post: 2017-11-17 02:17:22
Previous Page
/
Next Page
Date
List
Subject
2020-03-26 01:47:48
linux-kernel
[PATCH 2/2] of: some unittest overlays not untracked
2020-03-26 01:47:46
linux-kernel
[PATCH 0/2] of: unittest gpio unittest error exposes tracking error
2020-03-13 16:42:30
linux-kernel
Re: [PATCH v2 1/2] of: unittest: add overlay gpio test to catch gpio hog problem
2020-03-05 22:49:56
linux-kernel
Re: [PATCH] dt: Remove booting-without-of.txt
2020-03-04 18:55:23
linux-kernel
Re: [PATCH v6 kunit-next 0/4] kunit: add debugfs representation to show results
2020-03-03 16:12:25
linux-kernel
Re: [PATCH v1 1/1] scripts: dtc: mask flags bit when check i2c addr
2020-03-02 21:19:13
linux-kernel
Re: [PATCH v2 02/12] docs: dt: convert usage-model.txt to ReST
2020-03-02 21:13:54
linux-kernel
Re: [PATCH v2 08/12] docs: dt: convert overlay-notes.txt to ReST format
2020-03-02 21:12:53
linux-kernel
Re: [PATCH v2 03/12] docs: dt: usage_model.rst: fix link for DT usage
2020-03-02 21:12:53
linux-kernel
Re: [PATCH v2 02/12] docs: dt: convert usage-model.txt to ReST
2020-03-02 21:12:32
linux-kernel
Re: [PATCH v2 07/12] docs: dt: convert of_unittest.txt to ReST
2020-03-02 21:11:38
linux-kernel
Re: [PATCH v2 00/12] Convert some DT documentation files to ReST
2020-03-02 19:59:58
linux-kernel
Re: [PATCH v2 1/2] gpio: of: Extract of_gpiochip_add_hog()
2020-03-02 19:54:42
linux-kernel
Re: [PATCH v5 kunit-next 4/4] kunit: update documentation to describe debugfs representation
2020-03-02 19:54:15
linux-kernel
Re: [PATCH v5 kunit-next 1/4] kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results display
2020-03-02 19:14:24
linux-kernel
Re: [PATCH v3 4/7] init: main: add KUnit to kernel init
2020-03-02 17:42:49
linux-kernel
Re: [PATCH v3 0/7] kunit: create a centralized executor to dispatch all KUnit tests
2020-03-02 16:50:36
linux-kernel
Re: [PATCH v4] Documentation: kunit: Make the KUnit documentation less UML-specific
2020-02-28 17:49:06
linux-kernel
Re: [RFC PATCH v2 0/4] Add device tree build information
2020-02-28 14:30:41
linux-kernel
Re: [PATCH v3] of: overlay: log the error cause on resolver failure
2020-02-28 14:10:27
linux-kernel
Re: [PATCH] of: unittest: make gpio overlay test dependent on CONFIG_OF_GPIO
2020-02-28 04:18:22
linux-kernel
[PATCH] of: unittest: make gpio overlay test dependent on CONFIG_OF_GPIO
2020-02-27 21:14:05
linux-kernel
Re: linux-next: Tree for Feb 27 (drivers/of/unittest.c)
2020-02-27 19:37:47
linux-kernel
Re: linux-next: Tree for Feb 27 (drivers/of/unittest.c)
2020-02-27 19:31:19
linux-kernel
Re: [PATCH v2] of: overlay: log the error cause on resolver failure
2020-02-26 16:40:27
linux-kernel
Re: [RFC PATCH v2 1/4] scripts: Add script to generate dtb build information
2020-02-26 03:54:31
linux-kernel
Re: [PATCH v2] of: overlay: log the error cause on resolver failure
2020-02-24 00:57:44
linux-kernel
Re: [RFC PATCH v2 1/4] scripts: Add script to generate dtb build information
2020-02-21 17:59:41
linux-kernel
Re: [RFC PATCH v2 4/4] script: make automatic dtb build info generation
2020-02-21 17:52:53
linux-kernel
Re: [RFC PATCH v2 1/4] scripts: Add script to generate dtb build information
2020-02-21 17:48:09
linux-kernel
Re: [RFC PATCH v2 0/4] Add device tree build information
2020-02-21 17:21:29
linux-kernel
Re: [PATCH v2 1/2] gpio: of: Extract of_gpiochip_add_hog()
2020-02-21 17:18:58
linux-kernel
Re: [PATCH v2 1/2] gpio: of: Extract of_gpiochip_add_hog()
2020-02-20 18:55:04
linux-kernel
Re: [PATCH 1/2] of: unittest: add overlay gpio test to catch gpio hog problem
2020-02-20 18:53:14
linux-kernel
Re: [PATCH v2 2/2] gpio: of: Add DT overlay support for GPIO hogs
2020-02-20 18:51:19
linux-kernel
Re: [PATCH v2 1/2] gpio: of: Extract of_gpiochip_add_hog()
2020-02-20 18:42:26
linux-kernel
[PATCH v2 0/2] of: unittest: add overlay gpio test to catch gpio hog problem
2020-02-20 18:42:13
linux-kernel
[PATCH v2 2/2] of: unittest: annotate warnings triggered by unittest
2020-02-20 18:42:07
linux-kernel
[PATCH v2 1/2] of: unittest: add overlay gpio test to catch gpio hog problem
2020-02-19 23:37:53
linux-kernel
Re: [PATCH 1/2] of: unittest: add overlay gpio test to catch gpio hog problem
2020-02-19 01:19:11
linux-kernel
Re: [PATCH v3 kunit-next 1/2] kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results display
2020-02-19 01:11:23
linux-kernel
Re: [PATCH v3 kunit-next 1/2] kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results display
2020-02-18 20:09:02
linux-kernel
Re: [PATCH] kunit: run kunit_tool from any directory
2020-02-18 18:42:18
linux-kernel
Re: [PATCH] COPYING: state that all contributions really are covered by this file
2020-02-17 17:09:09
linux-kernel
Re: [PATCH v3 kunit-next 1/2] kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results display
2020-02-13 03:26:29
linux-kernel
Re: [PATCH v3 kunit-next 2/2] kunit: update documentation to describe debugfs representation
2020-02-13 03:25:25
linux-kernel
Re: [PATCH v3 kunit-next 1/2] kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results display
2020-02-13 01:33:08
linux-kernel
Re: [PATCH v2] Documentation: kunit: Make the KUnit documentation less UML-specific
2020-02-11 21:38:20
linux-kernel
Re: build error: f7655d42fcee drm/edid: Add CTA-861-G modes with VIC >= 193
2020-02-11 21:38:08
linux-kernel
build error: f7655d42fcee drm/edid: Add CTA-861-G modes with VIC >= 193
2020-02-11 21:37:42
linux-kernel
Re: [PATCH] Documentation: kunit: Make the KUnit documentation less UML-specific