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

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 t

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>;

[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 Cc: Wolfgang Denk Cc: Dieter Schaffner Cc: linuxppc-dev@lists.ozlabs.org Cc: linux-...@vger.kernel.org --- drivers/mmc/core/sd.c |4

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

2011-09-29 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" wrote: >>>> Hi Ben, >>>> >>>> please pull another two mpc5xxx patches for next. Th

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

2011-09-29 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" 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: [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 >> cc: Grant Likely >> cc: devicetree-disc...@ozlabs.org >> cc: Wolfgang Denk >> cc: Wolfram Sang >> --- >> F

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

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

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 > cc: Grant Likely > cc: devicetree-disc...@ozlabs.org > cc: Wolfgang Denk > cc: Wolfram Sang > --- > For this patchseries following patch is needed: > > http://patchwork.ozlabs.org/patch/91919/ &

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

2011-06-22 Thread Heiko Schocher
Signed-off-by: Heiko Schocher cc: Grant Likely cc: devicetree-disc...@ozlabs.org cc: Wolfgang Denk cc: Wolfram Sang --- For this patchseries following patch is needed: http://patchwork.ozlabs.org/patch/91919/ Grant? Do you have some comments on that patch? changes for v2: add comment from

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 >> cc: Grant Likely >> cc: devicetree-disc...@ozlabs.org >> cc: Wolfgang Denk >> --- >> For this patchserie

[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 cc: Wolfgang Denk --- arch/powe

[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 cc: Wolfgang Denk --- arch/powerpc/configs/mpc5200_defconfig |9

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

2011-06-22 Thread Heiko Schocher
Signed-off-by: Heiko Schocher cc: Grant Likely cc: devicetree-disc...@ozlabs.org cc: Wolfgang Denk --- For this patchseries following patch is needed: http://patchwork.ozlabs.org/patch/91919/ Grant? Do you have some comments on that patch? arch/powerpc/boot/dts/a4m072.dts | 273

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

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

[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 Heiko Schocher (4): net, phy: am79c874 support powerpc, mpc5200: add a4m072 board support powerpc

[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 cc: Grant Likely cc: Wolfgang Denk --- 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 errors, 0 warnings, 39 lines checked 0002-powerpc

[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 cc: Grant Likely cc: Wolfgang Denk --- based against: git://git.secretlab.ca/git/linux-2.6 Grant: Don;t know, if this patch is needed, but with it

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 wrote: >> Hello Grant, >> >> Grant Likely wrote: >>> On Tue, Mar 22, 2011 at 09:27:26AM +0100, Heiko Schocher wrote: >>>> cc: Wolfram Sang >>>> cc: Grant Like

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 >> cc: Grant Likely >> cc: Benjamin Herrenschmidt >> cc: linux-fb...@vger.kernel.org >> cc: devicetree-disc...@ozlabs.org >> cc: B

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 > wrote: >> On Tue, Mar 22, 2011 at 09:27:29AM +0100, Heiko Schocher wrote: >>> - add commandline options: >>> sm501fb.mode: >>> Specify resolution as "x[-][@]"

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

2011-04-18 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 cc: devictree-disc...@lists.ozlabs.org cc: linuxppc-dev@lists.ozlabs.org cc: Grant

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

2011-03-22 Thread Heiko Schocher
Signed-off-by: Heiko Schocher Acked-by: Benjamin Herrenschmidt cc: Wolfram Sang cc: Grant Likely cc: Benjamin Herrenschmidt cc: linux-fb...@vger.kernel.org cc: devicetree-disc...@ozlabs.org cc: Ben Dooks cc: Vincent Sanders cc: Samuel Ortiz cc: linux-ker...@vger.kernel.org cc: Randy Dunlap

[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 Acked-by: Samuel Ortiz cc: Wolfram Sang cc: Grant Likely cc: Benjamin Herrenschmidt cc: linux-fb...@vger.kernel.org cc: devicetree-disc...@ozlabs.org cc: Ben Dooks cc: Vincent Sanders cc: Samuel Ortiz

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

2011-03-22 Thread Heiko Schocher
Signed-off-by: Heiko Schocher cc: Wolfram Sang cc: Grant Likely cc: Benjamin Herrenschmidt cc: linux-fb...@vger.kernel.org cc: devicetree-disc...@ozlabs.org cc: Ben Dooks cc: Vincent Sanders cc: Samuel Ortiz cc: linux-ker...@vger.kernel.org cc: Randy Dunlap cc: Wolfgang Denk cc: Paul

[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 Acked-by: Samuel Ortiz cc: Wolfram Sang cc: Grant Likely cc: Benjamin Herrenschmidt cc: linux-fb...@vger.kernel.org cc: devicetree-disc...@ozlabs.org cc: Ben Dooks cc: Vincent Sanders

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

2011-03-22 Thread Heiko Schocher
"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 cc: Wolfram Sang cc: Grant Likely cc: Benjamin Herrenschmidt cc: linux-fb...@vger.kernel.org cc: devicetree-disc..

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

2011-03-22 Thread Heiko Schocher
atch has no obvious style problems and is ready for submission. total: 0 errors, 0 warnings, 82 lines checked 20110322/0006-powerpc-tqm5200-update-tqm5200_defconfig-to-fit-for-.patch has no obvious style problems and is ready for submission. Heiko Schocher (6): powerpc, 5200: add support for

[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 cc: Wolfram Sang cc: Grant Likely cc: Benjamin Herrenschmidt

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

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

2011-03-16 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. >>> >>> Documentatio

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 > cc: linux-fb...@vger.kernel.org > cc: devicetree-disc...@ozlabs.org > cc: Ben Dooks > cc: Vincent Sanders > cc: Samuel Ortiz > cc: lin

[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 cc: linux-fb...@vger.kernel.org cc: devicetree-disc...@ozlabs.org cc: Ben Dooks cc: Vincent Sanders cc: Samuel Ortiz cc: linux-ker...@vger.kernel.org cc: Randy Dunlap cc: Paul Mundt --- - changes since

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

2011-01-25 Thread Heiko Schocher
"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 cc: linux-fb...@vger.kernel.org cc: devicetree-disc...@ozlabs.org cc: Ben Dooks cc: Vincent Sanders cc: Samuel Ortiz cc

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,

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) { >>

[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 cc: linux-fb...@vger.kernel.org cc: devicetree-disc...@ozlabs.org cc: Ben Dooks cc: Vincent Sanders cc: Samuel Ortiz cc: linux-ker...@vger.kernel.org cc: Randy Dunlap cc: Paul Mundt --- - changes since

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 { >> +compatib

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

2011-01-24 Thread Heiko Schocher
Signed-off-by: Heiko Schocher cc: linux-fb...@vger.kernel.org cc: devicetree-disc...@ozlabs.org cc: Ben Dooks cc: Vincent Sanders cc: Samuel Ortiz cc: linux-ker...@vger.kernel.org cc: Paul Mundt --- - changes since v1: - no board specific defconfig file for mpc52xx based boards as

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

2011-01-24 Thread Heiko Schocher
Signed-off-by: Heiko Schocher cc: linux-fb...@vger.kernel.org cc: devicetree-disc...@ozlabs.org cc: Ben Dooks cc: Vincent Sanders cc: Samuel Ortiz cc: linux-ker...@vger.kernel.org --- - changes since v1: - no board specific defconfig file for mpc52xx based boards as suggested from

[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 cc: linux-fb...@vger.kernel.org cc: devicetree-disc...@ozlabs.org cc: Ben Dooks cc: Vincent Sanders cc: Samuel Ortiz cc: linux-ker...@vger.kernel.org cc: Randy Dunlap cc: Paul Mundt --- - changes since

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

2011-01-24 Thread Heiko Schocher
"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 cc: linux-fb...@vger.kernel.org cc: devicetree-disc...@ozlabs.org cc: Ben Dooks cc: Vincent Sanders cc: Samuel Ortiz cc

[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 cc: linux-fb...@vger.kernel.org cc: devicetree-disc...@ozlabs.org cc: Ben Dooks cc: Vincent Sanders cc: Samuel Ortiz cc: linux-ker...@vger.kernel.org cc: Randy Dunlap cc: Paul Mundt

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 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

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 > > 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 s

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 "x[-

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

2010-12-10 Thread Heiko Schocher
Signed-off-by: Heiko Schocher cc: linux-fb...@vger.kernel.org cc: devicetree-disc...@ozlabs.org cc: Ben Dooks cc: Vincent Sanders cc: Samuel Ortiz cc: linux-ker...@vger.kernel.org --- - based against 2.6.37-rc4 ./scripts/checkpatch.pl 0003-powerpc-video-add-SM501-support-for-charon

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

2010-12-10 Thread Heiko Schocher
support 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. Sig

[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 cc: Wolfram Sang cc: linuxppc-dev@lists.ozlabs.org --- - based against 2.6.37-rc4 arch/powerpc/configs/mpc5200_defconfig |2 ++ 1 files changed, 2

[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 cc: Wolfram Sang 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/mpc5200_defconfig arch/powerpc/configs

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

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 > > Reviewed-by: Wolfram Sang Thanks! One more defconfig question: Is it possible to add to the mpc5200_defconfig, what is needed for this boa

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

2010-12-06 Thread Heiko Schocher
Signed-off-by: Heiko Schocher 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-SM501-support

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

2010-12-06 Thread Heiko Schocher
Signed-off-by: Heiko Schocher cc: Wolfram Sang --- - 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 no obvious style problems and is

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 0a0a5af30b9831e4f049610b5a2d

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 > Date: Mon

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 wrote: > >> Hello Wolfram, >> >> Wolfram Sang wrote: >>> On Sat, Dec 04, 2010 at 09:21:54AM +0100, Heiko Schocher wrote: >>> >>> There shall b

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 DS

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 Softwar

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 >&

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

2010-12-04 Thread Heiko Schocher
support 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. Sig

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

2010-12-04 Thread Heiko Schocher
Signed-off-by: Heiko Schocher 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-for-charon

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

2010-12-04 Thread Heiko Schocher
Signed-off-by: Heiko Schocher --- 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 style problems

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

2010-12-04 Thread Heiko Schocher
- MPC5200 - serielle console on PSC 1 - 128MiB RAM - 32MiB NOR Flash - FEC Ethernet - 2 I2C Busses - FPGA on CS3 accessed through mtd-ram - ATA Signed-off-by: Heiko Schocher --- based against 2.6.37-rc4 ./scripts/checkpatch.pl 0001-powerpc-5200-add-support-for-charon-board.patch total: 0 errors

[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 cc: Wolfgang Denk --- 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..a66df7d 100644 --- a

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 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 >&g

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 boot

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: http://lists.ozlabs.org/pip

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 > 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 > > Hi, > > I

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 --- - based against git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git commit

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

2010-03-08 Thread Heiko Schocher
Hello Joakim, Joakim Tjernlund wrote: > Heiko Schocher 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 agains

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 Lin

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

2010-03-04 Thread Heiko Schocher
Hello Joakim, Joakim Tjernlund wrote: > Wolfgang Denk wrote on 2010/03/04 13:16:56: >> From: Wolfgang Denk >> To: h...@denx.de >> Cc: Joakim Tjernlund , Klaus-Jürgen >> , linuxppc-...@ozlabs.org, Scott Wood >> >> Date: 2010/03/04 13:17 >> Subject: Re: [PATCH 0/4] 8xx: Optimize TLB Miss code. >>

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-03 Thread Heiko Schocher
Hello Joakim, Joakim Tjernlund wrote: > Heiko Schocher 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) >> >> m

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 : T

[PATCH v4] 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 Reviewed-by: Wolfram Sang --- - based on: git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git next - checked with: $ ./scripts/checkpatch.pl 0002-mpc5200-support-for

[PATCH v4] 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 Reviewed-by: Wolfram Sang --- - based on: git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git next - checked with

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

2009-10-07 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 > >

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

2009-10-06 Thread Heiko Schocher
- serial Console on PSC1 - 64MB SDRAM - MTD CFI Flash - Ethernet FEC - IDE support Signed-off-by: Heiko Schocher --- - 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-based-board

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

2009-10-06 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 --- - based on: git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git next - checked with: $ ./scripts/checkpatch.pl 0001

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 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

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: H

[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 --- - 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-based-board

[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 --- - 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-based-board

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

2009-10-04 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

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

2009-09-24 Thread Heiko Schocher
pcibios_allocate_bus_resources() references the function __init reparent_resources(). This is often because pcibios_allocate_bus_resources lacks a __init annotation or the annotation of reparent_resources is wrong. This patch fix this warning by removing the __init annotation before reparent_resources. Signed-off-by: Heiko

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 wrote: &g

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 wrote: >> - serial Console on PSC1 >> - 64MB SDRAM >> - MTD CFI Flash >> - Ethernet FEC >> - I2C with PCF8563 and Temp. Sensor ADM9240 >> - ID

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 wrote: >> - serial Console on PSC1 >> - 64MB SDRAM >> - MTD CFI Flash >> - Ethernet FEC >> - I2C with PCF8

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 mpc

[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 --- - based on: git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git next - checked with: $ ./scripts/checkpatch.pl 0001

[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 --- - based on: git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git next - checked with: $ ./scripts/checkpatch.pl 0001

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

832x: MATH_EMUL

2009-08-20 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: Wol

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 Schocher wrote: >>> Hello Anton, >>> >>> i am trying to use the arch/po

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 Schocher 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

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-06 Thread Heiko Schocher
- add I2C support - add FCC1 and FCC2 support Signed-off-by: Heiko Schocher --- - 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 errors, 0

  1   2   >