21 Jun, 2011

1 commit

  • Fix the complie error in ehci-hcd.c because it needs an additional
    configuration.

    CC drivers/usb/host/ehci-hcd.o
    drivers/usb/host/ehci-hcd.c:1288:2: error: #error "missing bus glue for ehci-hcd"
    make[3]: *** [drivers/usb/host/ehci-hcd.o] Error 1
    make[2]: *** [drivers/usb/host] Error 2
    make[1]: *** [drivers/usb] Error 2
    make: *** [drivers] Error 2

    Signed-off-by: Yoshihiro Shimoda
    Signed-off-by: Paul Mundt

    Yoshihiro Shimoda
     

16 Jun, 2011

1 commit

  • RTC_CLASS is changed to bool, so 'm' is invalid.

    Signed-off-by: Wanlong Gao
    Acked-by: Mike Frysinger
    Acked-by: Wolfram Sang
    Acked-by: Hans-Christian Egtvedt
    Acked-by: Benjamin Herrenschmidt
    Cc: Guan Xuetao
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Wanlong Gao
     

27 May, 2011

1 commit

  • The ns_cgroup is an annoying cgroup at the namespace / cgroup frontier and
    leads to some problems:

    * cgroup creation is out-of-control
    * cgroup name can conflict when pids are looping
    * it is not possible to have a single process handling a lot of
    namespaces without falling in a exponential creation time
    * we may want to create a namespace without creating a cgroup

    The ns_cgroup was replaced by a compatibility flag 'clone_children',
    where a newly created cgroup will copy the parent cgroup values.
    The userspace has to manually create a cgroup and add a task to
    the 'tasks' file.

    This patch removes the ns_cgroup as suggested in the following thread:

    https://lists.linux-foundation.org/pipermail/containers/2009-June/018616.html

    The 'cgroup_clone' function is removed because it is no longer used.

    This is a userspace-visible change. Commit 45531757b45c ("cgroup: notify
    ns_cgroup deprecated") (merged into 2.6.27) caused the kernel to emit a
    printk warning users that the feature is planned for removal. Since that
    time we have heard from XXX users who were affected by this.

    Signed-off-by: Daniel Lezcano
    Signed-off-by: Serge E. Hallyn
    Cc: Eric W. Biederman
    Cc: Jamal Hadi Salim
    Reviewed-by: Li Zefan
    Acked-by: Paul Menage
    Acked-by: Matt Helsley
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Daniel Lezcano
     

23 May, 2011

1 commit


18 May, 2011

1 commit

  • Now that we have CONFIG_DYNAMIC_DEBUG there is no need for yet
    another flag causing dev_dbg() and pr_debug() statements in the
    core PM code to produce output. Moreover, CONFIG_PM_VERBOSE
    causes so much output to be generated that it's not really useful
    and almost no one sets it.

    References: https://bugzilla.kernel.org/show_bug.cgi?id=23182
    Signed-off-by: Rafael J. Wysocki

    Rafael J. Wysocki
     

18 Apr, 2011

1 commit


11 Mar, 2011

1 commit


13 Jan, 2011

3 commits


11 Jan, 2011

1 commit


06 Jan, 2011

1 commit


29 Oct, 2010

2 commits


14 Sep, 2010

1 commit

  • As the help for the config option suggests, this option really shouldn't
    be set by default for any recent distribution as it changes the layout
    of sysfs. I spotted this while running debian when udev got very
    confused by the sysfs layout and failed to create some device nodes.

    Signed-off-by: Matt Fleming
    Signed-off-by: Paul Mundt

    Matt Fleming
     

20 Aug, 2010

1 commit


16 Aug, 2010

1 commit


15 Aug, 2010

1 commit


06 Jul, 2010

1 commit


21 Jun, 2010

1 commit

  • This patch series adds support for ITO Co., Ltd.'s SH-2007 reference
    platform (A PC-104 based SH7780 platform).

    This is a direct port of the out-of-tree board support from the vendor's
    kernel, originally located at:

    http://ms-n.org/sh-linux/kernel/

    More information on the board and the vendor can be obtained from the
    vendor's site at:

    http://www.itonet.co.jp/

    Presently supported peripherals are CF and ethernet, with support for
    the on-board IDE still pending further testing.

    Reviewed-by: Nobuhiro Iwamatsu
    Reviewed-by: Magnus Damm
    Signed-off-by: Hitoshi Mitake
    Signed-off-by: Paul Mundt

    Hitoshi Mitake
     

24 May, 2010

1 commit


18 May, 2010

1 commit


26 Apr, 2010

2 commits


29 Mar, 2010

1 commit


10 Feb, 2010

1 commit


14 Jan, 2010

1 commit

  • This stubs in some preliminary board support for the RTE SDK7786.

    This is quite stunted at the moment, and primarily builds on top of the
    system FPGA. FPGA IRQs are handled via CPU IRL masking for simplicity,
    with initial peripheral support restricted to the debug ethernet.

    Signed-off-by: Matt Fleming
    Signed-off-by: Paul Mundt

    Paul Mundt
     

04 Jan, 2010

1 commit


15 Dec, 2009

1 commit

  • This patch breaks out the sh4 scif serial port platform
    data from a shared platform device to one platform
    device per port. Also, add serial ports to the list of
    early platform devices.

    While at it, get rid of the R2D ifdef in the processor
    code and adjust the defconfigs to use ttySC1.

    Signed-off-by: Magnus Damm
    Signed-off-by: Paul Mundt

    Magnus Damm
     

09 Dec, 2009

1 commit


25 Sep, 2009

2 commits


11 Sep, 2009

1 commit


27 Aug, 2009

1 commit


21 Aug, 2009

2 commits


20 Aug, 2009

2 commits


23 Jul, 2009

1 commit

  • This patch adds a defconfig and a mach-types entry for
    the kfr2r09 board.

    At this point only a few devices like SCIF, KEYSC and
    NOR Flash are supported together with sh7724 devices
    such as IIC0, IIC1 and the multimedia blocks exported
    via UIO.

    Kexec is supported, but booting from flash is not (yet).

    Signed-off-by: Magnus Damm
    Signed-off-by: Paul Mundt

    Magnus Damm
     

01 Jul, 2009

1 commit