ARM: OMAP2+: omap2plus_defconfig: enable omap1 rtc

2013-01-29 Thread Mark Jackson
The BeagleBone dev kit uses the built-in RTC module, so it would be nice to have this built by default in the omap2plus defconfig. Signed-off-by: Mark Jackson --- arch/arm/configs/omap2plus_defconfig |1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/omap2plus_defconfig b

linux-next: JFFS2 deadlock

2013-02-26 Thread Mark Jackson
Just tested the current next-20130226 on a custom AM335X board, and I received the JFFS2 deadlock shown below. Regards Mark JACKSON --- [3.250349] jffs2: notice: (1) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0

linux-next: JFFS2 corruption

2013-02-26 Thread Mark Jackson
Just tested the current next-20130226 on a custom AM335X board, and if I mount our JFFS2 image as read/write, the next reboot shows the image as being corrupt. If I reprogram the jffs2 image into NAND and only mount the volume as read-only, no corruption occurs and the system remains intact. I ha

Re: linux-next: JFFS2 corruption

2013-02-27 Thread Mark Jackson
On 26/02/13 23:18, Stephen Rothwell wrote: > Hi Mark, > > On Tue, 26 Feb 2013 15:50:18 +0000 Mark Jackson wrote: >> >> Just tested the current next-20130226 on a custom AM335X board, and if I >> mount >> our JFFS2 image as read/write, the next reboot sho

Re: linux-next: JFFS2 deadlock

2013-02-27 Thread Mark Jackson
On 26/02/13 23:17, Stephen Rothwell wrote: > Hi Mark, > > On Tue, 26 Feb 2013 11:54:56 +0000 Mark Jackson wrote: >> >> Just tested the current next-20130226 on a custom AM335X board, and I >> received the JFFS2 deadlock shown below. > > Is this new today? is

Re: linux-next: JFFS2 corruption

2013-02-28 Thread Mark Jackson
On 28/02/13 04:11, Philip, Avinash wrote: > On Wed, Feb 27, 2013 at 20:42:01, Mark Jackson wrote: >> >> Okay, just tested 3v8 plus:- >> >> https://patchwork.kernel.org/patch/1931251/ >> https://patchwork.kernel.org/patch/1931221/ >> https://patchwork.k

Excessive ethernet interrupts on AM335x board

2013-03-12 Thread Mark Jackson
I'm just fighting an issue with ethernet on our custom AM335x board:- # uname -a Linux nanobone 3.9.0-rc2-00113-gd60f039 #139 Tue Mar 12 15:14:01 GMT 2013 armv7l GNU/Linux Every now and then, the whole unit slows to a crawl. The only indication of any problem is:- (a) the serial tty port beco

Re: Excessive ethernet interrupts on AM335x board

2013-03-12 Thread Mark Jackson
On 12/03/13 15:35, Mark Jackson wrote: > I'm just fighting an issue with ethernet on our custom AM335x board:- > > # uname -a > Linux nanobone 3.9.0-rc2-00113-gd60f039 #139 Tue Mar 12 15:14:01 GMT 2013 > armv7l GNU/Linux > > Every now and then, the whole unit s

Re: Excessive ethernet interrupts on AM335x board

2013-03-13 Thread Mark Jackson
On 13/03/13 08:44, Koen Kooi wrote: > > Op 12 mrt. 2013, om 16:35 heeft Mark Jackson het > volgende geschreven: > >> I'm just fighting an issue with ethernet on our custom AM335x board:- >> >> # uname -a >> Linux nanobone 3.9.0-rc2-00113-gd60f039 #13

Re: Excessive ethernet interrupts on AM335x board

2013-03-13 Thread Mark Jackson
On 13/03/13 10:32, Daniel Mack wrote: > On Tue, Mar 12, 2013 at 4:35 PM, Mark Jackson wrote: >> I'm just fighting an issue with ethernet on our custom AM335x board:- >> >> # uname -a >> Linux nanobone 3.9.0-rc2-00113-gd60f039 #139 Tue Mar 12 15:14:01 GMT 2013 >

