[PATCH 3/3] usb: max3421-hcd: Remove function name from dev_dbg calls

2017-05-26 Thread Alexander Amelkin
From: Alexander Amelkin <amel...@fastwel.ru> Date: Fri, 14 Apr 2017 18:01:58 +0300 Subject: [PATCH 3/3] usb: max3421-hcd: Remove function name from dev_dbg calls The kernel dynamic debugging facility already has a means for displaying the function name if the developer wants to (the 'f

[GIT][PULL] Improvements to max3421-hcd driver

2017-05-26 Thread Alexander Amelkin
of memory allocation/deallocation functions - Removes superfluous debug text Alexander Amelkin (3): usb: max3421-hcd: Add devicetree support to the driver usb: max3421-hcd: Fix crash on the driver removal usb: max3421

[PATCH 1/3] usb: max3421-hcd: Add devicetree support to the driver

2017-05-26 Thread Alexander Amelkin
421' Binding documentation is also added with this patch. Signed-off-by: Alexander Amelkin <alexan...@amelkin.msk.ru> --- .../devicetree/bindings/usb/maxim,max3421-hcd.txt | 19 + drivers/usb/host/max3421-hcd.c | 96 -- 2 files changed, 110 inserti

[PATCH 2/3] usb: max3421-hcd: Fix crash on the driver removal

2017-05-26 Thread Alexander Amelkin
From: Alexander Amelkin <amel...@fastwel.ru> Date: Fri, 14 Apr 2017 17:58:07 +0300 Subject: [PATCH 2/3] usb: max3421-hcd: Fix crash on the driver removal The driver was calling kthread_stop inside a spin-locked region while the thread was calling schedule() on a regular basis. That resulted in

Re: [RFC PATCH v2 1/4] dt-bindings: misc: Add bindings for misc. BMC control fields

2018-08-23 Thread Alexander Amelkin
20.07.2018 03:07, Andrew Jeffery wrote: >> Andrew, can you start with a list that shows what you expect us to need >> on our systems ? >> > Okay, our Witherspoon and Romulus platforms containing the ASPEED AST2500 > currently need the following tuneables exposed: > > From the SCU: > - Debug UART

Re: [RFC PATCH v2 1/4] dt-bindings: misc: Add bindings for misc. BMC control fields

2018-07-13 Thread Alexander Amelkin
and other reviewers know that this feature is actually needed. With best regards, Alexander Amelkin 13.07.2018 09:31, Andrew Jeffery wrote: > Hi Rob, Ben, > > I've replied to you both inline below, hopefully it's clear enough from the > context. > > On Fri, 13 Jul 2018,

Re: [PATCH 3/3] watchdog/aspeed: add support for dual boot

2019-08-21 Thread Alexander Amelkin
rl = WDT_CTRL_1MHZ_CLK; > > + if (of_property_read_bool(np, "aspeed,alt-boot")) > + wdt->wdd.groups = bswitch_groups; > + > Why does this have to be separate to the existing evaluation of > aspeed,alt-boot, and why does the existing code n

Re: [PATCH 3/3] watchdog/aspeed: add support for dual boot

2019-08-22 Thread Alexander Amelkin
21.08.2019 21:10, Guenter Roeck wrote: > On Wed, Aug 21, 2019 at 08:42:24PM +0300, Alexander Amelkin wrote: >> 21.08.2019 19:32, Guenter Roeck wrote: >>> On Wed, Aug 21, 2019 at 06:57:43PM +0300, Ivan Mikhaylov wrote: >>>> Set WDT_CLEAR_TIMEOUT_AND_BOOT_CODE_SELECTION

Re: [PATCH 3/3] watchdog/aspeed: add support for dual boot

2019-08-22 Thread Alexander Amelkin
22.08.2019 19:01, Guenter Roeck wrote: > On Thu, Aug 22, 2019 at 05:36:21PM +0300, Alexander Amelkin wrote: >> 21.08.2019 21:10, Guenter Roeck wrote: >>> On Wed, Aug 21, 2019 at 08:42:24PM +0300, Alexander Amelkin wrote: >>>> 21.08.2019 19:32, Guenter Roeck wrote: &g

Re: [RFC PATCH v2 1/4] dt-bindings: misc: Add bindings for misc. BMC control fields

2018-08-23 Thread Alexander Amelkin
20.07.2018 03:07, Andrew Jeffery wrote: >> Andrew, can you start with a list that shows what you expect us to need >> on our systems ? >> > Okay, our Witherspoon and Romulus platforms containing the ASPEED AST2500 > currently need the following tuneables exposed: > > From the SCU: > - Debug UART

Re: [RFC PATCH v2 1/4] dt-bindings: misc: Add bindings for misc. BMC control fields

2018-07-13 Thread Alexander Amelkin
and other reviewers know that this feature is actually needed. With best regards, Alexander Amelkin 13.07.2018 09:31, Andrew Jeffery wrote: > Hi Rob, Ben, > > I've replied to you both inline below, hopefully it's clear enough from the > context. > > On Fri, 13 Jul 2018,

[PATCH 1/3] usb: max3421-hcd: Add devicetree support to the driver

2017-05-26 Thread Alexander Amelkin
421' Binding documentation is also added with this patch. Signed-off-by: Alexander Amelkin --- .../devicetree/bindings/usb/maxim,max3421-hcd.txt | 19 + drivers/usb/host/max3421-hcd.c | 96 -- 2 files changed, 110 insertions(+), 5 deletions(-) create m

[PATCH 2/3] usb: max3421-hcd: Fix crash on the driver removal

2017-05-26 Thread Alexander Amelkin
From: Alexander Amelkin Date: Fri, 14 Apr 2017 17:58:07 +0300 Subject: [PATCH 2/3] usb: max3421-hcd: Fix crash on the driver removal The driver was calling kthread_stop inside a spin-locked region while the thread was calling schedule() on a regular basis. That resulted in panic due to 'scheduling

[PATCH 3/3] usb: max3421-hcd: Remove function name from dev_dbg calls

2017-05-26 Thread Alexander Amelkin
From: Alexander Amelkin Date: Fri, 14 Apr 2017 18:01:58 +0300 Subject: [PATCH 3/3] usb: max3421-hcd: Remove function name from dev_dbg calls The kernel dynamic debugging facility already has a means for displaying the function name if the developer wants to (the 'f' flag). There is no need

[GIT][PULL] Improvements to max3421-hcd driver

2017-05-26 Thread Alexander Amelkin
of memory allocation/deallocation functions - Removes superfluous debug text Alexander Amelkin (3): usb: max3421-hcd: Add devicetree support to the driver usb: max3421-hcd: Fix crash on the driver removal usb: max3421