04 Nov, 2011

1 commit

  • * 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6: (80 commits)
    mfd: Fix missing abx500 header file updates
    mfd: Add missing include to intel_msic
    x86, mrst: add platform support for MSIC MFD driver
    mfd: Expose TurnOnStatus in ab8500 sysfs
    mfd: Remove support for early drop ab8500 chip
    mfd: Add support for ab8500 v3.3
    mfd: Add ab8500 interrupt disable hook
    mfd: Convert db8500-prcmu panic() into pr_crit()
    mfd: Refactor db8500-prcmu request_clock() function
    mfd: Rename db8500-prcmu init function
    mfd: Fix db5500-prcmu defines
    mfd: db8500-prcmu voltage domain consumers additions
    mfd: db8500-prcmu reset code retrieval
    mfd: db8500-prcmu tweak for modem wakeup
    mfd: Add db8500-pcmu watchdog accessor functions for watchdog
    mfd: hwacc power state db8500-prcmu accessor
    mfd: Add db8500-prcmu accessors for PLL and SGA clock
    mfd: Move to the new db500 PRCMU API
    mfd: Create a common interface for dbx500 PRCMU drivers
    mfd: Initialize DB8500 PRCMU regs
    ...

    Fix up trivial conflicts in
    arch/arm/mach-imx/mach-mx31moboard.c
    arch/arm/mach-omap2/board-omap3beagle.c
    arch/arm/mach-u300/include/mach/irqs.h
    drivers/mfd/wm831x-spi.c

    Linus Torvalds
     

24 Oct, 2011

1 commit


08 Oct, 2011

1 commit


29 Sep, 2011

1 commit


28 Aug, 2011

1 commit


26 Aug, 2011

2 commits


23 Aug, 2011

1 commit


16 Aug, 2011

2 commits


08 Aug, 2011

1 commit


01 Aug, 2011

1 commit


27 Jul, 2011

1 commit


26 Jul, 2011

1 commit


19 May, 2011

1 commit

  • Most machine files include "devices-imxXX.h" which in turn includes
    . The latter already includes many headers
    that the machine files don't need to include again.

    These were found by:

    $ grep \#include arch/arm/plat-mxc/include/mach/devices-common.h > tmpfile
    $ git grep -l 'devices-imx' arch/arm | xargs grep -f tmpfile -F

    (but I kept linux/init.h, linux/kernel.h and linux/platform_device.h)

    LAKML-Reference: 1298912674-15153-2-git-send-email-u.kleine-koenig@pengutronix.de
    Signed-off-by: Uwe Kleine-König
    Signed-off-by: Sascha Hauer

    Uwe Kleine-König
     

25 Mar, 2011

1 commit

  • Note that this relies on stuff currently in mfd's next tree, but this
    is also a newer driver. I'm not sure which tree it should go through,
    as it's a problem that shows up in next.

    From: Andres Salomon

    MFD changes in c738892f cause the mc13xxx_platform_data struct
    to change. This changes one more (new) user of it, fixing a build
    error.

    Signed-off-by: Andres Salomon
    Signed-off-by: Sascha Hauer

    Andres Salomon
     

23 Mar, 2011

1 commit


08 Mar, 2011

1 commit


18 Feb, 2011

4 commits