Re: MTD : Kernel oops when remounting ubifs as read/write

2013-03-13 Thread Mark Jackson
On 12/03/13 11:25, Artem Bityutskiy wrote: > On Mon, 2013-03-04 at 16:42 +0000, Mark Jackson wrote: >> I'm encountering an oops when remounting my ubifs volume as read/write. >> >> # mount -o remount,rw / >> [ 89.434974] UBIFS assert failed in ubifs_write_node a

MTD: UBIFS: Kernel oops when fixing up free space

2013-03-13 Thread Mark Jackson
I'm encountering an oops when mounting my ubifs volume. [1.658853] UBI: attaching mtd6 to ubi0 [1.981819] UBI: scanning is finished [1.993184] UBI warning: print_rsvd_warning: cannot reserve enough PEBs for bad PEB handling, reserved 4, need 40 [2.007975] UBI: attached mtd6 (name

Re: MTD : Kernel oops when remounting ubifs as read/write

2013-03-13 Thread Mark Jackson
On 13/03/13 11:20, Artem Bityutskiy wrote: > On Wed, 2013-03-13 at 11:12 +0000, Mark Jackson wrote: >>> - if (c->space_fixup) { >>> - err = ubifs_fixup_free_space(c); >>> - if (err) >>> - goto out; >>>

Kernel oops on mmap ?

2013-03-13 Thread Mark Jackson
Can any help diagnose what my userspace task is doing to get the followings oops ? [ 42.587772] Unable to handle kernel paging request at virtual address bfac6004 [ 42.595431] pgd = cf748000 [ 42.598291] [bfac6004] *pgd= [ 42.602079] Internal error: Oops: 5 [#1] ARM [ 42.606592

Re: MTD : Kernel oops when remounting ubifs as read/write

2013-03-14 Thread Mark Jackson
On 14/03/13 09:13, Artem Bityutskiy wrote: > On Wed, 2013-03-13 at 11:12 +0000, Mark Jackson wrote: >> Sorry ... this just locks up the unit. > > OK, I've reproduced the issue with 3.9-rc2 in nandsim, see the details > below. The patch I proposed did not get the error

Re: MTD : Kernel oops when remounting ubifs as read/write

2013-03-14 Thread Mark Jackson
On 14/03/13 10:30, Artem Bityutskiy wrote: > On Thu, 2013-03-14 at 09:54 +0000, Mark Jackson wrote: >> On 14/03/13 09:13, Artem Bityutskiy wrote: >>> On Wed, 2013-03-13 at 11:12 +, Mark Jackson wrote: >>>> Sorry ... this just locks up the unit. >>> >

Re: MTD : Kernel oops when remounting ubifs as read/write

2013-03-14 Thread Mark Jackson
On 14/03/13 11:23, Artem Bityutskiy wrote: > On Thu, 2013-03-14 at 11:15 +0000, Mark Jackson wrote: >> [ 28.538525] [d08ea004] *pgd=8f045811, *pte=, *ppte= >> [ 28.545173] Internal error: Oops: 7 [#1] ARM >> [ 28.549685] CPU: 0Not tainted >>

Re: MTD : Kernel oops when remounting ubifs as read/write

2013-03-14 Thread Mark Jackson
On 14/03/13 13:40, Mark Jackson wrote: > On 14/03/13 12:23, Artem Bityutskiy wrote: >> On Thu, 2013-03-14 at 14:18 +0200, Artem Bityutskiy wrote: >>>> Is this size larger than the allocated buffer ? >>> >>> I believe so. >> >> Err, I mean, the

Re: MTD : Kernel oops when remounting ubifs as read/write

2013-03-14 Thread Mark Jackson
On 14/03/13 12:23, Artem Bityutskiy wrote: > On Thu, 2013-03-14 at 14:18 +0200, Artem Bityutskiy wrote: >>> Is this size larger than the allocated buffer ? >> >> I believe so. > > Err, I mean, the buffer is large enough. I do not believe there is a > stupid bug like too small buffer. This code has

AM335x crc32 oops ?

2013-03-15 Thread Mark Jackson
Apologies for the long email ... Following on from another thread, I have encountered an issue with crc32 within the mtd system, seemingly only on my AM335x cpu board. In function ubi_eba_atomic_leb_change() in drivers/mtd/ubi/eba.c, there is a call to crc32. During a remount of my ubifs volume

gpmc_cs_request() causes early boot hang

2012-09-21 Thread Mark Jackson
ve to initialise the gpmc beforehand in some way ? Cheers Mark JACKSON -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: gpmc_cs_request() causes early boot hang

2012-09-24 Thread Mark Jackson
there a method to delay my test code, or maybe get the omap-gpmc registered earlier ? Cheers Mark JACKSON -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: gpmc_cs_request() causes early boot hang

2012-09-24 Thread Mark Jackson
On 24/09/12 12:13, Mohammed, Afzal wrote: > Hi Mark, > > On Mon, Sep 24, 2012 at 16:21:40, Mark Jackson wrote: >> On 24/09/12 05:51, Mohammed, Afzal wrote: > >>> It seems you are using PSP Kernel. >>> >>> Invoking omap_init_gpmc before gpmc requ

Re: [PATCH v3] Add support for Newflow NanoBone board

2013-10-04 Thread Mark Jackson
On 25/09/13 09:04, Mark Jackson wrote: > NanoBone Specification: > --- > CPU: > TI AM335x > > Memory: > 256MB DDR3 > 128MB NOR flash > 128KB FRAM > > Ethernet: > 2 x 10/100 connected to SMSC LAN8710 PHY > > USB: >

[PATCH v3] Add support for Newflow NanoBone board

2013-10-04 Thread Mark Jackson
) Expansion connector: 6 x UART 1 x MMC/SD 1 x USB2.0 Signed-off-by: Mark Jackson Reviewed-by: Javier Martinez Canillas --- Changes in v3: - Added MMC support - Fixed regulator limits Changes in v2: - Reworked to use existing device nodes as suggested by Javier MAINTAINERS

Re: PCF857x and 16-bit GPIO expanders

2013-09-19 Thread Mark Jackson
On 19/09/13 13:20, George Cherian wrote: > On 9/19/2013 5:37 PM, Nishanth Menon wrote: >> On 09/19/2013 03:13 AM, George Cherian wrote: >>> On 9/18/2013 11:06 PM, Felipe Balbi wrote: Hi, On Wed, Sep 18, 2013 at 07:18:04PM +0200, Laurent Pinchart wrote: > On Wednesday 18 September

Re: [PATCH v2] ARM: EDMA: Fix clearing of unused list for DT DMA resources

2013-09-06 Thread Mark Jackson
On 06/09/13 20:13, Mark Jackson wrote: > On 23/08/13 20:53, Joel Fernandes wrote: >> HWMOD removal for MMC and Crypto is breaking edma_start as the events are >> being manually triggered due to unused channel list not being clear. Atleast >> breakage has been seen on these p

Re: [PATCH v2] ARM: EDMA: Fix clearing of unused list for DT DMA resources

2013-09-06 Thread Mark Jackson
On 23/08/13 20:53, Joel Fernandes wrote: > HWMOD removal for MMC and Crypto is breaking edma_start as the events are > being manually triggered due to unused channel list not being clear. Atleast > breakage has been seen on these peripherals, but it is expected Audio (McASP) > maybe breaking too. >

[PATCH v3] Add support for Newflow NanoBone board

2013-09-25 Thread Mark Jackson
) Expansion connector: 6 x UART 1 x MMC/SD 1 x USB2.0 Signed-off-by: Mark Jackson Reviewed-by: Javier Martinez Canillas --- Changes in v3: - Added MMC support - Fixed regulator limits Changes in v2: - Reworked to use existing device nodes as suggested by Javier MAINTAINERS

MTD : cannot reserve enough PEBs for bad PEB handling

2013-04-22 Thread Mark Jackson
I'm trying to work out how to generate a "valid" UBI image, but I keep getting a "cannot get enough PEBs" warning. I generate my image (destined for a 64MB NAND partition) using:- $ mkfs.ubifs -d output/target -e 0x1f000 -c 483 -m 0x800 -x none -F -o output/images/rootfs.ubifs $ ubinize -o output

Re: MTD : cannot reserve enough PEBs for bad PEB handling

2013-04-22 Thread Mark Jackson
On 22/04/13 10:38, Mark Jackson wrote: > I'm trying to work out how to generate a "valid" UBI image, but I keep > getting a "cannot get enough PEBs" warning. > ... > [0.792456] UBI: attaching mtd7 to ubi0 > [1.540858] UBI: scanning

Re: MTD : cannot reserve enough PEBs for bad PEB handling [SOLVED]

2013-04-23 Thread Mark Jackson
On 22/04/13 10:38, Mark Jackson wrote: > I'm trying to work out how to generate a "valid" UBI image, but I keep > getting a "cannot get enough PEBs" warning. > > I generate my image (destined for a 64MB NAND partition) using:- > > $ mkfs.ubifs -d outpu

General question regarding multiple partitions on a single NOR device

2013-06-06 Thread Mark Jackson
On one of our products, we have 2 64Mbit NOR devices:- one to hold the kernel, filesystem, etc, and the other to store "user" data. The gotcha is that the "user" data is stored using our own wear levelling code, with read / write / erase operations being carried out on the raw flash device. We ar

Re: Unable to find JFFS2 partition ... but I know it's there !!

2013-06-20 Thread Mark Jackson
On 20/06/13 10:31, Mark Jackson wrote: > I'm struggling to debug an issue where the kernel is unable to > find a JFFS2 partition held in NOR flash (on CS0) Fixed ... I finally worked out I needed to add:- CONFIG_MTD_BLOCK CONFIG_MTD_BLOCK2MTD Sorry for the noise. Mark J. -- To unsub

3.10.0-rc4: jffs2: Possible circular locking dependency detected

2013-06-20 Thread Mark Jackson
Just mounted a JFFS2 partition (held in NOR flash on a custom AM335x CPU board), and I always get the following:- [3.864244] [3.865851] == [3.872359] [ INFO: possible circular locking dependency detected ] [3.878968] 3.10.0-rc4-00

Re: 3.10.0-rc4: jffs2: Possible circular locking dependency detected

2013-06-21 Thread Mark Jackson
On 20/06/13 13:57, Mark Jackson wrote: > Just mounted a JFFS2 partition (held in NOR flash on a custom AM335x > CPU board), and I always get the following:- > > [3.864244] > [3.865851] == > [3.872359] [ INFO:

AM335x: is AUTORTS mode supported ?

2013-07-03 Thread Mark Jackson
I'm struggling to determine if AUTORTS mode is currently supported in 3.10 ? I have dug into the source code, and can see various references to the relevant bits in the various UART registers, but I'm at a lose as to how to actually *enable* the mode !! In drivers/tty/omap-serial.c serial_omap_

Re: 3.9.0-rc3: BUG: Bad page state in process

2013-03-25 Thread Mark Jackson
On 25/03/13 13:30, Mark Jackson wrote: > On our custom AM335x cpu board, I have had several kernel crashes via my > userspace program. And here's another similar oops ... [16565.691706] Unable to handle kernel NULL pointer dereference at virtual address [16565.700289] pgd

Re: 3.9.0-rc3: BUG: Bad page state in process

2013-03-25 Thread Mark Jackson
On 25/03/13 13:59, Mark Jackson wrote: > On 25/03/13 13:30, Mark Jackson wrote: >> On our custom AM335x cpu board, I have had several kernel crashes via my >> userspace program. > > > > And here's another similar oops ... Another big blowout ... [1691

Re: 3.9.0-rc3: BUG: Bad page state in process

2013-03-25 Thread Mark Jackson
On 25/03/13 15:06, jean-philippe francois wrote: > 2013/3/25 Mark Jackson : >> On 25/03/13 13:59, Mark Jackson wrote: >>> On 25/03/13 13:30, Mark Jackson wrote: >>>> On our custom AM335x cpu board, I have had several kernel crashes via my >>>> usersp

Re: [PATCH v2] ARM: dts: add AM33XX MMC support

2013-07-17 Thread Mark Jackson
On 27/06/13 04:32, Joel Fernandes wrote: > From: Matt Porter > > Adds AM33XX MMC support for am335x-bone, am335x-evm, and am335x-evmsk. > Also added is the DMA binding definitions based on the generic DMA > request binding. > > The HWMOD data removal was breaking MMC so some new properties like

ARM: AM335x: Reboot broken in 3.11

2013-08-08 Thread Mark Jackson
Rebooting appears to have broken in 3.11 (at some point before rc1). Here is the console output:- [0.00] Booting Linux on physical CPU 0x0 [0.00] Linux version 3.11.0-rc1-6-gf550793 (mpfj@mpfj-nanobone) (gcc version 4.6.3 (Buildroot 2013.02-dirty) ) #328 Thu Aug 8 14:36:16 BS

Re: [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file

2013-07-22 Thread Mark Jackson
On 22/07/13 11:52, Lee Jones wrote: > Signed-off-by: Lee Jones > --- > arch/arm/boot/dts/hrefv60plus.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/hrefv60plus.dts > b/arch/arm/boot/dts/hrefv60plus.dts > index 3d580d6..46fd8af 100644 > --- a/arch/

Re: [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file

2013-07-22 Thread Mark Jackson
On 22/07/13 14:41, Lee Jones wrote: > On Mon, 22 Jul 2013, Mark Jackson wrote: > >> On 22/07/13 11:52, Lee Jones wrote: >>> Signed-off-by: Lee Jones >>> --- >>> arch/arm/boot/dts/hrefv60plus.dts | 2 +- >>> 1 file changed, 1 insertion(+), 1 de

[RFC] OMAP: allow GPIO pin to enable/disable external UART driver chip.

2013-08-10 Thread Mark Jackson
) that controls the enabling of the driver at the start of a message, and disables the driver when the message has been completed. Still to do:- Allow userspace to turn this feature on/off Do the same for the receiver (useful for 2 wire RS485) Signed-off-by: Mark Jackson --- drivers/tty/serial

Re: [RFC] OMAP: allow GPIO pin to enable/disable external UART driver chip.

2013-08-14 Thread Mark Jackson
On 13/08/13 21:12, Andrew Ruder wrote: > Sorry for the late reply, I've been thinking about this for some time > and was sad to see it didn't really evoke any sort of discussion :(. > > On Sat, Aug 10, 2013 at 02:58:08PM +0100, Mark Jackson wrote: >> When a UART transm

MTD : Kernel oops when remounting ubifs as read/write

2013-03-04 Thread Mark Jackson
I'm encountering an oops when remounting my ubifs volume as read/write. # mount -o remount,rw / [ 89.434974] UBIFS assert failed in ubifs_write_node at 869 (pid 628) [ 89.442122] [] (unwind_backtrace+0x0/0xf0) from [] (ubifs_write_node+0x180/0x1c4) [ 89.451896] [] (ubifs_write_node+0x180/0x

BUG: Unable to handle kernel NULL pointer dereference (cpsw driver)

2013-04-26 Thread Mark Jackson
Just got this on my AM335x board. [0.00] Booting Linux on physical CPU 0x0 [0.00] Linux version 3.9.0-rc8-00020-g6e8f1be-dirty (mpfj@mpfj-nanobone) (gcc version 4.5.4 (Buildroot 2012.11) ) #210 Thu Apr 25 13:00:09 BST 2013 [0.00] CPU: ARMv7 Processor [413fc082] revision 2

BUG: spinlock lockup suspected on CPU#0, flush-ubifs_0_0/844

2013-04-26 Thread Mark Jackson
I've encountered a lockup on ubifs ... any ideas ? # ifup eth1 [ 3451.254040] Unable to handle kernel NULL pointer dereference at virtual address [ 3451.262627] pgd = cf468000 [ 3451.265489] [] *pgd=8f48c831, *pte=, *ppte= [ 3451.272146] Internal error: Oops: 8000

v3.9.0-rc8 : oops in tick_do_update_jiffies64+0xbc/0x110

2013-04-29 Thread Mark Jackson
I've been experiencing several crashes all pointing exactly the same place in the same tick routine (see below). The "exception stack" trace at the end changes depending on when the oops occurs. I've had the oops occur maybe 6 times in the last 50 reboots. Any ideas ? Mark J. --- [0.0

Re: v3.9.0-rc8 : oops in tick_do_update_jiffies64+0xbc/0x110

2013-04-29 Thread Mark Jackson
On 29/04/13 16:41, Tony Lindgren wrote: > * Mark Jackson [130429 01:38]: >> I've been experiencing several crashes all pointing exactly the same place >> in the same tick routine (see below). >> >> The "exception stack" trace at the end changes dependi

3v9.0-rc2 oops on NFS mount

2013-03-11 Thread Mark Jackson
nit+0x8/0xe4) [4.863486] [] (kernel_init+0x8/0xe4) from [] (ret_from_fork+0x14/0x24) Below is my full boot log. Regards Mark JACKSON --- [0.00] Booting Linux on physical CPU 0x0 [0.00] Linux version 3.9.0-rc2-dirty (mpfj@mpfj-nanobone) (gcc version 4.5.4 (Buildroot 2012.11) )

Advice on mmap() "feature"

2012-09-16 Thread Mark Jackson
of available fd's. So my questions are:- (a) Since all the mappings have been removed, so why don't the fd's get released ? (b) Can I somehow force some form of garbage collection to allow the fd's to be freed up ? Again, apologies if this is the wrong place to ask, but I

Re: Advice on mmap() "feature"

2012-09-17 Thread Mark Jackson
On 16/09/12 21:52, richard -rw- weinberger wrote: > On Sun, Sep 16, 2012 at 9:21 PM, Mark Jackson wrote: >> // now remove the mapping >> if (m_pFram) >> munmap(m_pFram, FRAM_SIZE); > > You unmap less memory than you map... > I hang my h

0.5sec delay when ttyO0 is enabled

2012-09-18 Thread Mark Jackson
Can this delay be removed ? My total boot time is only 1.3sec, so a 0.5sec delay is quite significant !?! Below is the first portion of my boot log. Thanks for any advice Mark JACKSON --- [0.00] Initializing cgroup subsys cpu [0.00] Linux version 3.2.28+ (mpfj@mpfj-nanobone) (gcc ver

Re: 0.5sec delay when ttyO0 is enabled

2012-09-18 Thread Mark Jackson
On 18/09/12 11:40, Mark Jackson wrote: > I'm using a BeagleBone, and the linux kernel from Koen Kooi > (https://github.com/koenkooi/linux.git). > > I have noticed there is a 0.5sec delay between OMAP UART0 being initialised > and the console being > enabled. It is, of

[PATCH] Add USB hooks into NanoBone DTS file

2015-10-14 Thread Mark Jackson
Add USB hooks into NanoBone DTS file Signed-off-by: Mark Jackson --- arch/arm/boot/dts/am335x-nano.dts | 17 + 1 file changed, 17 insertions(+) diff --git a/arch/arm/boot/dts/am335x-nano.dts b/arch/arm/boot/dts/am335x-nano.dts index 5ed4ca6..b86937a 100644 --- a/arch/arm/boot

[PATCH] Update Nanobone dts file

2015-03-19 Thread Mark Jackson
Update dts file to reflect:- (1) new flash memory layout (2) add missing phy-mode property Signed-off-by: Mark Jackson --- arch/arm/boot/dts/am335x-nano.dts | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/am335x-nano.dts b/arch/arm/boot/dts

[PATCH v2] Update Nanobone dts file

2015-03-19 Thread Mark Jackson
Update dts file to reflect:- * new flash memory layout * add missing phy-mode property * dual_emac now just a boolean * rename mcp to microchip * update gpio definition Signed-off-by: Mark Jackson --- arch/arm/boot/dts/am335x-nano.dts | 18 +++--- 1 file changed, 11 insertions(+), 7

Re: [PATCH 2/2] misc: add missing minor nodes

2014-02-19 Thread Mark Jackson
On 18/02/14 18:52, Greg Kroah-Hartman wrote: > On Tue, Feb 18, 2014 at 02:27:25AM -0300, Lucas De Marchi wrote: >> From: Lucas De Marchi >> >> Signed-off-by: Lucas De Marchi >> --- >> Documentation/devices.txt | 3 +++ >> 1 file changed, 3 insertions(+) >> >> diff --git a/Documentation/devices.t

[PATCH] Allow MUSB DSPS to use "force host" mode

2013-11-22 Thread Mark Jackson
The IDDIG input pin is normally used to determine the USB mode (i.e. HOST or DEVICE). On some systems (e.g. AM335x) leaving this pin floating allows the USB mode to be set via software. This patch adds support for this via the device tree. Signed-off-by: Mark Jackson --- .../devicetree

Re: [PATCH] Allow MUSB DSPS to use "force host" mode

2013-11-22 Thread Mark Jackson
On 22/11/13 16:33, Sebastian Andrzej Siewior wrote: > On 11/22/2013 04:55 PM, Mark Jackson wrote: >> The IDDIG input pin is normally used to determine the USB mode >> (i.e. HOST or DEVICE). >> >> On some systems (e.g. AM335x) leaving this pin floating allows >> th

Re: [PATCH] Allow MUSB DSPS to use "force host" mode

2013-11-22 Thread Mark Jackson
On 22/11/13 16:38, Michael Grzeschik wrote: > Hallo, > > On Fri, Nov 22, 2013 at 03:55:59PM +0000, Mark Jackson wrote: >> The IDDIG input pin is normally used to determine the USB mode >> (i.e. HOST or DEVICE). >> >> On some systems (e.g. AM335x) leaving this pi

Re: [PATCH] Allow MUSB DSPS to use "force host" mode

2013-11-22 Thread Mark Jackson
On 22/11/13 17:01, Sebastian Andrzej Siewior wrote: > On 11/22/2013 05:49 PM, Mark Jackson wrote: >>> and the ID pin not on ground or 3.3V? >>> What are the side effects? I remember correctly Bin wanted to avoid >>> settings this if it could be avoided. >> >

Re: [PATCH] Update Nanobone dts file to add external FRAM chip

2017-01-04 Thread Mark Jackson
On 15/12/16 10:52, Mark Jackson wrote: >>From v4.2+ the GPMC code has been changed to reset all the bootloader > GPMC settings when the kernel starts. > > As such, this DTS file now needs the external FRAM defined. > > Signed-off-by: Mark Jackson Tony, any update on this

[PATCH] Update Nanobone dts file to add external FRAM chip

2016-12-15 Thread Mark Jackson
>From v4.2+ the GPMC code has been changed to reset all the bootloader GPMC settings when the kernel starts. As such, this DTS file now needs the external FRAM defined. Signed-off-by: Mark Jackson --- arch/arm/boot/dts/am335x-nano.dts | 31 ++- 1 file changed,