Re: [PATCH] Add support for Newflow NanoBone board

2013-08-11 Thread Mark Jackson
On 08/07/13 19:57, Mark Jackson wrote: NanoBone Specification: --- CPU: TI AM335x @ 720MHz Memory: 256MB DDR3 128MB NOR flash 128KB FRAM Ethernet: 2 x 10/100 connected to SMSC LAN8710 PHY USB: 1 x USB2.0 Type A I2C: 2Kbit EEPROM (Microchip

Re: [PATCH] Add support for Newflow NanoBone board

2013-08-11 Thread Javier Martinez Canillas
On Sun, Aug 11, 2013 at 10:27 AM, Mark Jackson mpfj-l...@newflow.co.uk wrote: On 08/07/13 19:57, Mark Jackson wrote: NanoBone Specification: --- CPU: TI AM335x @ 720MHz Memory: 256MB DDR3 128MB NOR flash 128KB FRAM Ethernet: 2 x 10/100 connected to SMSC

Re: [PATCH v2] N900: add device tree

2013-08-11 Thread Javier Martinez Canillas
On Sat, Aug 10, 2013 at 10:29 PM, Jiri Kosina jkos...@suse.cz wrote: On Sat, 10 Aug 2013, Pavel Machek wrote: [I wonder if this is clean-enough cause for trivial in resubmit mode?] On Sat, 10 Aug 2013, Belisko Marek wrote: Same for gta04 (omap3 based device) [1]. It was send upstream 2

Re: [PATCHv3 0/9] ARM: OMAP2+: AM33XX: Add suspend-resume support

2013-08-11 Thread Daniel Mack
Hi Dave, Thanks a lot for your work on this. On 06.08.2013 19:49, Dave Gerlach wrote: This is the third version of the patch series for adding basic suspend-resume support for AM33XX, previously submitted by Vaibhav Bedia. This patchset is based on 3.11-rc4 and depends on a forthcoming

[PATCH 1/1] MAINTAINERS: update Benoît Cousson email address

2013-08-11 Thread Javier Martinez Canillas
Using the email address listed on MAINTAINERS I keep getting SMTP 550 Invalid recipient errors. Update with what seems to be current Benoît's email address to make get_maintainer.pl stop lying. Signed-off-by: Javier Martinez Canillas javier.marti...@collabora.co.uk --- MAINTAINERS |2 +- 1

[RFC] OMAP: add RS485 support

2013-08-11 Thread Mark Jackson
This patch adds RS485 support to the OMAP serial driver, as defined in:- Documentation/devicetree/bindings/serial/rs485.txt When a UART transmitter is connected to (eg) a RS485 driver, it is necessary to turn the driver on/off as quickly as possible. This is best achieved in the serial driver

[PATCH v2] Add support for Newflow NanoBone board

2013-08-11 Thread Mark Jackson
NanoBone Specification: --- CPU: TI AM335x Memory: 256MB DDR3 128MB NOR flash 128KB FRAM Ethernet: 2 x 10/100 connected to SMSC LAN8710 PHY USB: 1 x USB2.0 Type A I2C: 2Kbit EEPROM (Microchip 24AA02) RTC (Maxim DS1338) GPIO Expander (Microchip MCP23017)

Pandaboard: DT Boot fails when initramfs is loaded

2013-08-11 Thread Sebastian Reichel
Hi, I try to boot the mainline omap kernel (I tried current mainline kernel from git and mainline 3.10-rc1+) on my Pandaboard using U-Boot as follows: mmcinfo ext2load mmc 0:2 0x8000 /boot/uImage ext2load mmc 0:2 0x8160 /boot/uInitrd ext2load mmc 0:2 0x9000 /boot/omap4-panda.dtb

Re: [PATCH v2] N900: add device tree

2013-08-11 Thread Pavel Machek
Hi! [I wonder if this is clean-enough cause for trivial in resubmit mode?] On Sat, 10 Aug 2013, Belisko Marek wrote: Same for gta04 (omap3 based device) [1]. It was send upstream 2 times and second time there is no reply from 1.3.2013. Hi guys, once I am able to match

[PATCH v2] OMAP: add RS485 support

2013-08-11 Thread Mark Jackson
This patch adds RS485 support to the OMAP serial driver, as defined in:- Documentation/devicetree/bindings/serial/rs485.txt When a UART transmitter is connected to (eg) a RS485 driver, it is necessary to turn the driver on/off as quickly as possible. This is best achieved in the serial driver

RX51: kernel message spam from CPUfreq driver

2013-08-11 Thread Sebastian Reichel
Hi, On RX-51 (Nokia N900) the (mainline) kernel constantly outputs the following message about 2-3x per second since some releases: [ 1038.314514] cpu cpu0: CPUfreq: Cannot find matching frequency for 12500 (The message is from drivers/cpufreq/omap-cpufreq.c, line 100) This is really

Re: [PATCH v2] N900: add device tree

2013-08-11 Thread Javier Martinez Canillas
Hi Pavel, some minor comments about your patch below On Sat, Jul 13, 2013 at 2:17 PM, Pavel Machek pa...@ucw.cz wrote: This adds device tree with neccessary support to boot with functional video (on both emulator and real N900 device). Signed-off-by: Pavel Machek pa...@ucw.cz --- From

[PATCH v2 1/1] MAINTAINERS: update Benoît Cousson email address

2013-08-11 Thread Javier Martinez Canillas
Using the email address listed on MAINTAINERS I keep getting SMTP 550 Invalid recipient errors. Update with what seems to be current Benoît's email address to make get_maintainer.pl to stop lying. Signed-off-by: Javier Martinez Canillas javier.marti...@collabora.co.uk --- Patch on top of

[RFC PATCH 0/3] OMAP SSI driver

2013-08-11 Thread Sebastian Reichel
Hi ! This patchset adds an OMAP SSI driver to the HSI framework. After leaving Nokia Carlos Chinea had no more time to work on this patchset; Thus I tried updating the driver to fix the mentioned issues. I applied the following changes to the last patch from Carlos: * convert driver to use

[PATCH 3/3] ARM: OMAP2+: Add SSI driver configuration

2013-08-11 Thread Sebastian Reichel
From: Sebastian Reichel s...@ring0.de This patch configures and activates the OMAP SSI driver on the RX-51. --- arch/arm/mach-omap2/Makefile |4 ++ arch/arm/mach-omap2/board-rx51-peripherals.c | 10 +++- arch/arm/mach-omap2/ssi.c| 82

[PATCH 1/3] ARM: OMAP2+: hwmod-data: Add SSI information

2013-08-11 Thread Sebastian Reichel
From: Sebastian Reichel s...@ring0.de This patch adds Synchronous Serial Interface (SSI) hwmod support for OMAP34xx SoCs. --- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 104 1 file changed, 104 insertions(+) diff --git a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c

Re: [PATCH v3 1/2] ARM: OMAP: Add secure function omap_smc3() which calling instruction smc #1

2013-08-11 Thread Ивайло Димитров
Оригинално писмо От: Dave Martin Относно: Re: [PATCH v3 1/2] ARM: OMAP: Add secure function omap_smc3() which calling instruction smc #1 До: Pali Rohár Изпратено на: Понеделник, 2013, Август 5 16:29:44 EEST On Sun, Aug 04, 2013 at 10:45:00AM +0200, Pali Rohár

Re: [GIT PULL] drop unused omap defines for v3.12 merge window

2013-08-11 Thread Olof Johansson
[+khilman] Since Kevin is stepping up and helping out with arm-soc, please restart sending these to a...@kernel.org. I probably don't favor that behavior by handling the pull requests in my inbox first though... On Wed, Aug 07, 2013 at 04:08:12AM -0700, Tony Lindgren wrote: The following

Re: [PATCH v3 02/12] ARM: edma: Don't clear EMR of channel in edma_stop

2013-08-11 Thread Sekhar Nori
On 8/8/2013 5:19 PM, Sekhar Nori wrote: On Monday 05 August 2013 09:44 PM, Joel Fernandes wrote: We certainly don't want error conditions to be cleared any other place but the EDMA error handler, as this will make us 'forget' about missed events we might need to know errors have occurred.

Re: [PATCH v3 02/12] ARM: edma: Don't clear EMR of channel in edma_stop

2013-08-11 Thread Joel Fernandes
On Sun, Aug 11, 2013 at 11:25 PM, Sekhar Nori nsek...@ti.com wrote: On 8/8/2013 5:19 PM, Sekhar Nori wrote: On Monday 05 August 2013 09:44 PM, Joel Fernandes wrote: We certainly don't want error conditions to be cleared any other place but the EDMA error handler, as this will make us 'forget'