Re: [PATCH v1 1/3] powerpc, 8xx: remove support for 8xx

2017-06-14 Thread Heiko Schocher
Hello Christophe, Am 14.06.2017 um 09:40 schrieb Christophe LEROY: Le 13/06/2017 à 09:37, Heiko Schocher a écrit : Hello Christophe, Am 13.06.2017 um 07:40 schrieb Christophe LEROY: Le 13/06/2017 à 07:26, Christophe LEROY a écrit : There was for long time no activity in the 8xx area. We

spi, spi_fsl-spi.c not working?

2014-07-17 Thread Heiko Schocher
Hello all, I just tried a mpc83xx based board (similiar to the mpc8313erdb) with linux v3.16-rc4 using the drivers/spi/spi-fsl-spi.c driver. DT nodes for spi are the same as in arch/powerpc/boot/dts/mpc8313erdb.dts: spi@7000 { cell-index = 0;

Re: spi, spi_fsl-spi.c not working?

2014-07-17 Thread Heiko Schocher
Hello Mark, Am 17.07.2014 13:31, schrieb Mark Brown: On Thu, Jul 17, 2014 at 11:11:45AM +0200, Heiko Schocher wrote: Is it maybe the missing support for the SPI subsystem's queue SPI messages? It shouldn't be that, that's still optional (sadly). Thanks for this info! I digging

[PATCH][RFC] mmc, sd: do not read switch, if the host do not support high speed

2012-12-16 Thread Heiko Schocher
If the host controller do not support high speed, do not send the read switch CMD 6. Same as done in mmc_sd_switch_hs(). Signed-off-by: Heiko Schocher h...@denx.de Cc: Wolfgang Denk w...@denx.de Cc: Dieter Schaffner dieter.schaff...@ids.de Cc: linuxppc-dev@lists.ozlabs.org Cc: linux

Re: Please pull 'next' branch of 5xxx tree

2011-09-30 Thread Heiko Schocher
Hello Grant, On Thu, 29 Sep 2011 07:49:07 -0500 Grant wrote: On Sep 29, 2011 4:31 AM, Anatolij Gustschin ag...@denx.de wrote: Hi Ben, please pull another two mpc5xxx patches for next. These patches were queued in Grant's 'powerpc/next' branch a while ago, but a pull request

Re: Please pull 'next' branch of 5xxx tree

2011-09-30 Thread Heiko Schocher
Hello Grant, Heiko Schocher wrote: Hello Grant, On Thu, 29 Sep 2011 07:49:07 -0500 Grant wrote: On Sep 29, 2011 4:31 AM, Anatolij Gustschin ag...@denx.de wrote: Hi Ben, please pull another two mpc5xxx patches for next. These patches were queued in Grant's 'powerpc/next' branch a while

Re: [PATCH v2 2/4] powerpc, mpc52xx: add a4m072 board support

2011-07-31 Thread Heiko Schocher
Hello Grant, Grant Likely wrote: On Wed, Jun 22, 2011 at 12:39:10PM +0200, Heiko Schocher wrote: Signed-off-by: Heiko Schocher h...@denx.de cc: Grant Likely grant.lik...@secretlab.ca cc: devicetree-disc...@ozlabs.org cc: Wolfgang Denk w...@denx.de cc: Wolfram Sang w.s...@pengutronix.de

Re: [PATCH v2 2/4] powerpc, mpc52xx: add a4m072 board support

2011-07-25 Thread Heiko Schocher
Hello, Heiko Schocher wrote: Signed-off-by: Heiko Schocher h...@denx.de cc: Grant Likely grant.lik...@secretlab.ca cc: devicetree-disc...@ozlabs.org cc: Wolfgang Denk w...@denx.de cc: Wolfram Sang w.s...@pengutronix.de --- For this patchseries following patch is needed: http

Re: [PATCH 1/4] net, phy: am79c874 support

2011-07-25 Thread Heiko Schocher
Hello, Heiko Schocher wrote: Signed-off-by: Heiko Schocher h...@denx.de cc: linux-net...@vger.kernel.org cc: Wolfgang Denk w...@denx.de --- drivers/net/phy/Kconfig |5 ++ drivers/net/phy/Makefile |1 + drivers/net/phy/amd79.c | 109

[PATCH 0/4] powerpc, mpc5200: add support for a4m072 board

2011-06-22 Thread Heiko Schocher
- Add PHY support (AMD am79c874) - Add DTS to support a4m072 board - Update mpc5200_defconfig - Add config options needed for a4m072 board support to mpc5200_defconfig cc: Wolfgang Denk w...@denx.de Heiko Schocher (4): net, phy: am79c874 support powerpc, mpc5200: add a4m072 board support

[PATCH 1/4] net, phy: am79c874 support

2011-06-22 Thread Heiko Schocher
Signed-off-by: Heiko Schocher h...@denx.de cc: linux-net...@vger.kernel.org cc: Wolfgang Denk w...@denx.de --- drivers/net/phy/Kconfig |5 ++ drivers/net/phy/Makefile |1 + drivers/net/phy/amd79.c | 109 ++ 3 files changed, 115 insertions

[PATCH 2/4] powerpc, mpc52xx: add a4m072 board support

2011-06-22 Thread Heiko Schocher
Signed-off-by: Heiko Schocher h...@denx.de cc: Grant Likely grant.lik...@secretlab.ca cc: devicetree-disc...@ozlabs.org cc: Wolfgang Denk w...@denx.de --- For this patchseries following patch is needed: http://patchwork.ozlabs.org/patch/91919/ Grant? Do you have some comments on that patch

[PATCH 3/4] powerpc, mpc5200: update mpc5200_defconfig

2011-06-22 Thread Heiko Schocher
just made a make mpc5200_defconfig make savedefconfig cp defconfig arch/powerpc/configs/mpc5200_defconfig So changes needed in mpc5200_defconfig for a4m072 board support better indicated. Signed-off-by: Heiko Schocher h...@denx.de cc: Wolfgang Denk w...@denx.de --- arch/powerpc/configs

[PATCH 4/4] powerpc, mpc5200: add options to mpc5200_defconfig

2011-06-22 Thread Heiko Schocher
Add the following options to the mpc5200_defconfig, needed for the a4m072 board support: CONFIG_AMD_PHY=y CONFIG_MTD_PLATRAM=y - this deletes CONFIG_MTD_RAM=y CONFIG_GPIO_SYSFS=y CONFIG_SENSORS_LM87=m CONFIG_RTC_DRV_PCF8563=m Signed-off-by: Heiko Schocher h...@denx.de cc: Wolfgang Denk w

Re: [PATCH 2/4] powerpc, mpc52xx: add a4m072 board support

2011-06-22 Thread Heiko Schocher
Hello Wolfram, Wolfram Sang wrote: On Wed, Jun 22, 2011 at 09:55:09AM +0200, Heiko Schocher wrote: Signed-off-by: Heiko Schocher h...@denx.de cc: Grant Likely grant.lik...@secretlab.ca cc: devicetree-disc...@ozlabs.org cc: Wolfgang Denk w...@denx.de --- For this patchseries following patch

[PATCH v2 2/4] powerpc, mpc52xx: add a4m072 board support

2011-06-22 Thread Heiko Schocher
Signed-off-by: Heiko Schocher h...@denx.de cc: Grant Likely grant.lik...@secretlab.ca cc: devicetree-disc...@ozlabs.org cc: Wolfgang Denk w...@denx.de cc: Wolfram Sang w.s...@pengutronix.de --- For this patchseries following patch is needed: http://patchwork.ozlabs.org/patch/91919/ Grant? Do you

Re: [PATCH v6 0/6] powerpc, 52xx: add charon board support

2011-05-03 Thread Heiko Schocher
Hello Grant, Grant Likely wrote: On Mon, May 2, 2011 at 11:17 PM, Heiko Schocher h...@denx.de wrote: Hello Grant, Grant Likely wrote: On Tue, Mar 22, 2011 at 09:27:26AM +0100, Heiko Schocher wrote: cc: Wolfram Sang w.s...@pengutronix.de cc: Grant Likely grant.lik...@secretlab.ca cc

[PATCH 1/2] powerpc, mpc52xx: update defconfig

2011-05-03 Thread Heiko Schocher
Did following steps: make mpc5200_defconfig make savedefconfig cp defconfig arch/powerpc/configs/mpc5200_defconfig Signed-off-by: Heiko Schocher h...@denx.de cc: Grant Likely grant.lik...@secretlab.ca cc: Wolfgang Denk w...@denx.de --- based against: git://git.secretlab.ca/git/linux-2.6 Grant

[PATCH 2/2] powerpc, mpc5200: update mpc5200_defconfig to fit for charon board.

2011-05-03 Thread Heiko Schocher
-dev/2011-May/089844.html Signed-off-by: Heiko Schocher h...@denx.de cc: Grant Likely grant.lik...@secretlab.ca cc: Wolfgang Denk w...@denx.de --- based against: git://git.secretlab.ca/git/linux-2.6 ./scripts/checkpatch.pl 0002-powerpc-mpc5200-update-mpc5200_defconfig-to-fit-for-.patch total: 0

Re: [PATCH v6 3/6] video, sm501: add edid and commandline support

2011-05-02 Thread Heiko Schocher
Hello Grant, Grant Likely wrote: On Mon, May 2, 2011 at 4:27 PM, Grant Likely grant.lik...@secretlab.ca wrote: On Tue, Mar 22, 2011 at 09:27:29AM +0100, Heiko Schocher wrote: - add commandline options: sm501fb.mode: Specify resolution as xresxyres[-bpp][@refresh] sm501fb.bpp

Re: [PATCH v6 0/6] powerpc, 52xx: add charon board support

2011-05-02 Thread Heiko Schocher
Hello Grant, Grant Likely wrote: On Tue, Mar 22, 2011 at 09:27:26AM +0100, Heiko Schocher wrote: cc: Wolfram Sang w.s...@pengutronix.de cc: Grant Likely grant.lik...@secretlab.ca cc: Benjamin Herrenschmidt b...@kernel.crashing.org cc: linux-fb...@vger.kernel.org cc: devicetree-disc

[PATCH][RFC] mpc52xx, common: setup port_config and cdm settings through DTS

2011-04-19 Thread Heiko Schocher
If firmware does not setup the GPS Port Configuration Register and the CDM 48MHz Fractional Divider Configuration Register, it can be corrected through DTS. Signed-off-by: Heiko Schocher h...@denx.de cc: devictree-disc...@lists.ozlabs.org cc: linuxppc-dev@lists.ozlabs.org cc: Grant Likely glik

Re: [PATCH 3/4 v5] video, sm501: add OF binding to support SM501

2011-03-22 Thread Heiko Schocher
Hello Paul, Paul Mundt wrote: On Thu, Mar 17, 2011 at 07:12:56AM +0100, Heiko Schocher wrote: Paul Mundt schrieb: On Tue, Mar 15, 2011 at 08:26:40AM +0100, Heiko Schocher wrote: 0003-video-sm501-add-OF-binding-to-support-SM501.patch has no obvious style problems and is ready for submission

[PATCH v6 6/6] powerpc, tqm5200: update tqm5200_defconfig to fit for charon board.

2011-03-22 Thread Heiko Schocher
added: CONFIG_MTD_OF_PARTS CONFIG_MTD_PLATRAM CONFIG_FIXED_PHY CONFIG_SENSORS_LM80 CONFIG_MFD_SM501 CONFIG_FB CONFIG_FB_FOREIGN_ENDIAN CONFIG_FB_SM501 CONFIG_FRAMEBUFFER_CONSOLE CONFIG_RTC_DRV_DS1374 Signed-off-by: Heiko Schocher h...@denx.de cc: Wolfram Sang w.s...@pengutronix.de cc: Grant

[PATCH v6 0/6] powerpc, 52xx: add charon board support

2011-03-22 Thread Heiko Schocher
-tqm5200_defconfig-to-fit-for-.patch has no obvious style problems and is ready for submission. Heiko Schocher (6): powerpc, 5200: add support for charon board video, sm501: add I/O functions for use on powerpc video, sm501: add edid and commandline support video, sm501: add OF binding

[PATCH v6 3/6] video, sm501: add edid and commandline support

2011-03-22 Thread Heiko Schocher
node is present, the driver will build mode database using EDID data and allow setting the display modes from this database. Signed-off-by: Heiko Schocher h...@denx.de cc: Wolfram Sang w.s...@pengutronix.de cc: Grant Likely grant.lik...@secretlab.ca cc: Benjamin Herrenschmidt b

[PATCH v6 2/6] video, sm501: add I/O functions for use on powerpc

2011-03-22 Thread Heiko Schocher
- add read/write functions for using this driver also on powerpc plattforms Signed-off-by: Heiko Schocher h...@denx.de Acked-by: Samuel Ortiz sa...@linux.intel.com cc: Wolfram Sang w.s...@pengutronix.de cc: Grant Likely grant.lik...@secretlab.ca cc: Benjamin Herrenschmidt b

[PATCH v6 5/6] powerpc, video: add SM501 support for charon board.

2011-03-22 Thread Heiko Schocher
Signed-off-by: Heiko Schocher h...@denx.de cc: Wolfram Sang w.s...@pengutronix.de cc: Grant Likely grant.lik...@secretlab.ca cc: Benjamin Herrenschmidt b...@kernel.crashing.org cc: linux-fb...@vger.kernel.org cc: devicetree-disc...@ozlabs.org cc: Ben Dooks b...@simtec.co.uk cc: Vincent Sanders vi

[PATCH v6 4/6] video, sm501: add OF binding to support SM501

2011-03-22 Thread Heiko Schocher
- add binding to OF, compatible name smi,sm501 Signed-off-by: Heiko Schocher h...@denx.de Acked-by: Samuel Ortiz sa...@linux.intel.com cc: Wolfram Sang w.s...@pengutronix.de cc: Grant Likely grant.lik...@secretlab.ca cc: Benjamin Herrenschmidt b...@kernel.crashing.org cc: linux-fb

[PATCH v1 1/6] powerpc, 5200: add support for charon board

2011-03-22 Thread Heiko Schocher
Signed-off-by: Heiko Schocher h...@denx.de Acked-by: Benjamin Herrenschmidt b...@kernel.crashing.org cc: Wolfram Sang w.s...@pengutronix.de cc: Grant Likely grant.lik...@secretlab.ca cc: Benjamin Herrenschmidt b...@kernel.crashing.org cc: linux-fb...@vger.kernel.org cc: devicetree-disc

Re: [PATCH 3/4 v5] video, sm501: add OF binding to support SM501

2011-03-17 Thread Heiko Schocher
Hello Paul, Paul Mundt schrieb: On Tue, Mar 15, 2011 at 08:26:40AM +0100, Heiko Schocher wrote: 0003-video-sm501-add-OF-binding-to-support-SM501.patch has no obvious style problems and is ready for submission. Documentation/powerpc/dts-bindings/sm501.txt | 34

Re: [PATCH 3/4 v5] video, sm501: add OF binding to support SM501

2011-03-15 Thread Heiko Schocher
Hello Heiko Schocher wrote: - add binding to OF, compatible name smi,sm501 Signed-off-by: Heiko Schocher h...@denx.de cc: linux-fb...@vger.kernel.org cc: devicetree-disc...@ozlabs.org cc: Ben Dooks b...@simtec.co.uk cc: Vincent Sanders vi...@simtec.co.uk cc: Samuel Ortiz sa

Re: [PATCH 3/4 v4] video, sm501: add OF binding to support SM501

2011-01-25 Thread Heiko Schocher
Hello Paul, Paul Mundt wrote: On Tue, Jan 25, 2011 at 08:20:31AM +0100, Heiko Schocher wrote: @@ -1934,7 +1943,29 @@ static int __devinit sm501fb_probe(struct platform_device *pdev) } if (info-pdata == NULL) { -dev_info(dev, using default configuration data\n

Re: [PATCH 2/4 v4] video, sm501: add edid and commandline support

2011-01-25 Thread Heiko Schocher
Hello Paul, Paul Mundt wrote: On Mon, Jan 24, 2011 at 10:57:27AM +0100, Heiko Schocher wrote: @@ -1884,7 +1935,6 @@ static int __devinit sm501fb_probe(struct platform_device *pdev) if (info-pdata == NULL) { dev_info(dev, using default configuration data\n

[PATCH 2/4 v5] video, sm501: add edid and commandline support

2011-01-25 Thread Heiko Schocher
node is present, the driver will build mode database using EDID data and allow setting the display modes from this database. Signed-off-by: Heiko Schocher h...@denx.de cc: linux-fb...@vger.kernel.org cc: devicetree-disc...@ozlabs.org cc: Ben Dooks b...@simtec.co.uk cc: Vincent Sanders vi

[PATCH 3/4 v5] video, sm501: add OF binding to support SM501

2011-01-25 Thread Heiko Schocher
- add binding to OF, compatible name smi,sm501 Signed-off-by: Heiko Schocher h...@denx.de cc: linux-fb...@vger.kernel.org cc: devicetree-disc...@ozlabs.org cc: Ben Dooks b...@simtec.co.uk cc: Vincent Sanders vi...@simtec.co.uk cc: Samuel Ortiz sa...@linux.intel.com cc: linux-ker

[PATCH 1/4 v4] video, sm501: add I/O functions for use on powerpc

2011-01-24 Thread Heiko Schocher
- add read/write functions for using this driver also on powerpc plattforms Signed-off-by: Heiko Schocher h...@denx.de cc: linux-fb...@vger.kernel.org cc: devicetree-disc...@ozlabs.org cc: Ben Dooks b...@simtec.co.uk cc: Vincent Sanders vi...@simtec.co.uk cc: Samuel Ortiz sa...@linux.intel.com

[PATCH 2/4 v4] video, sm501: add edid and commandline support

2011-01-24 Thread Heiko Schocher
node is present, the driver will build mode database using EDID data and allow setting the display modes from this database. Signed-off-by: Heiko Schocher h...@denx.de cc: linux-fb...@vger.kernel.org cc: devicetree-disc...@ozlabs.org cc: Ben Dooks b...@simtec.co.uk cc: Vincent Sanders vi

[PATCH 3/4 v4] video, sm501: add OF binding to support SM501

2011-01-24 Thread Heiko Schocher
- add binding to OF, compatible name smi,sm501 Signed-off-by: Heiko Schocher h...@denx.de cc: linux-fb...@vger.kernel.org cc: devicetree-disc...@ozlabs.org cc: Ben Dooks b...@simtec.co.uk cc: Vincent Sanders vi...@simtec.co.uk cc: Samuel Ortiz sa...@linux.intel.com cc: linux-ker

[PATCH 4/4 v4] powerpc, video: add SM501 support for charon board.

2011-01-24 Thread Heiko Schocher
Signed-off-by: Heiko Schocher h...@denx.de cc: linux-fb...@vger.kernel.org cc: devicetree-disc...@ozlabs.org cc: Ben Dooks b...@simtec.co.uk cc: Vincent Sanders vi...@simtec.co.uk cc: Samuel Ortiz sa...@linux.intel.com cc: linux-ker...@vger.kernel.org --- - changes since v1: - no board specific

Re: [PATCH 4/4 v5] powerpc, video: add SM501 support for charon board.

2011-01-24 Thread Heiko Schocher
Hello Paul, Paul Mundt wrote: On Tue, Jan 25, 2011 at 07:45:46AM +0100, Heiko Schocher wrote: @@ -197,6 +198,15 @@ #address-cells = 1; }; +display@1,0 { +compatible = smi,sm501; +reg = 1 0x

[PATCH 3/4 v4] video, sm501: add OF binding to support SM501

2011-01-24 Thread Heiko Schocher
- add binding to OF, compatible name smi,sm501 Signed-off-by: Heiko Schocher h...@denx.de cc: linux-fb...@vger.kernel.org cc: devicetree-disc...@ozlabs.org cc: Ben Dooks b...@simtec.co.uk cc: Vincent Sanders vi...@simtec.co.uk cc: Samuel Ortiz sa...@linux.intel.com cc: linux-ker

Re: mpc880 linux-2.6.32 slow running processes

2011-01-20 Thread Heiko Schocher
Hello Joakim, Joakim Tjernlund wrote: Sent by: linuxppc-dev-bounces+joakim.tjernlund=transmode...@lists.ozlabs.org Rafael Beims rbe...@gmail.com wrote on 2011/01/10 17:35:38: Once you have tested it and it works, please send a patch to remove the 8xx workaround. Make sure Scott is cc:ed

Re: [PATCH 1/2] powerpc, mpc5200: update defconfig to fit with 2.6.37-rc4

2010-12-13 Thread Heiko Schocher
Hello Wolfram, Wolfram Sang wrote: Hi Heiko, -CONFIG_EEPROM_AT24=y NACK. ... I did just the steps above mentioned, so this is automagically done by make mpc5200_defconfig ! Yes, I understood that, but I can't help it: it is still wrong. I need it. Ok, than we need to look why make

Re: [PATCH v2 1/2] video, sm501: add OF binding to support SM501

2010-12-12 Thread Heiko Schocher
Hello Randy, Randy Dunlap wrote: On Sat, 11 Dec 2010 07:31:15 +0100 Heiko Schocher wrote: - add commandline options: sm501.fb_mode: sm501.mode: Sorry, type, should be sm501fb.mode, thanks! Specify resolution as xresxyres[-bpp][@refresh] sm501.bpp: Here too, sm501fb.bpp

Re: [PATCH 1/2] powerpc, mpc5200: update defconfig to fit with 2.6.37-rc4

2010-12-12 Thread Heiko Schocher
Hello Wolfram, Wolfram Sang wrote: On Sat, Dec 11, 2010 at 07:13:00AM +0100, Heiko Schocher wrote: Signed-off-by: Heiko Schocher h...@denx.de I'd say the two patches can be merged. Dunno what Grant prefers whom you should CC as he is the maintainer. I prefer the split in two patches, so

[PATCH 1/2] powerpc, mpc5200: update defconfig to fit with 2.6.37-rc4

2010-12-10 Thread Heiko Schocher
Signed-off-by: Heiko Schocher h...@denx.de cc: Wolfram Sang w.s...@pengutronix.de cc: linuxppc-dev@lists.ozlabs.org --- - based against 2.6.37-rc4 - I did the following steps to generate this patch: make mpc5200_defconfig make savedefconfig cp ./defconfig arch/powerpc/configs

[PATCH 2/2] powerpc, mpc5200: update mpc5200_defconfig to fit for charon board.

2010-12-10 Thread Heiko Schocher
add to mpc5200_defconfig: CONFIG_SENSORS_LM80=m CONFIG_RTC_DRV_DS1374=m as this is used by the charon board. Signed-off-by: Heiko Schocher h...@denx.de cc: Wolfram Sang w.s...@pengutronix.de cc: linuxppc-dev@lists.ozlabs.org --- - based against 2.6.37-rc4 arch/powerpc/configs

[PATCH v2 1/2] video, sm501: add OF binding to support SM501

2010-12-10 Thread Heiko Schocher
for encoding display mode information in the device tree using verbatim EDID block. If the edid entry in the smi,sm501 node is present, the driver will build mode database using EDID data and allow setting the display modes from this database. Signed-off-by: Heiko Schocher h...@denx.de cc

[PATCH v3 2/2] powerpc, video: add SM501 support for charon board.

2010-12-10 Thread Heiko Schocher
Signed-off-by: Heiko Schocher h...@denx.de cc: linux-fb...@vger.kernel.org cc: devicetree-disc...@ozlabs.org cc: Ben Dooks b...@simtec.co.uk cc: Vincent Sanders vi...@simtec.co.uk cc: Samuel Ortiz sa...@linux.intel.com cc: linux-ker...@vger.kernel.org --- - based against 2.6.37-rc4 ./scripts

Re: [PATCH v2] powerpc, 5200: add support for charon board

2010-12-08 Thread Heiko Schocher
Hello Wolfram, Wolfram Sang wrote: On Tue, Dec 07, 2010 at 07:58:55AM +0100, Heiko Schocher wrote: Signed-off-by: Heiko Schocher h...@denx.de Reviewed-by: Wolfram Sang w.s...@pengutronix.de Thanks! One more defconfig question: Is it possible to add to the mpc5200_defconfig, what is needed

Re: [PATCH 1/2] video, sm501: add OF binding to support SM501

2010-12-08 Thread Heiko Schocher
Hello Paul, Paul Mundt wrote: On Sat, Dec 04, 2010 at 09:23:47AM +0100, Heiko Schocher wrote: - add binding to OF, compatible name smi,sm501 [...] Documentation/kernel-parameters.txt |7 + Documentation/powerpc/dts-bindings/sm501.txt | 30 +++ drivers/mfd/sm501.c

Re: [PATCH 2/2] powerpc, 5200: add defconfig for charon board

2010-12-06 Thread Heiko Schocher
Hello Anatolij, Anatolij Gustschin wrote: On Mon, 06 Dec 2010 08:30:37 +0100 Heiko Schocher h...@denx.de wrote: Hello Wolfram, Wolfram Sang wrote: On Sat, Dec 04, 2010 at 09:21:54AM +0100, Heiko Schocher wrote: There shall be only one mpc5200-defconfig. Does the genric one work

Re: [PATCH 2/2] powerpc, 5200: add defconfig for charon board

2010-12-06 Thread Heiko Schocher
Hello Wolfram, Wolfram Sang wrote: On Mon, Dec 06, 2010 at 10:13:00AM +0100, Heiko Schocher wrote: If such a file is accepted in mainline, I make a v2 post. === commit 0a0a5af30b9831e4f049610b5a2d9d5108ff027a Author: Grant Likely grant.lik...@secretlab.ca Date: Mon Jan 21 11:22:22

Re: [PATCH 2/2] powerpc, 5200: add defconfig for charon board

2010-12-06 Thread Heiko Schocher
Hello Wolfram, Wolfram Sang wrote: Wolfram Sang wrote: On Mon, Dec 06, 2010 at 10:13:00AM +0100, Heiko Schocher wrote: If such a file is accepted in mainline, I make a v2 post. === commit 0a0a5af30b9831e4f049610b5a2d9d5108ff027a Author: Grant Likely grant.lik...@secretlab.ca Date: Mon

[PATCH v2] powerpc, 5200: add support for charon board

2010-12-06 Thread Heiko Schocher
Signed-off-by: Heiko Schocher h...@denx.de cc: Wolfram Sang w.s...@pengutronix.de --- - based against 2.6.37-rc4 ./scripts/checkpatch.pl 0001-powerpc-5200-add-support-for-charon-board.patch total: 0 errors, 0 warnings, 233 lines checked 0001-powerpc-5200-add-support-for-charon-board.patch has

[PATCH 2/2 v2] powerpc, video: add SM501 support for charon board.

2010-12-06 Thread Heiko Schocher
Signed-off-by: Heiko Schocher h...@denx.de cc: linux-fb...@vger.kernel.org cc: devicetree-disc...@ozlabs.org --- - based against 2.6.37-rc4 ./scripts/checkpatch.pl 0003-powerpc-video-add-SM501-support-for-charon-board.patch total: 0 errors, 0 warnings, 21 lines checked 0003-powerpc-video-add

Re: [PATCH 1/2] powerpc, 5200: add support for charon board

2010-12-05 Thread Heiko Schocher
Hello Wolfram, Wolfram Sang wrote: On Sat, Dec 04, 2010 at 09:21:46AM +0100, Heiko Schocher wrote: - MPC5200 - serielle console on PSC 1 serial Hups, thanks! - 128MiB RAM - 32MiB NOR Flash - FEC Ethernet - 2 I2C Busses - FPGA on CS3 accessed through mtd-ram - ATA although I am

Re: [PATCH 1/2] powerpc, 5200: add support for charon board

2010-12-05 Thread Heiko Schocher
Hello Wolfram, Wolfram Sang wrote: On Mon, Dec 06, 2010 at 07:29:23AM +0100, Heiko Schocher wrote: Thanks for the review, You're welcome. Oh, just to make sure: It is really a MPC5200 and not a MPC5200B? Yep, it is a MPC5200 bye, Heiko -- DENX Software Engineering GmbH, MD

Re: [PATCH 2/2] powerpc, 5200: add defconfig for charon board

2010-12-05 Thread Heiko Schocher
Hello Wolfram, Wolfram Sang wrote: On Sat, Dec 04, 2010 at 09:21:54AM +0100, Heiko Schocher wrote: There shall be only one mpc5200-defconfig. Does the genric one work with your board? Just tried, mpc5200_defconfig works for me, but... ... I miss there the LM81 and RTC DS1374 support

[PATCH 2/2] powerpc, 5200: add defconfig for charon board

2010-12-04 Thread Heiko Schocher
Signed-off-by: Heiko Schocher h...@denx.de --- based against 2.6.37-rc4 ./scripts/checkpatch.pl 0002-powerpc-5200-add-defconfig-for-charon-board.patch lems and is ready for total: 0 errors, 0 warnings, 1529 lines checked 0002-powerpc-5200-add-defconfig-for-charon-board.patch has no obvious

[PATCH 2/2] powerpc, video: add SM501 support for charon board.

2010-12-04 Thread Heiko Schocher
Signed-off-by: Heiko Schocher h...@denx.de cc: linux-fb...@vger.kernel.org --- based against 2.6.37-rc4 ./scripts/checkpatch.pl 0004-powerpc-video-add-SM501-support-for-charon-board.patch lems and is ready for total: 0 errors, 0 warnings, 249 lines checked 0004-powerpc-video-add-SM501-support

[PATCH 1/2] video, sm501: add OF binding to support SM501

2010-12-04 Thread Heiko Schocher
for encoding display mode information in the device tree using verbatim EDID block. If the edid entry in the smi,sm501 node is present, the driver will build mode database using EDID data and allow setting the display modes from this database. Signed-off-by: Heiko Schocher h...@denx.de cc

[PATCH] powerpc, time: printk time stamp init not correct

2010-11-22 Thread Heiko Schocher
. solution: change boot_tb to unsigned long long Signed-off-by: Heiko Schocher h...@denx.de cc: Wolfgang Denk w...@denx.de --- arch/powerpc/kernel/time.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/kernel/time.c b/arch/powerpc/kernel/time.c index fa91732

Re: powerpc, fs_enet: scanning PHY after Linux is up

2010-10-06 Thread Heiko Schocher
Hello Grant, Thanks for your answer! Grant Likely wrote: On Mon, Oct 4, 2010 at 1:32 AM, Heiko Schocher h...@denx.de wrote: Hello all, we have on the mgcoge arch/powerpc/boot/dts/mgcoge.dts 3 fs_enet devices. The first is accessible on boot, and so get correct probed and works fine

powerpc, fs_enet: scanning PHY after Linux is up

2010-10-04 Thread Heiko Schocher
Hello all, we have on the mgcoge arch/powerpc/boot/dts/mgcoge.dts 3 fs_enet devices. The first is accessible on boot, and so get correct probed and works fine. For the other two fs_enet devices the PHYs are on startup in reset, and gets later, through userapplikations, out of reset ... so, on

Re: [git pull] Please pull powerpc.git merge branch

2010-04-27 Thread Heiko Schocher
Hello Benjamin, Benjamin Herrenschmidt wrote: Hi Linus ! PowerPC has been a bit quiet this time around :-) That is until Kumar woke me up with a few fixes and defconfig updates for the freescale embedded platforms. I got no comments for the following patch:

Re: Linuxppc-dev Digest, Vol 67, Issue 131

2010-03-24 Thread Heiko Schocher
Hello Daniel, Date: Wed, 24 Mar 2010 13:33:48 +1100 From: Daniel Ng daniel.ng1...@gmail.com To: linuxppc-...@ozlabs.org Subject: SPI Driver for CPM2 8260 (8272 family) Message-ID: 547eba1b1003231933x738b2660u364b12d43bf9...@mail.gmail.com Content-Type: text/plain; charset=ISO-8859-1

powerpc, 8xx: Add support for the MPC8xx based boards from TQC

2010-03-23 Thread Heiko Schocher
Supported SMC1 (serial console), SCC1 Ethernet (10Mbps HD). FEC Ethernet, 8MB NOR CFI Flash. Tested on STK8xx with TQM860L (with FEC) and with TQM855M (without FEC). Signed-off-by: Heiko Schocher h...@denx.de --- - based against git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git

Re: [PATCH 0/4] 8xx: Optimize TLB Miss code.

2010-03-08 Thread Heiko Schocher
Hello Joakim, Joakim Tjernlund wrote: Heiko Schocher h...@denx.de wrote on 2010/03/08 08:46:29: Hello Joakim, Joakim Tjernlund wrote: [...] What would be interesting is to skip patch 3 and turn off MODULES add PIN_TLB and compare that against your unpatched .33 but with MODULES off

Re: [PATCH 0/4] 8xx: Optimize TLB Miss code.

2010-03-07 Thread Heiko Schocher
Hello Joakim, Joakim Tjernlund wrote: [...] What would be interesting is to skip patch 3 and turn off MODULES add PIN_TLB and compare that against your unpatched .33 but with MODULES off and PIN_TLB on run version 1-4 Linux2.6.33-rc without module support and PIN_TLB=on 5-8

Re: [PATCH 0/4] 8xx: Optimize TLB Miss code.

2010-03-04 Thread Heiko Schocher
Hello Joakim, Joakim Tjernlund wrote: Could you try reverting patch: 8xx: Don't touch ACCESSED when no SWAP. and see if that makes a difference? [...] Turning on pinned TLBs(you must turn on ADVANCED_OPTIONS first) could be an improvement, regardless of my patches. here the results:

Re: [PATCH 0/4] 8xx: Optimize TLB Miss code.

2010-03-04 Thread Heiko Schocher
Hello Joakim, Joakim Tjernlund wrote: Wolfgang Denk w...@denx.de wrote on 2010/03/04 13:16:56: From: Wolfgang Denk w...@denx.de To: h...@denx.de Cc: Joakim Tjernlund joakim.tjernl...@transmode.se, Klaus-Jürgen heyd...@kieback-peter.de, linuxppc-...@ozlabs.org, Scott Wood

Re: [PATCH 0/4] 8xx: Optimize TLB Miss code.

2010-03-03 Thread Heiko Schocher
Hello Joakim, I tried your 4 patches on a MPC855M based system: -bash-3.2# cat /proc/cpuinfo processor : 0 cpu : 8xx clock : 66.00MHz revision: 0.0 (pvr 0050 ) bogomips: 8.25 timebase: 4125000 platform: TQM8xx model :

Re: [PATCH 0/4] 8xx: Optimize TLB Miss code.

2010-03-03 Thread Heiko Schocher
Hello Joakim, Joakim Tjernlund wrote: Heiko Schocher h...@denx.de wrote on 2010/03/03 09:02:47: [...] Here the results: (The first 4 rows are the results for the kernel without your patches, the next 4 rows are the results for the kernel with your patches) make[1]: Entering directory

Re: [PATCH v3] mpc5200: support for the MAN mpc5200 based board mucmc52

2009-10-08 Thread Heiko Schocher
Hello Wolfram, Wolfram Sang wrote: On Wed, Oct 07, 2009 at 08:40:37AM +0200, Heiko Schocher wrote: - serial Console on PSC1 - 64MB SDRAM - MTD CFI Flash - Ethernet FEC - IDE support Signed-off-by: Heiko Schocher h...@denx.de Sorry for finding things incrementally, but I think

[PATCH v4] mpc5200: support for the MAN mpc5200 based board mucmc52

2009-10-08 Thread Heiko Schocher
- serial Console on PSC1 - 64MB SDRAM - MTD CFI Flash - Ethernet FEC - IDE support Signed-off-by: Heiko Schocher h...@denx.de Reviewed-by: Wolfram Sang w.s...@pengutronix.de --- - based on: git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git next - checked with: $ ./scripts

[PATCH v3] mpc5200: support for the MAN mpc5200 based board uc101

2009-10-07 Thread Heiko Schocher
- serial Console on PSC1 - 64MB SDRAM - MTD CFI Flash - Ethernet FEC - I2C with PCF8563 and Temp. Sensor ADM9240 - IDE support Signed-off-by: Heiko Schocher h...@denx.de --- - based on: git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git next - checked with: $ ./scripts

[PATCH v3] mpc5200: support for the MAN mpc5200 based board mucmc52

2009-10-07 Thread Heiko Schocher
- serial Console on PSC1 - 64MB SDRAM - MTD CFI Flash - Ethernet FEC - IDE support Signed-off-by: Heiko Schocher h...@denx.de --- - based on: git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git next - checked with: $ ./scripts/checkpatch.pl 0002-mpc5200-support-for-the-MAN-mpc5200

Re: [PATCH, RFC] powerpc, pci: fix MODPOST warning

2009-10-05 Thread Heiko Schocher
Hello, Heiko Schocher wrote: making a powerpc target with PCI support, shows the following warning: MODPOST vmlinux.o WARNING: vmlinux.o(.text+0x10430): Section mismatch in reference from the function pcibios_allocate_bus_resources() to the function .init.text:reparent_resources

[PATCH v2] mpc5200: support for the MAN mpc5200 based board uc101

2009-10-05 Thread Heiko Schocher
- serial Console on PSC1 - 64MB SDRAM - MTD CFI Flash - Ethernet FEC - IDE support Signed-off-by: Heiko Schocher h...@denx.de --- - based on: git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git next - checked with: $ ./scripts/checkpatch.pl 0001-mpc5200-support-for-the-MAN-mpc5200

[PATCH v2] mpc5200: support for the MAN mpc5200 based board mucmc52

2009-10-05 Thread Heiko Schocher
- serial Console on PSC1 - 64MB SDRAM - MTD CFI Flash - Ethernet FEC - IDE support Signed-off-by: Heiko Schocher h...@denx.de --- - based on: git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git next - checked with: $ ./scripts/checkpatch.pl 0002-mpc5200-support-for-the-MAN-mpc5200

Re: [PATCH v2] mpc5200: support for the MAN mpc5200 based board uc101

2009-10-05 Thread Heiko Schocher
Hello Wolfram, Wolfram Sang wrote: On Mon, Oct 05, 2009 at 09:46:43AM +0200, Heiko Schocher wrote: - serial Console on PSC1 - 64MB SDRAM - MTD CFI Flash - Ethernet FEC - IDE support Signed-off-by: Heiko Schocher h...@denx.de [...] [...] +wdt

Re: [PATCH v2] mpc5200: support for the MAN mpc5200 based board uc101

2009-10-05 Thread Heiko Schocher
Hello Grant, Grant Likely wrote: On Mon, Oct 5, 2009 at 4:12 AM, Heiko Schocher h...@denx.de wrote: Wolfram Sang wrote: Is this an official binding? I also did an gpio-watchdog a while ago and there were some issues with the binding, IIRC. Would be nice if this has been solved meanwhile

[PATCH] mpc5200: support for the MAN mpc5200 based board mucmc52

2009-09-14 Thread Heiko Schocher
- serial Console on PSC1 - 64MB SDRAM - MTD CFI Flash - Ethernet FEC - I2C with PCF8563 and Temp. Sensor ADM9240 - IDE support Signed-off-by: Heiko Schocher h...@denx.de --- - based on: git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git next - checked with: $ ./scripts

[PATCH] mpc5200: support for the MAN mpc5200 based board uc101

2009-09-14 Thread Heiko Schocher
- serial Console on PSC1 - 64MB SDRAM - MTD CFI Flash - Ethernet FEC - I2C with PCF8563 and Temp. Sensor ADM9240 - IDE support Signed-off-by: Heiko Schocher h...@denx.de --- - based on: git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git next - checked with: $ ./scripts

Re: [PATCH] mpc5200: support for the MAN mpc5200 based board uc101

2009-09-14 Thread Heiko Schocher
Hello Grant, Grant Likely wrote: Thanks for the patch. Comments below. g. On Mon, Sep 14, 2009 at 2:05 AM, Heiko Schocher h...@denx.de wrote: - serial Console on PSC1 - 64MB SDRAM - MTD CFI Flash - Ethernet FEC - I2C with PCF8563 and Temp. Sensor ADM9240 - IDE support Signed-off

Re: [PATCH] mpc5200: support for the MAN mpc5200 based board mucmc52

2009-09-14 Thread Heiko Schocher
Hello Wolfram, Wolfram Sang wrote: Hi, +mpc5200_pic: interrupt-control...@500 { +// 5200 interrupts are encoded into two levels; Grant, maybe this comment could be dropped also for the in-kernel dts-files? I think it is sufficently described in

Re: [PATCH] mpc5200: support for the MAN mpc5200 based board mucmc52

2009-09-14 Thread Heiko Schocher
Hello Grant, Grant Likely wrote: Comments below. On Mon, Sep 14, 2009 at 2:05 AM, Heiko Schocher h...@denx.de wrote: - serial Console on PSC1 - 64MB SDRAM - MTD CFI Flash - Ethernet FEC - I2C with PCF8563 and Temp. Sensor ADM9240 - IDE support Signed-off-by: Heiko Schocher h

Re: [PATCH] mpc5200: support for the MAN mpc5200 based board uc101

2009-09-14 Thread Heiko Schocher
Hello Wolfgang, Wolfgang Grandegger wrote: Heiko Schocher wrote: Hello Grant, Grant Likely wrote: Thanks for the patch. Comments below. g. On Mon, Sep 14, 2009 at 2:05 AM, Heiko Schocher h...@denx.de wrote: - serial Console on PSC1 - 64MB SDRAM - MTD CFI Flash - Ethernet FEC - I2C

832x: MATH_EMUL

2009-08-21 Thread Heiko Schocher
Hello, I actually porting a mpc8321 based port, and because there is no FPU on this CPU, I activated MATH_EMUL, as all other mpc832x ports did. Is there something like a counter, which counts how many times this Exception occurs? Thanks. bye Heiko -- DENX Software Engineering GmbH, MD:

Re: 832x: MATH_EMUL

2009-08-21 Thread Heiko Schocher
Hello Geert, Geert Uytterhoeven wrote: On Fri, 21 Aug 2009, Kumar Gala wrote: On Aug 21, 2009, at 1:39 AM, Heiko Schocher wrote: I actually porting a mpc8321 based port, and because there is no FPU on this CPU, I activated MATH_EMUL, as all other mpc832x ports did. Is there something like

Re: simple gpio driver

2009-08-17 Thread Heiko Schocher
Hello Grant, Grant Likely wrote: On Wed, Aug 12, 2009 at 11:49 PM, Heiko Schocherh...@denx.de wrote: Hello Anton, i am trying to use the arch/powerpc/sysdev/simple_gpio.c driver, for accessing some gpios, and found, that u8_gpio_get() returns not only a 1 or a 0, instead it returns the real

Re: simple gpio driver

2009-08-17 Thread Heiko Schocher
Hello Anton, Anton Vorontsov wrote: Oops, I missed that patch, sorry. On Mon, Aug 17, 2009 at 03:18:37PM -0600, Grant Likely wrote: On Wed, Aug 12, 2009 at 11:49 PM, Heiko Schocherh...@denx.de wrote: Hello Anton, i am trying to use the arch/powerpc/sysdev/simple_gpio.c driver, for

simple gpio driver

2009-08-12 Thread Heiko Schocher
Hello Anton, i am trying to use the arch/powerpc/sysdev/simple_gpio.c driver, for accessing some gpios, and found, that u8_gpio_get() returns not only a 1 or a 0, instead it returns the real bit position from the gpio: gpioreturn basevalue 0 0/0x01 1 0/0x02 2 0/0x04 3

[PATCH v3 2/2] 82xx, mgcoge: update defconfig for 2.6.32

2009-08-07 Thread Heiko Schocher
- add I2C support - add FCC1 and FCC2 support Signed-off-by: Heiko Schocher h...@denx.de --- - against git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git next branch - checked with checkpatch.pl: $ ./scripts/checkpatch.pl 0001-82xx-mgcoge-update-defconfig-for-2.6.32.patch total: 0

Re: [PATCH v2 2/2] 82xx, mgcoge: update defconfig for 2.6.32

2009-08-06 Thread Heiko Schocher
Hello Kumar, Kumar Gala wrote: On Aug 3, 2009, at 2:35 AM, Heiko Schocher wrote: - add I2C support - add FCC1 and FCC2 support Signed-off-by: Heiko Schocher h...@denx.de --- - against git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git next branch - checked

[PATCH v2 1/2] 82xx, mgcoge: updates for 2.6.32

2009-08-03 Thread Heiko Schocher
[PATCH v2 1/2] 82xx, mgcoge: updates for 2.6.32 - add I2C support - add FCC1 and FCC2 support - fix bogus gpio numbering in plattformcode Signed-off-by: Heiko Schocher h...@denx.de --- - against git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git next branch - checked

[PATCH v2 2/2] 82xx, mgcoge: update defconfig for 2.6.32

2009-08-03 Thread Heiko Schocher
- add I2C support - add FCC1 and FCC2 support Signed-off-by: Heiko Schocher h...@denx.de --- - against git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git next branch - checked with checkpatch.pl: $ ./scripts/checkpatch.pl 0002-82xx-mgcoge-update-defconfig-for-2.6.32.patch total: 0

82xx, mgcoge: updates for 2.6.32

2009-07-29 Thread Heiko Schocher
- add I2C support - add FCC1 and FCC2 support - fix bogus gpio numbering in plattformcode Signed-off-by: Heiko Schocher h...@denx.de --- - based on git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git next branch - checked with checkpatch.pl: $ ./scripts/checkpatch.pl 0001-82xx-mgcoge

  1   2   >