09 Mar, 2010

1 commit


24 Feb, 2010

1 commit


13 Feb, 2010

1 commit

  • Most machine classes want some way to register a block of clk_lookup
    structures, and most do it by implementing a clks_register() type
    function which walks an array, or by open-coding a loop.

    Consolidate all this into clkdev_add_table().

    Acked-by: H Hartley Sweeten
    Reviewed-by: Kevin Hilman
    Acked-by: Eric Miao
    Signed-off-by: Russell King

    Russell King
     

02 Feb, 2010

1 commit


30 Jan, 2010

1 commit

  • The old names are defined only if the cpp symbol
    IMX_NEEDS_DEPRECATED_SYMBOLS exists, which is defined (for now) for all
    files below arch/arm/mach-mx1.

    This was done earlier for mx2 and mx3, too.

    USBD_INT0 is for now defined unconditionally to prevent breaking
    drivers/usb/gadget/imx_udc.

    While at it use IMX_IO_ADDRESS to define MX1_IO_ADDRESS which
    adds a cast to the IO_ADDRESS macro fixing many warnings like

    arch/arm/mach-mx1/generic.c:51: warning: passing argument 1 of 'mxc_init_irq' makes pointer from integer without a cast

    .

    Signed-off-by: Uwe Kleine-König

    Uwe Kleine-König
     

05 Jan, 2010

2 commits


14 Aug, 2009

1 commit

  • Fix i2c_board_info definitions - we were defining the 'type' field
    of these structures twice since the first argument of I2C_BOARD_INFO
    sets this field. Move the second definition into I2C_BOARD_INFO().

    Signed-off-by: Sascha Hauer
    Acked-by: Jean Delvare

    Sascha Hauer
     

07 Aug, 2009

5 commits


07 May, 2009

5 commits


16 Apr, 2009

1 commit


07 Apr, 2009

1 commit

  • Add support for CMOS Sensor Interface on i.MX1 and i.MXL SoCs.

    create mode 100644 arch/arm/mach-mx1/ksym_mx1.c
    create mode 100644 arch/arm/mach-mx1/mx1_camera_fiq.S
    create mode 100644 arch/arm/plat-mxc/include/mach/mx1_camera.h
    create mode 100644 drivers/media/video/mx1_camera.c

    Signed-off-by: Paulius Zaleckas
    Signed-off-by: Darius Augulis
    Acked-by: Sascha Hauer
    Signed-off-by: Guennadi Liakhovetski
    Signed-off-by: Mauro Carvalho Chehab

    Paulius Zaleckas
     

20 Mar, 2009

1 commit


13 Mar, 2009

8 commits


07 Mar, 2009

1 commit


18 Dec, 2008

1 commit


16 Dec, 2008

2 commits