Autoupdate FIT image : wrong dtb load address

2011-03-23 Thread Andreas Friesen
Hello folks, I'm trying to generate a autoupdate FIT-image. I'm using u-boot 2010.12 / dtc 1.2.0. / Kernel 2.6.36.6 ; Its work fine, but the load address of fdt-part is wrong. Does anyone know what the problem is? -- 8< Auto-update from TFTP: trying update file 'mx

[PATCH] powerpc: wire up new syscalls

2011-03-23 Thread Stephen Rothwell
These syscalls have been added recently: name_to_handle_at open_by_handle_at clock_adjtime syncfs Signed-off-by: Stephen Rothwell --- arch/powerpc/include/asm/systbl.h |4 arch/powerpc/include/asm/unistd.h |6 +- 2 files changed, 9 insertions(+),

Re: [PATCH 1/2] kdump: Allow shrinking of kdump region to be overridden

2011-03-23 Thread Benjamin Herrenschmidt
On Mon, 2011-03-21 at 03:10 +, WANG Cong wrote: > On Tue, 15 Mar 2011 22:22:19 +0530, Mahesh J Salgaonkar wrote: > >> Okay, but with this patch applied, we will just ignore rtas region, > >> right? > > Correct. > >> Thus, when I echo 0 to free all the 128M crashkernel memory, the final > >> re

Query: PCIe range entry at pcie@0 in dts files

2011-03-23 Thread Kushwaha Prabhakar-B32579
Hi all, I have query about usage of range field at pcie@0 under PCIe controller. Please find snap shot from mpc8536_36.dts.. pci3: pcie@fffe0b000 { compatible = "fsl,mpc8548-pcie"; device_type = "pci"; #interrupt-cells = <1>;

Re: [PATCH V12 4/4] ptp: Added a clock driver for the National Semiconductor PHYTER.

2011-03-23 Thread John Stultz
On Mon, 2011-02-28 at 08:58 +0100, Richard Cochran wrote: > This patch adds support for the PTP clock found on the DP83640. > The basic clock operations and one external time stamp have > been implemented. Just locking rule comment nits here. > +static int tdr_write(int bc, struct phy_device *dev

Re: [PATCH V12 3/4] ptp: Added a clock driver for the IXP46x.

2011-03-23 Thread John Stultz
On Mon, 2011-02-28 at 08:58 +0100, Richard Cochran wrote: > This patch adds a driver for the hardware time stamping unit found on the > IXP465. The basic clock operations and an external trigger are implemented. > > Signed-off-by: Richard Cochran > Acked-by: John Stultz My ack is still fine, bu

Re: [PATCH V12 2/4] ptp: Added a clock that uses the eTSEC found on the MPC85xx.

2011-03-23 Thread John Stultz
On Mon, 2011-02-28 at 08:57 +0100, Richard Cochran wrote: > The eTSEC includes a PTP clock with quite a few features. This patch adds > support for the basic clock adjustment functions, plus two external time > stamps, one alarm, and the PPS callback. Just a minor question on the locking, but othe

Re: [PATCH V12 1/4] ptp: Added a brand new class driver for ptp clocks.

2011-03-23 Thread John Stultz
On Mon, 2011-02-28 at 08:57 +0100, Richard Cochran wrote: > This patch adds an infrastructure for hardware clocks that implement > IEEE 1588, the Precision Time Protocol (PTP). A class driver offers a > registration method to particular hardware clock drivers. Each clock is > presented as a standar

mpc8250 kernel booting

2011-03-23 Thread suresh chandra
Hi All, I am having a strange serial console issue while booting Linux 2.6.38 and Linux 2.6.34.8 We are using customized board based on MPC8250 , Console on SCC 1 and root file system on ramdisk. We are using U-boot for loading Linux. Soon after u-boot handles control over to kernel, nothing come

Re: [PATCH] crypto: caam - de-CHIP-ify device tree compatibles

2011-03-23 Thread Herbert Xu
On Tue, Mar 15, 2011 at 06:59:51PM -0600, Grant Likely wrote: > On Tue, Mar 15, 2011 at 04:52:20PM -0500, Kim Phillips wrote: > > - all the integration parameters have been captured by the binding. > > - the block name really uniquely identifies this hardware. > > > > Some advocate putting SoC nam

Re: [PATCH] crypto: caam - standardize device tree naming convention to utilize '-vX.Y'

2011-03-23 Thread Herbert Xu
On Mon, Mar 14, 2011 at 05:42:47PM -0500, Kim Phillips wrote: > Help clarify that the number trailing in compatible nomenclature > is the version number of the device, i.e., change: > > "fsl,p4080-sec4.0", "fsl,sec4.0"; > > to: > > "fsl,p4080-sec-v4.0", "fsl,sec-v4.0"; > > Signed-off-by: Kim Ph