Date |
List |
Subject |
2018-10-15 03:15:15
|
linux-kernel
|
[PATCH] of: overlay: update documentation to match current implementation |
2018-10-15 01:52:59
|
linux-kernel
|
Re: [PATCH v3 13/18] of: overlay: check prevents multiple fragments touching same property |
2018-10-15 01:36:59
|
linux-kernel
|
[PATCH] of: overlay: user space synchronization |
2018-10-15 00:31:07
|
linux-kernel
|
Re: [PATCH v2 12/18] of: overlay: check prevents multiple fragments add or delete same node |
2018-10-15 00:30:30
|
linux-kernel
|
[PATCH v3 01/18] of: overlay: add tests to validate kfrees from overlay removal |
2018-10-15 00:30:28
|
linux-kernel
|
[PATCH v3 02/18] of: overlay: add missing of_node_put() after add new node to changeset |
2018-10-15 00:30:17
|
linux-kernel
|
[PATCH v3 05/18] of: overlay: use prop add changeset entry for property in new nodes |
2018-10-15 00:29:55
|
linux-kernel
|
[PATCH v3 00/18] of: overlay: validation checks, subsequent fixes |
2018-10-15 00:29:54
|
linux-kernel
|
[PATCH v3 06/18] of: overlay: do not duplicate properties from overlay for new nodes |
2018-10-15 00:29:09
|
linux-kernel
|
[PATCH v3 18/18] of: unittest: initialize args before calling of_*parse_*() |
2018-10-15 00:29:09
|
linux-kernel
|
[PATCH v3 03/18] of: overlay: add missing of_node_get() in __of_attach_node_sysfs |
2018-10-15 00:29:09
|
linux-kernel
|
[PATCH v3 17/18] of: unittest: find overlays[] entry by name instead of index |
2018-10-15 00:28:49
|
linux-kernel
|
[PATCH v3 07/18] of: dynamic: change type of of_{at,de}tach_node() to void |
2018-10-15 00:28:16
|
linux-kernel
|
[PATCH v3 08/18] of: overlay: reorder fields in struct fragment |
2018-10-15 00:28:08
|
linux-kernel
|
[PATCH v3 10/18] of: overlay: make all pr_debug() and pr_err() messages unique |
2018-10-15 00:28:01
|
linux-kernel
|
[PATCH v3 09/18] of: overlay: validate overlay properties #address-cells and #size-cells |
2018-10-15 00:27:55
|
linux-kernel
|
[PATCH v3 11/18] of: overlay: test case of two fragments adding same node |
2018-10-15 00:27:50
|
linux-kernel
|
[PATCH v3 13/18] of: overlay: check prevents multiple fragments touching same property |
2018-10-15 00:27:42
|
linux-kernel
|
[PATCH v3 12/18] of: overlay: check prevents multiple fragments add or delete same node |
2018-10-15 00:27:36
|
linux-kernel
|
[PATCH v3 14/18] of: unittest: remove unused of_unittest_apply_overlay() argument |
2018-10-15 00:27:28
|
linux-kernel
|
[PATCH v3 16/18] of: unittest: allow base devicetree to have symbol metadata |
2018-10-15 00:27:25
|
linux-kernel
|
[PATCH v3 04/18] powerpc/pseries: add of_node_put() in dlpar_detach_node() |
2018-10-15 00:27:25
|
linux-kernel
|
[PATCH v3 15/18] of: overlay: set node fields from properties when add new overlay node |
2018-10-13 18:22:49
|
linux-kernel
|
Re: [PATCH v2 12/18] of: overlay: check prevents multiple fragments add or delete same node |
2018-10-13 04:59:06
|
linux-kernel
|
[PATCH v2 01/18] of: overlay: add tests to validate kfrees from overlay removal |
2018-10-13 04:58:29
|
linux-kernel
|
[PATCH v2 08/18] of: overlay: reorder fields in struct fragment |
2018-10-13 04:57:50
|
linux-kernel
|
[PATCH v2 04/18] powerpc/pseries: add of_node_put() in dlpar_detach_node() |
2018-10-13 04:57:38
|
linux-kernel
|
[PATCH v2 18/18] of: unittest: initialize args before calling of_*parse_*() |
2018-10-13 04:57:37
|
linux-kernel
|
[PATCH v2 06/18] of: overlay: do not duplicate properties from overlay for new nodes |
2018-10-13 04:57:34
|
linux-kernel
|
[PATCH v2 07/18] of: dynamic: change type of of_{at,de}tach_node() to void |
2018-10-13 04:57:30
|
linux-kernel
|
[PATCH v2 05/18] of: overlay: use prop add changeset entry for property in new nodes |
2018-10-13 04:57:14
|
linux-kernel
|
[PATCH v2 09/18] of: overlay: validate overlay properties #address-cells and #size-cells |
2018-10-13 04:57:08
|
linux-kernel
|
[PATCH v2 10/18] of: overlay: make all pr_debug() and pr_err() messages unique |
2018-10-13 04:57:01
|
linux-kernel
|
[PATCH v2 11/18] of: overlay: test case of two fragments adding same node |
2018-10-13 04:56:53
|
linux-kernel
|
[PATCH v2 12/18] of: overlay: check prevents multiple fragments add or delete same node |
2018-10-13 04:56:42
|
linux-kernel
|
[PATCH v2 15/18] of: overlay: set node fields from properties when add new overlay node |
2018-10-13 04:56:40
|
linux-kernel
|
[PATCH v2 13/18] of: overlay: check prevents multiple fragments touching same property |
2018-10-13 04:56:19
|
linux-kernel
|
[PATCH v2 17/18] of: unittest: find overlays[] entry by name instead of index |
2018-10-13 04:56:12
|
linux-kernel
|
[PATCH v2 16/18] of: unittest: allow base devicetree to have symbol metadata |
2018-10-13 04:56:09
|
linux-kernel
|
[PATCH v2 14/18] of: unittest: remove unused of_unittest_apply_overlay() argument |
2018-10-13 04:56:02
|
linux-kernel
|
[PATCH v2 03/18] of: overlay: add missing of_node_get() in __of_attach_node_sysfs |
2018-10-13 04:55:46
|
linux-kernel
|
[PATCH v2 00/18] of: overlay: validation checks, subsequent fixes |
2018-10-13 04:55:46
|
linux-kernel
|
[PATCH v2 02/18] of: overlay: add missing of_node_put() after add new node to changeset |
2018-10-11 23:39:08
|
linux-kernel
|
Re: [PATCH 05.1/16] of:overlay: missing name, phandle, linux,phandle in new nodes |
2018-10-11 19:58:28
|
linux-kernel
|
Re: [RFC PATCH v2 3/3] cpuidle/powernv: save-restore sprs in opal |
2018-10-11 19:57:27
|
linux-kernel
|
Re: [RFC PATCH v2 2/3] powernv/cpuidle: Pass pointers instead of values to stop loop |
2018-10-11 19:57:14
|
linux-kernel
|
Re: [RFC PATCH v2 1/3] cpuidle/powernv: Add support for states with ibm,cpuidle-state-v1 |
2018-10-11 19:57:13
|
linux-kernel
|
Re: [RFC PATCH v2 0/3] New device-tree format and Opal based idle save-restore |
2018-10-11 05:40:07
|
linux-kernel
|
Re: [PATCH 05.1/16] of:overlay: missing name, phandle, linux,phandle in new nodes |
2018-10-10 23:36:40
|
linux-kernel
|
Re: [Ksummit-discuss] [PATCH] code-of-conduct: Remove explicit list of discrimination factors |
2018-10-10 21:03:44
|
linux-kernel
|
Re: [PATCH 05.1/16] of:overlay: missing name, phandle, linux,phandle in new nodes |