[PATCH 4.9 15/29] tools include: Introduce linux/bug.h, from the kernel sources

2018-06-04 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Arnaldo Carvalho de Melo commit 379d61b1c7d42512cded04d372f15a7e725db9e1 upstream. With just what we will need in the upcoming changesets, the BUILD_BUG_ON_ZERO() definition. Cc: Adrian

[PATCH 4.9 15/29] tools include: Introduce linux/bug.h, from the kernel sources

2018-06-04 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Arnaldo Carvalho de Melo commit 379d61b1c7d42512cded04d372f15a7e725db9e1 upstream. With just what we will need in the upcoming changesets, the BUILD_BUG_ON_ZERO() definition. Cc: Adrian

[PATCH 4.9 02/29] objtool: Move checking code to check.c

2018-06-04 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Josh Poimboeuf commit dcc914f44f065ef73685b37e59877a5bb3cb7358 upstream. In preparation for the new 'objtool undwarf generate' command, which will rely on 'objtool check', move the checking

[PATCH 4.9 02/29] objtool: Move checking code to check.c

2018-06-04 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Josh Poimboeuf commit dcc914f44f065ef73685b37e59877a5bb3cb7358 upstream. In preparation for the new 'objtool undwarf generate' command, which will rely on 'objtool check', move the checking

[PATCH 4.9 11/29] tools include: Adopt kernels refcount.h

2018-06-04 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Arnaldo Carvalho de Melo commit 73a9bf95ed1c05698ecabe2f28c47aedfa61b52b upstream. To aid in catching bugs when using atomics as a reference count. This is a trimmed down version with just

[PATCH 4.9 12/29] perf tools: Force fixdep compilation at the start of the build

2018-06-04 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Jiri Olsa commit abb26210a39522a6645bce3f438ed9a26bedb11b upstream. The fixdep tool needs to be built before everything else, because it fixes every object dependency file. We handle this

[PATCH 4.9 01/29] objtool: Improve detection of BUG() and other dead ends

2018-06-04 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Josh Poimboeuf commit d1091c7fa3d52ebce4dd3f15d04155b3469b2f90 upstream. The BUG() macro's use of __builtin_unreachable() via the unreachable() macro tells gcc that the instruction is a dead

[PATCH 4.9 00/29] 4.9.106-stable review

2018-06-04 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 4.9.106 release. There are 29 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Wed Jun 6 06:57:52 UTC 2018. Anything

[PATCH 4.9 11/29] tools include: Adopt kernels refcount.h

2018-06-04 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Arnaldo Carvalho de Melo commit 73a9bf95ed1c05698ecabe2f28c47aedfa61b52b upstream. To aid in catching bugs when using atomics as a reference count. This is a trimmed down version with just

[PATCH 4.9 12/29] perf tools: Force fixdep compilation at the start of the build

2018-06-04 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Jiri Olsa commit abb26210a39522a6645bce3f438ed9a26bedb11b upstream. The fixdep tool needs to be built before everything else, because it fixes every object dependency file. We handle this

[PATCH 4.9 01/29] objtool: Improve detection of BUG() and other dead ends

2018-06-04 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Josh Poimboeuf commit d1091c7fa3d52ebce4dd3f15d04155b3469b2f90 upstream. The BUG() macro's use of __builtin_unreachable() via the unreachable() macro tells gcc that the instruction is a dead

[PATCH 4.9 00/29] 4.9.106-stable review

2018-06-04 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 4.9.106 release. There are 29 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Wed Jun 6 06:57:52 UTC 2018. Anything

linux-next: manual merge of the kvm tree with the arm64 tree

