Poor SATA / RAID performance (2.6.11 and promise SATAII150 TX4)

2005-03-30 Thread Tim Harvey
uggesitons. Please 'cc' me in any replies to the list. Tim Harvey - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH v4 0/4] IPUv3 prep for i.MX5/6 v4l2 staging drivers, v4

2016-08-25 Thread Tim Harvey
On Wed, Aug 17, 2016 at 5:50 PM, Steve Longerbeam wrote: > In this version: > > - rebased against latest drm-next. > - cleaned up header includes in ipu-vdi.c. > - do away with struct ipu_ic_tile_off in ipu-ic.c, and move tile offsets > into struct ipu_ic_tile. This paves the way for possibly al

MCP251x SPI CAN controller on Cavium ThunderX

2017-11-13 Thread Tim Harvey
Mark/Jan, I have been unsuccessful getting a MCP251x SPI based CAN controller working on a CN80xx using Linux mainline. When a register is read from the mcp251x driver the octeon_spi_do_transfer() gets a spi_message with a single spi_xfer of len=3, a tx_buf, and an rx_buf which I believe is suppo

Re: [PATCH v2 3/4] media: i2c: Add TDA1997x HDMI receiver driver

2017-11-03 Thread Tim Harvey
On Mon, Oct 23, 2017 at 10:05 AM, Tim Harvey wrote: > > On Fri, Oct 20, 2017 at 9:23 AM, Hans Verkuil wrote: > > >> > >> I see the AVI infoframe has hdmi_quantization_range and > >> hdmi_ycc_quantization_range along with vid_code. > >> > >>

Re: [PATCH v2 3/4] media: i2c: Add TDA1997x HDMI receiver driver

