26 Jan, 2015

2 commits


08 Jan, 2015

1 commit


24 Dec, 2014

4 commits


15 Dec, 2014

1 commit

  • Pull driver core update from Greg KH:
    "Here's the set of driver core patches for 3.19-rc1.

    They are dominated by the removal of the .owner field in platform
    drivers. They touch a lot of files, but they are "simple" changes,
    just removing a line in a structure.

    Other than that, a few minor driver core and debugfs changes. There
    are some ath9k patches coming in through this tree that have been
    acked by the wireless maintainers as they relied on the debugfs
    changes.

    Everything has been in linux-next for a while"

    * tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core: (324 commits)
    Revert "ath: ath9k: use debugfs_create_devm_seqfile() helper for seq_file entries"
    fs: debugfs: add forward declaration for struct device type
    firmware class: Deletion of an unnecessary check before the function call "vunmap"
    firmware loader: fix hung task warning dump
    devcoredump: provide a one-way disable function
    device: Add dev__once variants
    ath: ath9k: use debugfs_create_devm_seqfile() helper for seq_file entries
    ath: use seq_file api for ath9k debugfs files
    debugfs: add helper function to create device related seq_file
    drivers/base: cacheinfo: remove noisy error boot message
    Revert "core: platform: add warning if driver has no owner"
    drivers: base: support cpu cache information interface to userspace via sysfs
    drivers: base: add cpu_device_create to support per-cpu devices
    topology: replace custom attribute macros with standard DEVICE_ATTR*
    cpumask: factor out show_cpumap into separate helper function
    driver core: Fix unbalanced device reference in drivers_probe
    driver core: fix race with userland in device_add()
    sysfs/kernfs: make read requests on pre-alloc files use the buffer.
    sysfs/kernfs: allow attributes to request write buffer be pre-allocated.
    fs: sysfs: return EGBIG on write if offset is larger than file size
    ...

    Linus Torvalds
     

08 Dec, 2014

1 commit


25 Nov, 2014

1 commit

  • Currently, CONFIG_SND_SOC_ROCKCHIP_I2S could also be selected
    without having CONFIG_SND_SOC_ROCKCHIP enabled.

    As this makes no sense, a Kconfig dependency is added to
    CONFIG_SND_SOC_ROCKCHIP_I2S. This will make the item visible only if
    CONFIG_SND_SOC_ROCKCHIP is enabled.

    Additionally, as the code connected to CONFIG_SND_SOC_ROCKCHIP_I2S
    depends on CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM, the dependency
    is moved to reflect this more clearly.

    Signed-off-by: Andreas Ruprecht
    Reported-by: Jim Davis
    Signed-off-by: Mark Brown

    Andreas Ruprecht
     

03 Nov, 2014

1 commit


29 Oct, 2014

1 commit


20 Oct, 2014

1 commit


08 Oct, 2014

1 commit


06 Oct, 2014

1 commit


14 Sep, 2014

5 commits


28 Jul, 2014

1 commit


15 Jul, 2014

1 commit


11 Jul, 2014

1 commit

  • Missing module.h in linux directory will cause compile error with randconfig,
    like as:
    sound/soc/rockchip/rockchip_i2s.c:526:20: error: expected declaration
    specifiers or ‘...’ before string constant
    MODULE_DESCRIPTION("ROCKCHIP IIS ASoC Interface");

    Signed-off-by: xujianqun
    Signed-off-by: Mark Brown

    xujianqun
     

09 Jul, 2014

1 commit