2018-06-04 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the kvm tree got a conflict in: arch/arm64/include/asm/processor.h between commit: 94b07c1f8c39 ("arm64: signal: Report signal frame size to userspace via auxv") from the arm64 tree and commit: 9a6e594869b2 ("arm64/sve: Move sve_pffr() to fpsimd.h

linux-next: manual merge of the kvm tree with the arm64 tree

2018-06-04 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the kvm tree got a conflict in: arch/arm64/include/asm/processor.h between commit: 94b07c1f8c39 ("arm64: signal: Report signal frame size to userspace via auxv") from the arm64 tree and commit: 9a6e594869b2 ("arm64/sve: Move sve_pffr() to fpsimd.h

Re: [PATCH 0/4] exit: Make unlikely case in mm_update_next_owner() more scalable

2018-06-04 Thread Michal Hocko
On Fri 01-06-18 10:25:59, Eric W. Biederman wrote: > Michal Hocko writes: > > > On Fri 01-06-18 09:32:42, Eric W. Biederman wrote: > >> Michal Hocko writes: > > [...] > >> > Group leader exiting early without tearing down the whole thread > >> > group should be quite rare as well. No question

Re: [PATCH 0/4] exit: Make unlikely case in mm_update_next_owner() more scalable

2018-06-04 Thread Michal Hocko
On Fri 01-06-18 10:25:59, Eric W. Biederman wrote: > Michal Hocko writes: > > > On Fri 01-06-18 09:32:42, Eric W. Biederman wrote: > >> Michal Hocko writes: > > [...] > >> > Group leader exiting early without tearing down the whole thread > >> > group should be quite rare as well. No question

Re: [PATCH] mtd: rawnand: mxc: set spare area size register explicitly

2018-06-04 Thread Sascha Hauer
On Sun, Jun 03, 2018 at 01:31:35PM +0200, Martin Kaiser wrote: > The v21 version of the NAND flash controller contains a Spare Area Size > Register (SPAS) at offset 0x10. Its setting defaults to the maximum > spare area size of 218 bytes. The size that is set in this register is > used by the

Re: [PATCH] mtd: rawnand: mxc: set spare area size register explicitly

2018-06-04 Thread Sascha Hauer
On Sun, Jun 03, 2018 at 01:31:35PM +0200, Martin Kaiser wrote: > The v21 version of the NAND flash controller contains a Spare Area Size > Register (SPAS) at offset 0x10. Its setting defaults to the maximum > spare area size of 218 bytes. The size that is set in this register is > used by the

Re: [PATCH v7 2/2] Refactor part of the oom report in dump_header

2018-06-04 Thread Michal Hocko
On Sat 02-06-18 19:58:52, ufo19890...@gmail.com wrote: > From: yuzhoujian > > The dump_header does not print the memcg's name when the system > oom happened, so users cannot locate the certain container which > contains the task that has been killed by the oom killer. > > I follow the advices

Re: [PATCH v7 2/2] Refactor part of the oom report in dump_header

2018-06-04 Thread Michal Hocko
On Sat 02-06-18 19:58:52, ufo19890...@gmail.com wrote: > From: yuzhoujian > > The dump_header does not print the memcg's name when the system > oom happened, so users cannot locate the certain container which > contains the task that has been killed by the oom killer. > > I follow the advices

[PATCH v3]: perf record: enable arbitrary event names thru name= modifier

2018-06-04 Thread Alexey Budankov
Enable complex event names containing [.:=,] symbols to be encoded into Perf trace using name= modifier e.g. like this: perf record -e cpu/name=\'OFFCORE_RESPONSE:request=DEMAND_RFO:response=L3_HIT.SNOOP_HITM\',\ period=0x3567e0,event=0x3c,cmask=0x1/Duk ./futex Below is how

[PATCH v3]: perf record: enable arbitrary event names thru name= modifier

2018-06-04 Thread Alexey Budankov
Enable complex event names containing [.:=,] symbols to be encoded into Perf trace using name= modifier e.g. like this: perf record -e cpu/name=\'OFFCORE_RESPONSE:request=DEMAND_RFO:response=L3_HIT.SNOOP_HITM\',\ period=0x3567e0,event=0x3c,cmask=0x1/Duk ./futex Below is how

Re: [PATCH v4 2/2] sched/deadline: Set cp->elements[0].cpu to -1 when the heap is empty

2018-06-04 Thread Byungchul Park
On 2018-06-04 15:36, Byungchul Park wrote: Hello Steven and Daniel, I've changed the 2nd patch a little bit to consider cpudl_clear() additionally. Can I keep your Acked-by on? Very sorry. Please ignore this v4 spin.. I'll resend v5 version soon. -- Thanks, Byungchul

Re: [PATCH v4 2/2] sched/deadline: Set cp->elements[0].cpu to -1 when the heap is empty

2018-06-04 Thread Byungchul Park
On 2018-06-04 15:36, Byungchul Park wrote: Hello Steven and Daniel, I've changed the 2nd patch a little bit to consider cpudl_clear() additionally. Can I keep your Acked-by on? Very sorry. Please ignore this v4 spin.. I'll resend v5 version soon. -- Thanks, Byungchul

Re: [PATCH v7 1/2] Add an array of const char and enum oom_constraint in memcontrol.h

2018-06-04 Thread Michal Hocko
On Sat 02-06-18 19:58:51, ufo19890...@gmail.com wrote: > From: yuzhoujian > > This patch will make some preparation for the follow-up patch: Refactor > part of the oom report in dump_header. It puts enum oom_constraint in > memcontrol.h and adds an array of const char for each constraint. I do

Re: [PATCH v7 1/2] Add an array of const char and enum oom_constraint in memcontrol.h

2018-06-04 Thread Michal Hocko
On Sat 02-06-18 19:58:51, ufo19890...@gmail.com wrote: > From: yuzhoujian > > This patch will make some preparation for the follow-up patch: Refactor > part of the oom report in dump_header. It puts enum oom_constraint in > memcontrol.h and adds an array of const char for each constraint. I do

[PATCH v5 2/2] sched/deadline: Set cp->elements[0].cpu to -1 when the heap is empty

2018-06-04 Thread Byungchul Park
Hello Steven and Daniel, I've changed the 2nd patch a little bit to consider cpudl_clear() additionally. Can I keep your Acked-by on? (I temporarily removed the Acked-by you gave me.) Acked-by: Steven Rostedt (VMware) Acked-by: Daniel Bristot de Oliveira -8<- >From

[PATCH v5 2/2] sched/deadline: Set cp->elements[0].cpu to -1 when the heap is empty

2018-06-04 Thread Byungchul Park
Hello Steven and Daniel, I've changed the 2nd patch a little bit to consider cpudl_clear() additionally. Can I keep your Acked-by on? (I temporarily removed the Acked-by you gave me.) Acked-by: Steven Rostedt (VMware) Acked-by: Daniel Bristot de Oliveira -8<- >From

[PATCH v5 1/2] sched/deadline: Add cpudl_maximum_dl() for better readability

2018-06-04 Thread Byungchul Park
Changes from v4 - Fix a typo in cpudl_init() of the 2nd patch Changes from v3 - Rebase onto the latest tip/sched/core - Apply what Joel suggests, to set cp->elements[0].cpu to -1 when the heap becomes empty in cpudl_clear() Changes from v2 - Run spellchecker over the text and fix typos -

[PATCH v5 1/2] sched/deadline: Add cpudl_maximum_dl() for better readability

2018-06-04 Thread Byungchul Park
Changes from v4 - Fix a typo in cpudl_init() of the 2nd patch Changes from v3 - Rebase onto the latest tip/sched/core - Apply what Joel suggests, to set cp->elements[0].cpu to -1 when the heap becomes empty in cpudl_clear() Changes from v2 - Run spellchecker over the text and fix typos -

Re: [PATCH] mm: clean up page_is_poisoned in linux/mm.h

2018-06-04 Thread Michal Hocko
On Sun 03-06-18 12:22:18, kpark3...@gmail.com wrote: > From: Sahara > > When bd33ef36("mm: enable page poisoning early at boot") got rid of > the PAGE_EXT_DEBUG_POISON, page_is_poisoned in the header left > behind. This patch cleans up the leftovers under the table. Acked-by: Michal Hocko

Re: [PATCH] mm: clean up page_is_poisoned in linux/mm.h

2018-06-04 Thread Michal Hocko
On Sun 03-06-18 12:22:18, kpark3...@gmail.com wrote: > From: Sahara > > When bd33ef36("mm: enable page poisoning early at boot") got rid of > the PAGE_EXT_DEBUG_POISON, page_is_poisoned in the header left > behind. This patch cleans up the leftovers under the table. Acked-by: Michal Hocko

Re: [PATCH v5 05/10] cpufreq/schedutil: get max utilization

2018-06-04 Thread Vincent Guittot
On 1 June 2018 at 19:45, Joel Fernandes wrote: > On Fri, Jun 01, 2018 at 03:53:07PM +0200, Vincent Guittot wrote: >> > >> >> The example with a RT task described in the cover letter can be >> > >> >> run with a DL task and will give similar results. >> > > >> > > In the cover letter you says: >>

Re: [PATCH v5 05/10] cpufreq/schedutil: get max utilization

2018-06-04 Thread Vincent Guittot
On 1 June 2018 at 19:45, Joel Fernandes wrote: > On Fri, Jun 01, 2018 at 03:53:07PM +0200, Vincent Guittot wrote: >> > >> >> The example with a RT task described in the cover letter can be >> > >> >> run with a DL task and will give similar results. >> > > >> > > In the cover letter you says: >>

[PATCH v4 2/2] sched/deadline: Set cp->elements[0].cpu to -1 when the heap is empty

2018-06-04 Thread Byungchul Park
Hello Steven and Daniel, I've changed the 2nd patch a little bit to consider cpudl_clear() additionally. Can I keep your Acked-by on? (I temporarily removed the Acked-by you gave me.) Acked-by: Steven Rostedt (VMware) Acked-by: Daniel Bristot de Oliveira -8<- >From

[PATCH v4 1/2] sched/deadline: Add cpudl_maximum_dl() for better readability

2018-06-04 Thread Byungchul Park
Changes from v3 - Rebase onto the latest tip/sched/core - Apply what Joel suggests, to set cp->elements[0].cpu to -1 when the heap becomes empty in cpudl_clear() Changes from v2 - Run spellchecker over the text and fix typos - Add acked-by Daniel Changes from v1 - Enhance commit msg -

[PATCH v4 2/2] sched/deadline: Set cp->elements[0].cpu to -1 when the heap is empty

2018-06-04 Thread Byungchul Park
Hello Steven and Daniel, I've changed the 2nd patch a little bit to consider cpudl_clear() additionally. Can I keep your Acked-by on? (I temporarily removed the Acked-by you gave me.) Acked-by: Steven Rostedt (VMware) Acked-by: Daniel Bristot de Oliveira -8<- >From

[PATCH v4 1/2] sched/deadline: Add cpudl_maximum_dl() for better readability

2018-06-04 Thread Byungchul Park
Changes from v3 - Rebase onto the latest tip/sched/core - Apply what Joel suggests, to set cp->elements[0].cpu to -1 when the heap becomes empty in cpudl_clear() Changes from v2 - Run spellchecker over the text and fix typos - Add acked-by Daniel Changes from v1 - Enhance commit msg -

Re: [PATCH] mm: kvmalloc does not fallback to vmalloc for incompatible gfp flags

2018-06-04 Thread Michal Hocko
On Sat 02-06-18 09:43:56, Linus Torvalds wrote: > On Fri, Jun 1, 2018 at 4:53 AM Michal Hocko wrote: > > > > for more context. Linus has pointed out [1] that our (well mine) > > insisting on GFP_KERNEL compatible gfp flags for kvmalloc* can actually > > lead to a worse code because people will

Re: [PATCH] mm: kvmalloc does not fallback to vmalloc for incompatible gfp flags

2018-06-04 Thread Michal Hocko
On Sat 02-06-18 09:43:56, Linus Torvalds wrote: > On Fri, Jun 1, 2018 at 4:53 AM Michal Hocko wrote: > > > > for more context. Linus has pointed out [1] that our (well mine) > > insisting on GFP_KERNEL compatible gfp flags for kvmalloc* can actually > > lead to a worse code because people will

Re: [PATCH v7 2/2] Refactor part of the oom report in dump_header

2018-06-04 Thread 禹舟键
Hi Mike > My question was why do you call to alloc_constrained in the dump_header() >function rather than pass the constraint that was detected a bit earlier to >that function? Ok, I will add a new parameter in the dump_header. Thank you.

Re: [PATCH v7 2/2] Refactor part of the oom report in dump_header

2018-06-04 Thread 禹舟键
Hi Mike > My question was why do you call to alloc_constrained in the dump_header() >function rather than pass the constraint that was detected a bit earlier to >that function? Ok, I will add a new parameter in the dump_header. Thank you.

Re: [PATCH V2] cros_ec_keyb: Mark cros_ec_keyb driver as wake enabled device.

2018-06-04 Thread Lee Jones
On Fri, 25 May 2018, Ravi Chandra Sadineni wrote: > Mark cros_ec_keyb has wake enabled by default. If we see a MKBP event > related to keyboard, call pm_wakeup_event() to make sure wakeup > triggers are accounted to keyb during suspend resume path. > > Signed-off-by: Ravi Chandra Sadineni >

Re: [PATCH V2] cros_ec_keyb: Mark cros_ec_keyb driver as wake enabled device.

2018-06-04 Thread Lee Jones
On Fri, 25 May 2018, Ravi Chandra Sadineni wrote: > Mark cros_ec_keyb has wake enabled by default. If we see a MKBP event > related to keyboard, call pm_wakeup_event() to make sure wakeup > triggers are accounted to keyb during suspend resume path. > > Signed-off-by: Ravi Chandra Sadineni >

Re: [PATCH v7 0/9] Add support for SAMA5D2 touchscreen

2018-06-04 Thread Eugen Hristev
On 22.05.2018 20:57, Jonathan Cameron wrote: On Tue, 22 May 2018 10:52:30 +0300 Eugen Hristev wrote: Hello, This patch series is a rework of my previous series named: [PATCH 00/14] iio: triggers: add consumer support This is the version 7 of the series, and addresses the received

Re: [PATCH v7 0/9] Add support for SAMA5D2 touchscreen

2018-06-04 Thread Eugen Hristev
On 22.05.2018 20:57, Jonathan Cameron wrote: On Tue, 22 May 2018 10:52:30 +0300 Eugen Hristev wrote: Hello, This patch series is a rework of my previous series named: [PATCH 00/14] iio: triggers: add consumer support This is the version 7 of the series, and addresses the received

Re: [PATCH 02/33] mfd: omap-usb-host: use match_string() helper

2018-06-04 Thread Lee Jones
On Mon, 21 May 2018, Yisheng Xie wrote: > match_string() returns the index of an array for a matching string, > which can be used intead of open coded variant. > > Cc: Tony Lindgren > Cc: Lee Jones > Cc: linux-o...@vger.kernel.org > Signed-off-by: Yisheng Xie > --- >

Re: [PATCH 02/33] mfd: omap-usb-host: use match_string() helper

2018-06-04 Thread Lee Jones
On Mon, 21 May 2018, Yisheng Xie wrote: > match_string() returns the index of an array for a matching string, > which can be used intead of open coded variant. > > Cc: Tony Lindgren > Cc: Lee Jones > Cc: linux-o...@vger.kernel.org > Signed-off-by: Yisheng Xie > --- >

linux-next: manual merge of the vfio tree with Linus' tree

2018-06-04 Thread Stephen Rothwell
Hi Alex, Today's linux-next merge of the vfio tree got a conflict in: drivers/vfio/vfio_iommu_type1.c between commit: 89c29def6b01 ("Revert "vfio/type1: Improve memory pinning process for raw PFN mapping"") from Linus' tree and commit: 7b578b0de3d3 ("vfio/type1: Fix task tracking for

linux-next: manual merge of the vfio tree with Linus' tree

2018-06-04 Thread Stephen Rothwell
Hi Alex, Today's linux-next merge of the vfio tree got a conflict in: drivers/vfio/vfio_iommu_type1.c between commit: 89c29def6b01 ("Revert "vfio/type1: Improve memory pinning process for raw PFN mapping"") from Linus' tree and commit: 7b578b0de3d3 ("vfio/type1: Fix task tracking for

Re: [PATCH 1/2] mfd: stm32-timers: fix pwm-stm32 linker issue with COMPILE_TEST

2018-06-04 Thread Lee Jones
On Fri, 18 May 2018, Fabrice Gasnier wrote: > This is seen when COMPILE_TEST=y and MFD_STM32_TIMERS=n. > drivers/pwm/pwm-stm32.o: In function 'stm32_pwm_raw_capture': > pwm-stm32.c:... undefined reference to 'stm32_timers_dma_burst_read' > Fixes: 0c6609805b63 ("mfd: stm32-timers: Add support for

Re: [PATCH 1/2] mfd: stm32-timers: fix pwm-stm32 linker issue with COMPILE_TEST

2018-06-04 Thread Lee Jones
On Fri, 18 May 2018, Fabrice Gasnier wrote: > This is seen when COMPILE_TEST=y and MFD_STM32_TIMERS=n. > drivers/pwm/pwm-stm32.o: In function 'stm32_pwm_raw_capture': > pwm-stm32.c:... undefined reference to 'stm32_timers_dma_burst_read' > Fixes: 0c6609805b63 ("mfd: stm32-timers: Add support for

Re: [PATCH 2/2] pwm: stm32: initialize raw local variables

2018-06-04 Thread Lee Jones
On Fri, 18 May 2018, Fabrice Gasnier wrote: > This removes build warning when COMPILE_TEST=y and MFD_STM32_TIMERS=n > in drivers/pwm/pwm-stm32.c. In function 'stm32_pwm_capture' 'raw_prd' and > 'raw_dty' may be used uninitialized in this function > [-Wmaybe-uninitialized] > > Signed-off-by:

Re: [PATCH 2/2] pwm: stm32: initialize raw local variables

2018-06-04 Thread Lee Jones
On Fri, 18 May 2018, Fabrice Gasnier wrote: > This removes build warning when COMPILE_TEST=y and MFD_STM32_TIMERS=n > in drivers/pwm/pwm-stm32.c. In function 'stm32_pwm_capture' 'raw_prd' and > 'raw_dty' may be used uninitialized in this function > [-Wmaybe-uninitialized] > > Signed-off-by:

Re: [RESEND PATCH v5] mfd: arizona: Update DT doc to support more standard reset binding

2018-06-04 Thread Lee Jones
On Wed, 09 May 2018, Charles Keepax wrote: > Signed-off-by: Charles Keepax > Reviewed-by: Rob Herring > Acked-by: Lee Jones > --- > Documentation/devicetree/bindings/mfd/arizona.txt | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) Applied, thanks. -- Lee Jones [李琼斯] Linaro

Re: [RESEND PATCH v5] mfd: arizona: Update DT doc to support more standard reset binding

2018-06-04 Thread Lee Jones
On Wed, 09 May 2018, Charles Keepax wrote: > Signed-off-by: Charles Keepax > Reviewed-by: Rob Herring > Acked-by: Lee Jones > --- > Documentation/devicetree/bindings/mfd/arizona.txt | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) Applied, thanks. -- Lee Jones [李琼斯] Linaro

Re: [RESEND PATCH v5 2/6] mfd: stm32-timers: add support for dmas

2018-06-04 Thread Lee Jones
On Wed, 16 May 2018, Fabrice Gasnier wrote: > STM32 Timers can support up to 7 DMA requests: > - 4 channels, update, compare and trigger. > Optionally request part, or all DMAs from stm32-timers MFD core. > > Also add routine to implement burst reads using DMA from timer registers. > This is

Re: [RESEND PATCH v5 2/6] mfd: stm32-timers: add support for dmas

2018-06-04 Thread Lee Jones
On Wed, 16 May 2018, Fabrice Gasnier wrote: > STM32 Timers can support up to 7 DMA requests: > - 4 channels, update, compare and trigger. > Optionally request part, or all DMAs from stm32-timers MFD core. > > Also add routine to implement burst reads using DMA from timer registers. > This is

Re: [PATCH 1/3] dt-bindings: thermal: Add binding document for SR thermal

2018-06-04 Thread Srinath Mannam
Hi Rob Herring, Please find my comments in line.. On Fri, Jun 1, 2018 at 7:59 PM, Rob Herring wrote: > On Fri, Jun 1, 2018 at 3:51 AM, Srinath Mannam > wrote: >> Hi Rob Herring, >> >> Thank you for the review. >> Please find my answers inline.. >> >> On Thu, May 31, 2018 at 10:18 PM, Rob

Re: [PATCH 1/3] dt-bindings: thermal: Add binding document for SR thermal

2018-06-04 Thread Srinath Mannam
Hi Rob Herring, Please find my comments in line.. On Fri, Jun 1, 2018 at 7:59 PM, Rob Herring wrote: > On Fri, Jun 1, 2018 at 3:51 AM, Srinath Mannam > wrote: >> Hi Rob Herring, >> >> Thank you for the review. >> Please find my answers inline.. >> >> On Thu, May 31, 2018 at 10:18 PM, Rob

<    12   13   14   15   16   17