2017-10-19 Thread Tim Harvey
On Wed, Oct 18, 2017 at 5:04 AM, Hans Verkuil wrote: > Hi Tim, > > Here is my review of this v2: > > On 10/12/17 06:45, Tim Harvey wrote: >> Add support for the TDA1997x HDMI receivers. >> >> + >> +/* >> + * Video Input formats >> + *

Re: [PATCH v6 4/6] media: i2c: Add TDA1997x HDMI receiver driver

2018-01-25 Thread Tim Harvey
On Mon, Jan 15, 2018 at 4:56 AM, Hans Verkuil wrote: > On 12/28/2017 09:09 PM, Tim Harvey wrote: >> Add support for the TDA1997x HDMI receivers. >> > > This looks good. > > But there is one corner case that isn't handled in this driver: what if there > is no AV

[PATCH v7 0/6] TDA1997x HDMI video receiver

2018-01-30 Thread Tim Harvey
VIDIOC_G/S_PARM: OK test VIDIOC_G_FBUF: OK (Not Supported) test VIDIOC_G_FMT: OK test VIDIOC_TRY_FMT: OK test VIDIOC_S_FMT: OK test VIDIOC_G_SLICED_VBI_CAP: OK (Not Supported) test Cropping: OK (Not Su

[PATCH v7 2/6] MAINTAINERS: add entry for NXP TDA1997x driver

2018-01-30 Thread Tim Harvey
Signed-off-by: Tim Harvey --- MAINTAINERS | 8 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index aa71ab52f..502bc97 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13244,6 +13244,14 @@ T: git git://linuxtv.org/mkrufky/tuners.git S: Maintained F

[PATCH v7 4/6] media: i2c: Add TDA1997x HDMI receiver driver

2018-01-30 Thread Tim Harvey
Add support for the TDA1997x HDMI receivers. Cc: Hans Verkuil Signed-off-by: Tim Harvey --- v7: - fix interlaced mode - support no AVI infoframe (ie DVI) (Hans) - add support for multiple output formats (Hans) v6: - fix return on regulator enablei in tda1997x_set_power() - replace

[PATCH v7 5/6] ARM: dts: imx: Add TDA19971 HDMI Receiver to GW54xx

2018-01-30 Thread Tim Harvey
The GW54xx has a front-panel microHDMI connector routed to a TDA19971 which is connected the the IPU CSI when using IMX6Q. Signed-off-by: Tim Harvey --- v5: - remove leading 0 from unit address - add newline between property list and child node v4: no changes v3: no changes v2: - add HDMI

[PATCH v7 6/6] ARM: dts: imx: Add TDA19971 HDMI Receiver to GW551x

2018-01-30 Thread Tim Harvey
Signed-off-by: Tim Harvey --- v5: - add missing audmux config --- arch/arm/boot/dts/imx6qdl-gw551x.dtsi | 138 ++ 1 file changed, 138 insertions(+) diff --git a/arch/arm/boot/dts/imx6qdl-gw551x.dtsi b/arch/arm/boot/dts/imx6qdl-gw551x.dtsi index 30d4662..749548a

[PATCH v7 1/6] v4l2-dv-timings: add v4l2_hdmi_colorimetry()

2018-01-30 Thread Tim Harvey
From: Hans Verkuil Add the v4l2_hdmi_colorimetry() function so we have a single function that determines the colorspace, YCbCr encoding, quantization range and transfer function from the InfoFrame data. Signed-off-by: Hans Verkuil Signed-off-by: Tim Harvey --- drivers/media/v4l2-core/v4l2-dv

[PATCH v7 3/6] media: dt-bindings: Add bindings for TDA1997X

2018-01-30 Thread Tim Harvey
Acked-by: Rob Herring Acked-by: Sakari Ailus Signed-off-by: Tim Harvey --- v6: - replace copyright with SPDX tag - added Rob's ack v5: - added Sakari's ack v4: - move include/dt-bindings/media/tda1997x.h to bindings patch - clarify port node details v3: - fix typo v2: -

Re: [PATCH v6 4/6] media: i2c: Add TDA1997x HDMI receiver driver

2018-01-30 Thread Tim Harvey
On Mon, Jan 29, 2018 at 4:00 AM, Hans Verkuil wrote: > On 01/25/2018 05:15 PM, Tim Harvey wrote: >>> >>> Hmm. This receiver supports multiple output formats, but you advertise only >>> one. >>> That looks wrong. If nothing else, you should be able to sw

Re: [PATCH v6 4/6] media: i2c: Add TDA1997x HDMI receiver driver

2018-01-31 Thread Tim Harvey
Tim Harvey - Principal Software Engineer Gateworks Corporation - http://www.gateworks.com/ 3026 S. Higuera St. San Luis Obispo CA 93401 805-781-2000 On Wed, Jan 31, 2018 at 5:22 AM, Hans Verkuil wrote: > On 01/31/18 08:38, Hans Verkuil wrote: >> On 01/31/2018 05:51 AM, Tim Harvey wrot

Re: [PATCH v2] regmap: irq: fix ack-invert

2018-03-09 Thread Tim Harvey
On Wed, Mar 7, 2018 at 6:36 AM, Mark Brown wrote: > On Tue, Mar 06, 2018 at 06:57:49AM -0800, Tony Lindgren wrote: > >> > By using regmap_irq_update_bits to ACK the interrupts we use the masked >> > status bits so we take care not to affect any other bits then use >> > ack_invert to determine if w

[PATCH v2] regmap: irq: fix ack-invert

2018-03-05 Thread Tim Harvey
s Cc: Tony Lindgren Signed-off-by: Tim Harvey --- v2: - use regmap_irq_update_bits for readability as well as taking into account only affecting bits we are acking - add fix for affected motorola-cpcap driver --- drivers/base/regmap/regmap-irq.c | 5 - drivers/mfd/motorola-cpcap.c

[PATCH v2 4/4] input: misc: Add Gateworks System Controller support

2018-03-05 Thread Tim Harvey
Add support for dispatching Linux Input events for the various interrupts the Gateworks System Controller provides. Cc: Dmitry Torokhov Signed-off-by: Tim Harvey --- v2: - reword Kconfig - revise license comment block - remove unnecessary read of status register - remove unnecessary setting of

[PATCH v2 3/4] hwmon: add Gateworks System Controller support

2018-03-05 Thread Tim Harvey
d-off-by: Tim Harvey --- v2: - change license comment style - remove DEBUG - simplify regmap_bulk_read err check - remove break after returns in switch statement - fix fan setpoint buffer address - remove unnecessary parens - consistently use struct device *dev pointer - change license/comment block

[PATCH v2 2/4] mfd: add Gateworks System Controller core driver

2018-03-05 Thread Tim Harvey
using custom protocol - Interrupt controller with tamper detect, user pushbotton - Watchdog controller capable of full board power-cycle - Power Control capable of full board power-cycle see http://trac.gateworks.com/wiki/gsc for more details Cc: Randy Dunlap Signed-off-by: Tim Harvey -

[PATCH v2 1/4] dt-bindings: mfd: Add Gateworks System Controller bindings

2018-03-05 Thread Tim Harvey
This patch adds documentation of device-tree bindings for the Gateworks System Controller (GSC). Signed-off-by: Tim Harvey --- Documentation/devicetree/bindings/mfd/gsc.txt | 159 ++ 1 file changed, 159 insertions(+) create mode 100644 Documentation/devicetree/bindings

[PATCH v2 0/4] Add support for the Gateworks System Controller

2018-03-05 Thread Tim Harvey
- RTC (enumating DS1672) - HWMON - Interrupt controller with tamper detect, user pushbotton - Watchdog controller capable of full board power-cycle - Power Control capable of full board power-cycle see http://trac.gateworks.com/wiki/gsc for more details Tim Harvey (4): dt-bindings: mfd

Re: [PATCH v2 1/4] dt-bindings: mfd: Add Gateworks System Controller bindings

2018-03-23 Thread Tim Harvey
On Fri, Mar 9, 2018 at 3:14 PM, Rob Herring wrote: > On Mon, Mar 05, 2018 at 02:02:38PM -0800, Tim Harvey wrote: >> This patch adds documentation of device-tree bindings for the >> Gateworks System Controller (GSC). >> >> Signed-off-by: Tim Harvey >> --- >>

Re: [PATCH v2 4/4] input: misc: Add Gateworks System Controller support

2018-03-14 Thread Tim Harvey
On Sat, Mar 10, 2018 at 10:45 AM, Dmitry Torokhov wrote: > On Mon, Mar 05, 2018 at 02:02:41PM -0800, Tim Harvey wrote: >> Add support for dispatching Linux Input events for the various interrupts >> the Gateworks System Controller provides. >> >> Cc: Dmitry Torokhov &

Re: [PATCH 4/5] cpufreq: imx6q: add ldo-bypass support

2015-01-05 Thread Tim Harvey
On Fri, Dec 19, 2014 at 8:23 AM, Mark Brown wrote: > On Fri, Dec 19, 2014 at 08:17:41AM -0800, Tim Harvey wrote: > >> frequency setpoint. If however you have an external PMIC that is >> capable of adjusting the VDD_ARM and VDD_SOC to the IMX6 and an >> appropriate regula

Re: [RFC 0/4] Add support for the Gateworks System Controller

2018-02-28 Thread Tim Harvey
On Wed, Feb 28, 2018 at 6:44 AM, Andrew Lunn wrote: > On Tue, Feb 27, 2018 at 05:21:10PM -0800, Tim Harvey wrote: >> This series adds support for the Gateworks System Controller used on >> Gateworks >> Laguna, Ventana, and Newport product families. >> >> The GSC

Re: [RFC 4/4] input: misc: Add Gateworks System Controller support

2018-02-28 Thread Tim Harvey
On Tue, Feb 27, 2018 at 8:54 PM, Dmitry Torokhov wrote: > Hi Tim, Hi Dmitry - thanks for the review! > > On Tue, Feb 27, 2018 at 05:21:14PM -0800, Tim Harvey wrote: >> Add support for dispatching Linux Input events for the various interrupts >> the Gateworks Syste

Re: [RFC 2/4] mfd: add Gateworks System Controller core driver

2018-02-28 Thread Tim Harvey
On Tue, Feb 27, 2018 at 6:00 PM, Randy Dunlap wrote: > On 02/27/2018 05:21 PM, Tim Harvey wrote: >> The Gateworks System Controller (GSC) is an I2C slave controller >> implemented with an MSP430 micro-controller whose firmware embeds the >> following features: >> - I/O

Re: [RFC 2/4] mfd: add Gateworks System Controller core driver

2018-02-28 Thread Tim Harvey
On Wed, Feb 28, 2018 at 10:53 AM, Andrew Lunn wrote: >> + dev_err(&client->dev, ">> 0x%02x %d\n", reg, ret); >> + return ret; >> + } >> + dev_dbg(&client->dev, ">> 0x%02x=0x%02x (%d)\n", reg, val, retry); >> + >> +return 0; > > Hi Tim > > There appears to be

Re: [PATCH] regmap: irq: fix ack-invert

2018-02-28 Thread Tim Harvey
On Tue, Feb 27, 2018 at 10:39 AM, Tony Lindgren wrote: > * Tim Harvey [180227 16:07]: >> When acking irqs we need to take into account the ack-invert case. Without >> this chips that require 0's to ACK interrupts will never clear the interrupt. >> >> I am workin

Re: [RFC 3/4] hwmon: add Gateworks System Controller support

2018-02-28 Thread Tim Harvey
On Tue, Feb 27, 2018 at 6:05 PM, Guenter Roeck wrote: > On 02/27/2018 05:21 PM, Tim Harvey wrote: >> >> The Gateworks System Controller has a hwmon sub-component that exposes >> up to 16 ADC's, some of which are temperature sensors, others which are >> volta

Re: [PATCH v3 2/4] mfd: add Gateworks System Controller core driver

2018-04-03 Thread Tim Harvey
On Wed, Mar 28, 2018 at 8:14 AM, Tim Harvey wrote: > The Gateworks System Controller (GSC) is an I2C slave controller > implemented with an MSP430 micro-controller whose firmware embeds the > following features: > - I/O expander (16 GPIO's) using PCA955x protocol > - R

Re: [PATCH v3 2/4] mfd: add Gateworks System Controller core driver

2018-04-03 Thread Tim Harvey
On Tue, Apr 3, 2018 at 9:47 AM, Andrew Lunn wrote: > On Tue, Apr 03, 2018 at 08:48:27AM -0700, Tim Harvey wrote: >> On Wed, Mar 28, 2018 at 8:14 AM, Tim Harvey wrote: >> > The Gateworks System Controller (GSC) is an I2C slave controller >> > implemented with an MS

Re: [v3,4/4] watchdog: add Gateworks System Controller support

2018-04-04 Thread Tim Harvey
On Mon, Apr 2, 2018 at 9:32 AM, Andrew Lunn wrote: >> The 'use case' we have been using this in for a couple years is that >> users who want to use this watchdog will enable it externally (we have >> a command in the bootloader) and if enabled the kernel driver (that >> I'm proposing here which we

[PATCH v3 0/4] Add support for the Gateworks System Controller

2018-03-28 Thread Tim Harvey
of of to own function - use strlcpy to ensure null termination - fix static array sizes and removed unnecessary initializers - dynamically allocate channels - fix fan input label - support platform data Tim Harvey (4): dt-bindings: mfd: Add Gateworks System Controller bindings mfd: add Gate

[PATCH v3 3/4] hwmon: add Gateworks System Controller support

2018-03-28 Thread Tim Harvey
d-off-by: Tim Harvey --- v3: - add voltage_raw input type and supporting fields - add channel validation to is_visible function - remove unnecessary channel validation from read/write functions v2: - change license comment style - remove DEBUG - simplify regmap_bulk_read err check - remove break

[PATCH v3 4/4] watchdog: add Gateworks System Controller support

2018-03-28 Thread Tim Harvey
Signed-off-by: Tim Harvey --- drivers/watchdog/Kconfig | 10 drivers/watchdog/Makefile | 1 + drivers/watchdog/gsc_wdt.c | 146 + 3 files changed, 157 insertions(+) create mode 100644 drivers/watchdog/gsc_wdt.c diff --git a/drivers

[PATCH v3 2/4] mfd: add Gateworks System Controller core driver

2018-03-28 Thread Tim Harvey
using custom protocol - Interrupt controller with tamper detect, user pushbotton - Watchdog controller capable of full board power-cycle - Power Control capable of full board power-cycle see http://trac.gateworks.com/wiki/gsc for more details Cc: Randy Dunlap Signed-off-by: Tim Harvey -

[PATCH v3 1/4] dt-bindings: mfd: Add Gateworks System Controller bindings

2018-03-28 Thread Tim Harvey
This patch adds documentation of device-tree bindings for the Gateworks System Controller (GSC). Signed-off-by: Tim Harvey --- v3: - replaced _ with - - remove input bindings - added full description of hwmon - fix unit address of hwmon child nodes --- .../devicetree/bindings/mfd/gateworks

Re: [PATCH v3 1/4] dt-bindings: mfd: Add Gateworks System Controller bindings

2018-03-28 Thread Tim Harvey
On Wed, Mar 28, 2018 at 9:24 AM, Guenter Roeck wrote: > On Wed, Mar 28, 2018 at 08:14:00AM -0700, Tim Harvey wrote: >> This patch adds documentation of device-tree bindings for the >> Gateworks System Controller (GSC). >> >> Signed-off-by: Tim Harvey >>

Re: [PATCH v3 3/4] hwmon: add Gateworks System Controller support

2018-03-28 Thread Tim Harvey
On Wed, Mar 28, 2018 at 10:00 AM, Guenter Roeck wrote: > On Wed, Mar 28, 2018 at 08:14:02AM -0700, Tim Harvey wrote: >> The Gateworks System Controller has a hwmon sub-component that exposes >> up to 16 ADC's, some of which are temperature sensors, others which are >&g

Re: [PATCH v3 1/4] dt-bindings: mfd: Add Gateworks System Controller bindings

2018-03-28 Thread Tim Harvey
On Wed, Mar 28, 2018 at 1:23 PM, Guenter Roeck wrote: > On Wed, Mar 28, 2018 at 12:17:34PM -0700, Tim Harvey wrote: >> On Wed, Mar 28, 2018 at 9:24 AM, Guenter Roeck wrote: >> > On Wed, Mar 28, 2018 at 08:14:00AM -0700, Tim Harvey wrote: >> >> This patch add

Re: [PATCH v2 0/4] Patches to allow consistent mmc / mmcblk numbering w/ device tree

2019-03-27 Thread Tim Harvey
On Sun, Mar 17, 2019 at 10:00 AM Russell King - ARM Linux admin wrote: > > On Sun, Mar 17, 2019 at 04:48:24PM +, Måns Rullgård wrote: > > Stefan Agner writes: > > > > > On 16.03.2019 16:39, Russell King - ARM Linux admin wrote: > > >> On Sat, Mar 16, 2019 at 01:33:58PM +0100, Marek Vasut wrot

Re: [PATCH] ARM64: dts: imx8mm-evk: Assigned clocks for audio plls

2020-05-19 Thread Tim Harvey
On Wed, Oct 16, 2019 at 3:36 AM S.j. Wang wrote: > > Assign clocks and clock-rates for audio plls, that audio > drivers can utilize them. > > Add dai-tdm-slot-num and dai-tdm-slot-width for sound-wm8524, > that sai driver can generate correct bit clock. > > Fixes: 13f3b9fdef6c ("arm64: dts: imx8mm

[PATCH] ARM: dts: imx: imx6qdl-gw: add Gateworks System Controller

2020-05-20 Thread Tim Harvey
Add Gateworks System Controller support to Gateworks Ventana boards: - add dt bindings for GSC mfd driver and hwmon driver for ADC's and fan controllers. - add dt bindings for gpio-keys driver for push-button and interrupt events from the GSC. Signed-off-by: Tim Harvey --- arch/arm/boo

Re: [PATCH] soc: imx: Add power domain driver support for i.mx8m family

2020-05-21 Thread Tim Harvey
On Mon, May 4, 2020 at 2:19 AM Lucas Stach wrote: > > Am Montag, den 27.04.2020, 15:37 + schrieb Jacky Bai: > > > -Original Message- > > > From: Lucas Stach > > > Sent: Monday, April 27, 2020 11:11 PM > > > To: Abel Vesa ; Jacky Bai ; Shawn > > > Guo ; Sascha Hauer ; Liam > > > Girdwo

Re: [PATCH] can: mcp251x: convert to half-duplex SPI

2020-05-21 Thread Tim Harvey
On Wed, Feb 26, 2020 at 2:19 AM Marc Kleine-Budde wrote: > > On 2/26/20 8:37 AM, Marc Kleine-Budde wrote: > >> Your right... there is the mcp251x_hw_rx_frame() call that also uses > >> spi_rx_buf after a synchronous transfer (I didn't see any others). > >> I'll look at this again. > > > > Have you

Re: [PATCH 1/2] dt-bindings: arm: fsl: Add binding for Gateworks boards with IMX8MM

2020-12-28 Thread Tim Harvey
On Thu, Dec 24, 2020 at 3:23 AM Krzysztof Kozlowski wrote: > > On Wed, Dec 23, 2020 at 02:23:15PM -0800, Tim Harvey wrote: > > Add bindings for the Gateworks Venice Development kit boards with > > IMX8MM System on Module. > > > > Signed-off-by: Tim Harvey > &g

Re: [PATCH 2/2] arm64: dts: imx8mm: Add Gateworks IMX8MM Development Kits

2020-12-28 Thread Tim Harvey
On Thu, Dec 24, 2020 at 7:34 AM Sven Van Asbroeck wrote: > > Tim, Anders, > > On Wed, Dec 23, 2020 at 5:45 PM Tim Harvey wrote: > > > > - 2x RJ45 GbE (IMX8MM FEC and LAN743x) > > I noticed that you are users of the LAN743x PCIe ethernet chip. > > On non-cach

Re: [PATCH 2/2] arm64: dts: imx8mm: Add Gateworks IMX8MM Development Kits

2020-12-28 Thread Tim Harvey
On Thu, Dec 24, 2020 at 3:37 AM Krzysztof Kozlowski wrote: > Thanks for the review! > On Wed, Dec 23, 2020 at 02:23:16PM -0800, Tim Harvey wrote: > > The Gateworks Venice GW71xx-0x/GW72xx-0x/GW73xx-0x are development > > kits comprised of a GW700x SoM and a Baseboard. >

[PATCH] dt-bindings: mfd: gateworks-gsc: Add fan-tach mode

2020-12-28 Thread Tim Harvey
In 7497d4a66c59 ("hwmon: (gsc-hwmon) add fan sensor") a mode was added to report RPM's from a fan tach input. Add this mode to the dt-bindings for the Gateworks System Controller. Signed-off-by: Tim Harvey --- Documentation/devicetree/bindings/mfd/gateworks-gsc.yaml | 3 ++- 1

[PATCH] mfd: gateworks-gsc: fix interrupt type

2020-12-28 Thread Tim Harvey
The Gateworks System Controller has an active-low interrupt. Fix the interrupt request type. Fixes: d85234994b2f ("mfd: Add Gateworks System Controller core driver") Cc: Signed-off-by: Tim Harvey --- drivers/mfd/gateworks-gsc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH] regmap: irq: do not allow setting irq bits during ack

2020-12-28 Thread Tim Harvey
interrupt. Cc: Tony Lindgren Cc: Laxminath Kasam Cc: Robert Jones Signed-off-by: Tim Harvey --- drivers/base/regmap/regmap-irq.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/base/regmap/regmap-irq.c b/drivers/base/regmap/regmap-irq.c index ad5c2de

[PATCH v2 2/2] arm64: dts: imx8mm: Add Gateworks i.MX 8M Mini Development Kits

2020-12-28 Thread Tim Harvey
troll, RS485, RS422 - WiFi/BT - PCIe Clock generator - GPS and accelerometer - Media Expansion connector (MIPI-CSI/MIPI-DSI/GPIO/I2S) - I/O connector with 2x-ADC,2x-GPIO,1x-UART,1x-I2C - wide range power supply Signed-off-by: Tim Harvey --- v2: - fix i.MX 8M Mini name in commit log - consi

[PATCH v2 1/2] dt-bindings: arm: fsl: Add binding for Gateworks boards with IMX8MM

2020-12-28 Thread Tim Harvey
Add bindings for the Gateworks Venice Development kit boards with IMX8MM System on Module. Signed-off-by: Tim Harvey --- v2: no changes --- Documentation/devicetree/bindings/arm/fsl.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b

[PATCH v3 1/2] dt-bindings: arm: fsl: Add binding for Gateworks boards with IMX8MM

2020-12-28 Thread Tim Harvey
Add bindings for the Gateworks Venice Development kit boards with IMX8MM System on Module. Signed-off-by: Tim Harvey --- v3: no changes v2: no changes --- Documentation/devicetree/bindings/arm/fsl.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/arm

[PATCH v3 2/2] arm64: dts: imx8mm: Add Gateworks i.MX 8M Mini Development Kits

2020-12-28 Thread Tim Harvey
troll, RS485, RS422 - WiFi/BT - PCIe Clock generator - GPS and accelerometer - Media Expansion connector (MIPI-CSI/MIPI-DSI/GPIO/I2S) - I/O connector with 2x-ADC,2x-GPIO,1x-UART,1x-I2C - wide range power supply Signed-off-by: Tim Harvey --- v3: - fix gpio controller node name - add rtc no

Re: [PATCH] regmap: irq: do not allow setting irq bits during ack

2020-12-29 Thread Tim Harvey
On Tue, Dec 29, 2020 at 5:06 AM Mark Brown wrote: > > On Mon, Dec 28, 2020 at 01:45:51PM -0800, Tim Harvey wrote: > > > Some interrupt controllers may not de-assert their interrupt if > > bits are set when acknowledging the bits that caused the interrupt. > > > Take

Re: [PATCH] regmap: irq: do not allow setting irq bits during ack

2020-12-30 Thread Tim Harvey
On Wed, Dec 30, 2020 at 5:14 AM Mark Brown wrote: > > On Tue, Dec 29, 2020 at 08:23:00AM -0800, Tim Harvey wrote: > > On Tue, Dec 29, 2020 at 5:06 AM Mark Brown wrote: > > > > I can't understand what this commit message is trying to say, sorry. > > > Which b

[PATCH v4 1/2] dt-bindings: arm: fsl: Add binding for Gateworks boards with IMX8MM

2020-12-30 Thread Tim Harvey
Add bindings for the Gateworks Venice Development kit boards with IMX8MM System on Module. Signed-off-by: Tim Harvey --- v4: no changes v3: no changes v2: no changes --- Documentation/devicetree/bindings/arm/fsl.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation

[PATCH v4 2/2] arm64: dts: imx8mm: Add Gateworks i.MX 8M Mini Development Kits

2020-12-30 Thread Tim Harvey
troll, RS485, RS422 - WiFi/BT - PCIe Clock generator - GPS and accelerometer - Media Expansion connector (MIPI-CSI/MIPI-DSI/GPIO/I2S) - I/O connector with 2x-ADC,2x-GPIO,1x-UART,1x-I2C - wide range power supply Signed-off-by: Tim Harvey --- v4: - replace underscore with hyphen for gpio-keys

[PATCH 2/2] arm64: dts: imx8mm: Add Gateworks IMX8MM Development Kits

2020-12-23 Thread Tim Harvey
) - wide range power supply Signed-off-by: Tim Harvey --- arch/arm64/boot/dts/freescale/Makefile | 3 + .../boot/dts/freescale/imx8mm-venice-gw700x.dtsi | 482 + .../boot/dts/freescale/imx8mm-venice-gw71xx-0x.dts | 19 + .../boot/dts/freescale/imx8mm-venice

[PATCH 1/2] dt-bindings: arm: fsl: Add binding for Gateworks boards with IMX8MM

2020-12-23 Thread Tim Harvey
Add bindings for the Gateworks Venice Development kit boards with IMX8MM System on Module. Signed-off-by: Tim Harvey --- Documentation/devicetree/bindings/arm/fsl.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation

Re: [PATCH v5 10/14] clk: imx: Add generic blk-ctl driver

2021-03-18 Thread Tim Harvey
On Thu, Feb 25, 2021 at 12:28 AM Jacky Bai wrote: > > > > > -Original Message- > > From: Frieder Schrempf [mailto:frieder.schre...@kontron.de] > > Sent: Thursday, February 25, 2021 4:23 PM > > To: Abel Vesa ; Dong Aisheng > > Cc: Aisheng Dong ; Rob Herring ; > > Peng Fan ; Jacky Bai ; Ans

[PATCH v2 2/2] arm64: dts: imx: Add i.mx8mm Gateworks gw7901 dts support

2021-03-19 Thread Tim Harvey
ports - onboard 802.11ac WiFi / BT - microSD socket - miniPCIe socket with PCIe, USB 2.0 and dual SIM sockets - Wide range DC power input - 802.3at PoE Signed-off-by: Tim Harvey --- v2: - fixed issues reported by check_dtbs: - add missing GSC #address-cells and #size-cells - use common

[PATCH v2 1/2] dt-bindings: arm: imx: add imx8mm gw7901 support

2021-03-19 Thread Tim Harvey
ports - onboard 802.11ac WiFi / BT - microSD socket - miniPCIe socket with PCIe, USB 2.0 and dual SIM sockets - Wide range DC power input - 802.3at PoE Acked-by: Rob Herring Signed-off-by: Tim Harvey --- v2: - add Rob's Acked-by --- Documentation/devicetree/bindings/arm/fsl.yaml | 1

[PATCH v3 1/2] dt-bindings: arm: imx: add imx8mm gw7901 support

2021-03-30 Thread Tim Harvey
ports - onboard 802.11ac WiFi / BT - microSD socket - miniPCIe socket with PCIe, USB 2.0 and dual SIM sockets - Wide range DC power input - 802.3at PoE Acked-by: Rob Herring Signed-off-by: Tim Harvey Reviewed-by: Fabio Estevam --- v3: - add reviewed-by v2: - add Rob's Ack

[PATCH v3 2/2] arm64: dts: imx: Add i.mx8mm Gateworks gw7901 dts support

2021-03-30 Thread Tim Harvey
ports - onboard 802.11ac WiFi / BT - microSD socket - miniPCIe socket with PCIe, USB 2.0 and dual SIM sockets - Wide range DC power input - 802.3at PoE Signed-off-by: Tim Harvey Reviewed-by: Fabio Estevam --- v3: - remove always-on from regulators that don't have on/off control -

Re: [PATCH 1/4] dt-bindings: at25: add Fujitsu MB85RS4MT

2021-03-11 Thread Tim Harvey
'On Tue, Mar 9, 2021 at 9:34 PM wrote: > > On 3/10/21 12:59 AM, Michael Walle wrote: > > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > > content is safe > > > > Hi Tim, > > > > Am 2021-03-09 23:00, schrieb Tim Har

Re: [PATCH 1/4] dt-bindings: at25: add Fujitsu MB85RS4MT

2021-03-10 Thread Tim Harvey
On Tue, Mar 9, 2021 at 2:59 PM Michael Walle wrote: > > Hi Tim, > > Am 2021-03-09 23:00, schrieb Tim Harvey: > > Document the compatible value for the Fujitsu MB85RS4MT SPI > > FRAM EEPROM device so that it can be used in DTS files. > > > > This is a 512KiB FRA

[PATCH 3/4] dt-bindings: arm: imx: add imx8mm gw7901 support

2021-03-09 Thread Tim Harvey
ports - onboard 802.11ac WiFi / BT - microSD socket - miniPCIe socket with PCIe, USB 2.0 and dual SIM sockets - Wide range DC power input - 802.3at PoE Signed-off-by: Tim Harvey --- Documentation/devicetree/bindings/arm/fsl.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a

[PATCH 2/4] mtd: spi-nor: fujitsu: add support for MB85RS4MT

2021-03-09 Thread Tim Harvey
Add support for the Fujitsu MB85RS4MT SPI FRAM EEPROM device. This is a 512KiB FRAM EEPROM. Signed-off-by: Tim Harvey --- drivers/mtd/spi-nor/fujitsu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mtd/spi-nor/fujitsu.c b/drivers/mtd/spi-nor/fujitsu.c index e385d93e756c

[PATCH 1/4] dt-bindings: at25: add Fujitsu MB85RS4MT

2021-03-09 Thread Tim Harvey
Document the compatible value for the Fujitsu MB85RS4MT SPI FRAM EEPROM device so that it can be used in DTS files. This is a 512KiB FRAM EEPROM. Signed-off-by: Tim Harvey --- Documentation/devicetree/bindings/eeprom/at25.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation

[PATCH 4/4] arm64: dts: imx: Add i.mx8mm Gateworks gw7901 dts support

2021-03-09 Thread Tim Harvey
ports - onboard 802.11ac WiFi / BT - microSD socket - miniPCIe socket with PCIe, USB 2.0 and dual SIM sockets - Wide range DC power input - 802.3at PoE Signed-off-by: Tim Harvey --- arch/arm64/boot/dts/freescale/Makefile|1 + .../dts/freescale/imx8mm-venice-gw7901.dts| 1008

Re: [PATCH v4 2/2] arm64: dts: imx8mm: Add Gateworks i.MX 8M Mini Development Kits

2021-01-04 Thread Tim Harvey
On Mon, Jan 4, 2021 at 4:36 AM Krzysztof Kozlowski wrote: > > On Wed, Dec 30, 2020 at 09:58:43AM -0800, Tim Harvey wrote: > > The Gateworks Venice GW71xx-0x/GW72xx-0x/GW73xx-0x are development > > kits comprised of a GW700x SoM and a Baseboard. Future SoM's such > &

[PATCH v5 2/2] arm64: dts: imx8mm: Add Gateworks i.MX 8M Mini Development Kits

2021-01-04 Thread Tim Harvey
ntrol, RS485, RS422 - WiFi/BT - PCIe Clock generator - GPS and accelerometer - Media Expansion connector (MIPI-CSI/MIPI-DSI/GPIO/I2S) - I/O connector with 2x-ADC,2x-GPIO,1x-UART,1x-I2C - wide range power supply Signed-off-by: Tim Harvey --- v5: - fixed typo/grammar in commit log (s/con

[PATCH v5 1/2] dt-bindings: arm: fsl: Add binding for Gateworks boards with IMX8MM

2021-01-04 Thread Tim Harvey
Add bindings for the Gateworks Venice Development kit boards with IMX8MM System on Module. Signed-off-by: Tim Harvey --- v5: no changes v4: no changes v3: no changes v2: no changes --- Documentation/devicetree/bindings/arm/fsl.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a

[PATCH 1/2] regulator: pfuze100: allow misprogrammed ID

2013-11-05 Thread Tim Harvey
prior to week 08 of 2013 Freescale misprogrammed between 1 and 3% of PFUZE1000 parts with a ID=0x8 instead of the expected ID=0x0 Signed-off-by: Tim Harvey --- drivers/regulator/pfuze100-regulator.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/drivers

Re: [PATCH 1/3] of: Add vendor prefix for Linear Technology Corporation

2014-04-30 Thread Tim Harvey
ntiqLantiq Semiconductor >> > lg LG Corporation >> > linux Linux-specific binding >> > lsiLSI Corp. (LSI Logic) >> > +ltcLinear Technology Corporation >> >> >> Following the use of stock symbols, this should be lltc. Is thi

[PATCH 4/5] cpufreq: imx6q: add ldo-bypass support

2014-10-30 Thread Tim Harvey
ple on the suplies. A failure to bypass the LDO's when using an external PMIC will result in an extra voltage drop (~125mV) between VDD_ARM_IN and VDD_ARM and VDD_SOC_IN and VDD_SOC which violates the voltages specificed by the datasheets. Cc: Philipp Zabel Cc: Shawn Guo Signed-off-by: Tim Harve

[PATCH 1/5] regulator: add function to determine if 2 regulators are the same

2014-10-30 Thread Tim Harvey
Regulator structures can point to the same internal regulator dev's but as that information is private we need to expose a function to determine if two regulators do so. Cc: linux...@vger.kernel.org Signed-off-by: Tim Harvey --- drivers/regulator/core.c | 17 + in

[PATCH 3/5] ARM: dts: imx: add cpu0 alias

2014-10-30 Thread Tim Harvey
Adding an alias on the cpu0 node allows devicetree files to modify the regulators for LDO-bypass mode. Cc: devicet...@vger.kernel.org Cc: Philipp Zabel Cc: Shawn Guo Signed-off-by: Tim Harvey --- arch/arm/boot/dts/imx6dl.dtsi | 2 +- arch/arm/boot/dts/imx6q.dtsi | 2 +- 2 files changed, 2

[PATCH 2/5] regulator: add function to determine if a regulator is in bypass mode

2014-10-30 Thread Tim Harvey
. Cc: linux...@vger.kernel.org Signed-off-by: Tim Harvey --- drivers/regulator/core.c | 23 +++ include/linux/regulator/consumer.h | 6 ++ 2 files changed, 29 insertions(+) diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index 6d4a627..904c271 1

[PATCH 5/5] ARM: imx: ventana: enable LDO bypass mode for GW54xx

2014-10-30 Thread Tim Harvey
ermal burden from the IMX to the PMIC. Cc: devicet...@vger.kernel.org Cc: Philipp Zabel Cc: Shawn Guo Signed-off-by: Tim Harvey --- arch/arm/boot/dts/imx6qdl-gw54xx.dtsi | 55 +-- 1 file changed, 39 insertions(+), 16 deletions(-) diff --git a/arch/arm/boo

[PATCH 0/5] ARM: imx: ventana: enable LDO-bypass mode

2014-10-30 Thread Tim Harvey
oach is an improvement over the initial proposal. Hopefully I have Cc'd the proper parties - please advise if not as I'm not extactly clear who should be in the loop on regulator core changes. Tim [1] http://www.spinics.net/lists/arm-kernel/msg365686.html Tim Harvey (5): regulator: add functi

[PATCH] ARM: dts: imx: add Gateworks Ventana GW553x support

2016-05-02 Thread Tim Harvey
user pushbutton - 1x USB OTG See http://www.gateworks.com for more info Signed-off-by: Tim Harvey --- arch/arm/boot/dts/Makefile| 2 + arch/arm/boot/dts/imx6dl-gw553x.dts | 19 ++ arch/arm/boot/dts/imx6q-gw553x.dts| 19 ++ arch/arm/boot/dts/imx6qdl-gw53xx.dtsi | 1 - arch

[PATCH] usb: gadget: net2280: add USB2380 support

2016-05-23 Thread Tim Harvey
The PLX USB2380 is a PCIe version of the NET2280 and behaves more like the USB338x but without the USB3.0 superspeed support. This was tested with g_ether, g_serial, g_mass_storage on a Gateworks Ventana GW2383. Cc: Justin DeFields Signed-off-by: Tim Harvey --- drivers/usb/gadget/udc/Kconfig

[PATCH] ARM: dts: imx: ventana: Add ext watchdog reset

2016-05-27 Thread Tim Harvey
this external watchdog reset to reset the PMIC which will reset all the PMIC power rails and not just a chip-level IMX6 reset. This helps to work around various system issues that can cause a hang when coming out of reset. Signed-off-by: Tim Harvey --- arch/arm/boot/dts/imx6qdl-gw51xx.dtsi | 12

Re: [PATCH v4 1/2] watchdog: imx2_wdt: add external reset support via 'ext-reset-output' dt prop

2015-12-17 Thread Tim Harvey
On Wed, Dec 2, 2015 at 12:54 PM, Tim Harvey wrote: > > On Wed, Dec 2, 2015 at 11:11 AM, Akshay Bhat wrote: > > > > > > On 11/06/2015 05:02 PM, Guenter Roeck wrote: > >> > >> On Fri, Nov 06, 2015 at 11:53:42AM -0800, Tim Harvey wrote: > >>&g

Re: [PATCH v4 1/2] watchdog: imx2_wdt: add external reset support via 'ext-reset-output' dt prop

2015-12-02 Thread Tim Harvey
On Wed, Dec 2, 2015 at 11:11 AM, Akshay Bhat wrote: > > > On 11/06/2015 05:02 PM, Guenter Roeck wrote: >> >> On Fri, Nov 06, 2015 at 11:53:42AM -0800, Tim Harvey wrote: >>> >>> On Thu, Nov 5, 2015 at 2:23 PM, Guenter Roeck wrote: >>>> >>

Re: [PATCH 4/5] cpufreq: imx6q: add ldo-bypass support

2014-12-19 Thread Tim Harvey
On Thu, Dec 18, 2014 at 6:22 AM, Mark Brown wrote: > On Thu, Dec 18, 2014 at 06:11:15AM -0800, Tim Harvey wrote: >> On Wed, Dec 17, 2014 at 6:36 AM, Fabio Estevam wrote: >> > On Fri, Oct 31, 2014 at 2:27 AM, Tim Harvey wrote: >> >> When an external PMIC is used f

Re: [PATCH 4/5] cpufreq: imx6q: add ldo-bypass support

2014-12-18 Thread Tim Harvey
On Wed, Dec 17, 2014 at 6:36 AM, Fabio Estevam wrote: > Hi Tim, > > On Fri, Oct 31, 2014 at 2:27 AM, Tim Harvey wrote: >> When an external PMIC is used for VDD_SOC and VDD_ARM you can save power by >> bypassing the internal LDO's provided by the anantop regulator as

Re: [PATCH] i.MX6 PCIe: Fix imx6_pcie_deassert_core_reset() polarity

2016-03-30 Thread Tim Harvey
On Wed, Mar 30, 2016 at 5:50 AM, Roberto Fichera wrote: > On 03/30/2016 12:10 PM, Arnd Bergmann wrote: >> On Wednesday 30 March 2016 10:00:33 Roberto Fichera wrote: Check your XIO2001 routing and insure the following for proper IRQ mapping: Slot12: IDSEL A28: socket INTA = XIO2001 INTA >

Re: [PATCH] i.MX6 PCIe: Fix imx6_pcie_deassert_core_reset() polarity

2016-03-31 Thread Tim Harvey
On Wed, Mar 30, 2016 at 1:10 AM, Krzysztof Hałasa wrote: > Lucas Stach writes: > >>> TW6869: PCI :04:00.0, IRQ 336, MMIO 0x110 >>> TW686x :04:00.0: enabling device (0140 -> 0142) >>> >> I don't see whee the device even tries to use MSI IRQs. Even if the >> infrastructure is enabled it

Re: [PATCH v4 1/2] watchdog: imx2_wdt: add external reset support via 'ext-reset-output' dt prop

2016-03-31 Thread Tim Harvey
On Wed, Mar 30, 2016 at 6:57 PM, Shawn Guo wrote: > On Wed, Mar 30, 2016 at 02:09:16PM -0700, Guenter Roeck wrote: >> The question was if the property name should be ext-reset-output or >> fsl,ext-reset-output. In my opinion, it should be fsl,ext-reset-output >> because it is not a generic propert

Re: [PATCH v4 1/2] watchdog: imx2_wdt: add external reset support via 'ext-reset-output' dt prop

2015-11-06 Thread Tim Harvey
On Thu, Nov 5, 2015 at 2:23 PM, Guenter Roeck wrote: > On Thu, Nov 05, 2015 at 04:19:21PM -0500, Akshay Bhat wrote: >> From: Tim Harvey >> >> The IMX6 watchdog supports assertion of a signal (WDOG_B) which >> can be pinmux'd to an external pin. This is typica

Re: [PATCH v2 0/4] Patches to allow consistent mmc / mmcblk numbering w/ device tree

2019-03-15 Thread Tim Harvey
Tim Harvey - Principal Software EngineerGateworks Corporation - http://www.gateworks.com/3026 S. Higuera St. San Luis Obispo CA 93401805-781-2000 On Tue, Mar 5, 2019 at 4:39 AM Måns Rullgård wrote: > > Douglas Anderson writes: > > > This series picks patches from various diff

Re: [PATCH v2 0/4] Patches to allow consistent mmc / mmcblk numbering w/ device tree

2019-03-15 Thread Tim Harvey
Tim Harvey - Principal Software EngineerGateworks Corporation - http://www.gateworks.com/3026 S. Higuera St. San Luis Obispo CA 93401805-781-2000 On Fri, Mar 15, 2019 at 4:00 PM Marek Vasut wrote: > > On 3/15/19 10:52 PM, Tim Harvey wrote: > > Tim Harvey - Principal Software Engin

Re: [PATCH] media: i2c: adv7180: fix adv7280 BT.656-4 compatibility

2019-10-02 Thread Tim Harvey
On Fri, Sep 27, 2019 at 1:43 PM Niklas Söderlund wrote: > > Hi Tim, > > On 2019-09-27 12:26:40 -0700, Tim Harvey wrote: > > On Fri, Sep 27, 2019 at 12:04 PM Niklas Söderlund > > wrote: > > > > > > Hi Tim, > > > > > > Sorry for taking to

Re: [PATCH] media: i2c: adv7180: fix adv7280 BT.656-4 compatibility

2019-09-27 Thread Tim Harvey
On Fri, Sep 27, 2019 at 12:04 PM Niklas Söderlund wrote: > > Hi Tim, > > Sorry for taking to so long to look at this. > > On 2019-09-23 15:04:47 -0700, Tim Harvey wrote: > > On Thu, Aug 29, 2019 at 7:29 AM Niklas Söderlund > > wrote: > > > > > > Hi

  1   2   3   4   >