]>
git.karo-electronics.de Git - karo-tx-linux.git/log
Krzysztof Kozlowski [Sat, 17 May 2014 13:19:21 +0000 (23:19 +1000)]
rtc: s5m: use shorter time of register update
Set the time needed for updating alarm and time registers to 0.45 ms.
The default is 7.32 ms which is too long and leads to warnings when
setting alarm or time:
s5m-rtc: waiting for UDR update, reached max number of retries
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Cc: Kyungmin Park <kyungmin.park@samsung.com>
Cc: Lee Jones <lee.jones@linaro.org>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Sangbeom Kim <sbkim73@samsung.com>
Cc: Samuel Ortiz <sameo@linux.intel.com>
Cc: Marek Szyprowski <m.szyprowski@samsung.com>
Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Krzysztof Kozlowski [Sat, 17 May 2014 13:19:20 +0000 (23:19 +1000)]
rtc: s5m: remove undocumented time init on first boot
Remove the code for initializing time if this is first boot.
The code for detecting first boot uses undocumented field RTC_TCON in
RTC_UDR_CON register. According to S5M8767's datasheet this field is
reserved. On S2MPS14 it is not documented at all. On device first boot
the registers will be initialized with reset value (2000-01-01 00:00:00).
The code might work on S5M8763 but still this does not look like a task
for RTC driver.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Cc: Kyungmin Park <kyungmin.park@samsung.com>
Cc: Lee Jones <lee.jones@linaro.org>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Sangbeom Kim <sbkim73@samsung.com>
Cc: Samuel Ortiz <sameo@linux.intel.com>
Cc: Marek Szyprowski <m.szyprowski@samsung.com>
Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Krzysztof Kozlowski [Sat, 17 May 2014 13:19:20 +0000 (23:19 +1000)]
mfd/rtc: sec/s5m: rename SEC* symbols to S5M
Prepare for adding support for S2MPS14 RTC device to the rtc-s5m driver:
1. Rename SEC* symbols to S5M.
2. Add S5M prefix to some of defines which are different between S5M876X
and S2MPS14.
This is only a rename-like patch, new code is not added.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Acked-by: Lee Jones <lee.jones@linaro.org>
Cc: Kyungmin Park <kyungmin.park@samsung.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Sangbeom Kim <sbkim73@samsung.com>
Cc: Samuel Ortiz <sameo@linux.intel.com>
Cc: Marek Szyprowski <m.szyprowski@samsung.com>
Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Joe Perches [Sat, 17 May 2014 13:19:20 +0000 (23:19 +1000)]
mm: convert use of typedef ctl_table to struct ctl_table
This typedef is unnecessary and should just be removed.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Joe Perches [Sat, 17 May 2014 13:19:20 +0000 (23:19 +1000)]
sysctl: convert use of typedef ctl_table to struct ctl_table
This typedef is unnecessary and should just be removed.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Joe Perches [Sat, 17 May 2014 13:19:19 +0000 (23:19 +1000)]
ipc: convert use of typedef ctl_table to struct ctl_table
This typedef is unnecessary and should just be removed.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Joe Perches [Sat, 17 May 2014 13:19:19 +0000 (23:19 +1000)]
key: convert use of typedef ctl_table to struct ctl_table
This typedef is unnecessary and should just be removed.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Joe Perches [Sat, 17 May 2014 13:19:19 +0000 (23:19 +1000)]
fs: convert use of typedef ctl_table to struct ctl_table
This typedef is unnecessary and should just be removed.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Joe Perches [Sat, 17 May 2014 13:19:19 +0000 (23:19 +1000)]
ntfs: convert use of typedef ctl_table to struct ctl_table
This typedef is unnecessary and should just be removed.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Joe Perches [Sat, 17 May 2014 13:19:18 +0000 (23:19 +1000)]
inotify: convert use of typedef ctl_table to struct ctl_table
This typedef is unnecessary and should just be removed.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Joe Perches [Sat, 17 May 2014 13:19:18 +0000 (23:19 +1000)]
nfs: convert use of typedef ctl_table to struct ctl_table
This typedef is unnecessary and should just be removed.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Joe Perches [Sat, 17 May 2014 13:19:18 +0000 (23:19 +1000)]
lockd: convert use of typedef ctl_table to struct ctl_table
This typedef is unnecessary and should just be removed.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Joe Perches [Sat, 17 May 2014 13:19:18 +0000 (23:19 +1000)]
fscache: convert use of typedef ctl_table to struct ctl_table
This typedef is unnecessary and should just be removed.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Joe Perches [Sat, 17 May 2014 13:19:17 +0000 (23:19 +1000)]
coda: convert use of typedef ctl_table to struct ctl_table
This typedef is unnecessary and should just be removed.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Joe Perches [Sat, 17 May 2014 13:19:17 +0000 (23:19 +1000)]
scsi: convert use of typedef ctl_table to struct ctl_table
This typedef is unnecessary and should just be removed.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Joe Perches [Sat, 17 May 2014 13:19:17 +0000 (23:19 +1000)]
parport: convert use of typedef ctl_table to struct ctl_table
This typedef is unnecessary and should just be removed.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Joe Perches [Sat, 17 May 2014 13:19:17 +0000 (23:19 +1000)]
random: convert use of typedef ctl_table to struct ctl_table
This typedef is unnecessary and should just be removed.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Joe Perches [Sat, 17 May 2014 13:19:16 +0000 (23:19 +1000)]
cdrom: convert use of typedef ctl_table to struct ctl_table
This typedef is unnecessary and should just be removed.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Joe Perches [Sat, 17 May 2014 13:19:16 +0000 (23:19 +1000)]
tile: convert use of typedef ctl_table to struct ctl_table
This typedef is unnecessary and should just be removed.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Joe Perches [Sat, 17 May 2014 13:19:16 +0000 (23:19 +1000)]
ia64: convert use of typedef ctl_table to struct ctl_table
This typedef is unnecessary and should just be removed.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Joe Perches [Sat, 17 May 2014 13:19:16 +0000 (23:19 +1000)]
arm: convert use of typedef ctl_table to struct ctl_table
This typedef is unnecessary and should just be removed.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Andrew Morton [Sat, 17 May 2014 13:19:15 +0000 (23:19 +1000)]
lib/test_bpf.c: don't use gcc union shortcut
Older gcc's (mine is gcc-4.4.4) make a mess of this.
lib/test_bpf.c:74: error: unknown field 'insns' specified in initializer
lib/test_bpf.c:75: warning: missing braces around initializer
lib/test_bpf.c:75: warning: (near initialization for 'tests[0].<anonymous>.insns[0]')
lib/test_bpf.c:76: error: extra brace group at end of initializer
lib/test_bpf.c:76: error: (near initialization for 'tests[0].<anonymous>')
lib/test_bpf.c:76: warning: excess elements in union initializer
lib/test_bpf.c:76: warning: (near initialization for 'tests[0].<anonymous>')
lib/test_bpf.c:77: error: extra brace group at end of initializer
Cc: Alexei Starovoitov <ast@plumgrid.com>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Andrew Morton [Sat, 17 May 2014 13:19:15 +0000 (23:19 +1000)]
mm/page_io.c: work around gcc bug
gcc-4.4.4 (at least) screws up this initialization.
mm/page_io.c: In function '__swap_writepage':
mm/page_io.c:277: error: unknown field 'bvec' specified in initializer
mm/page_io.c:278: warning: excess elements in struct initializer
mm/page_io.c:278: warning: (near initialization for 'from')
Fixes
f990bbc9bfa3cbd2d ("bio_vec-backed iov_iter").
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Andrew Morton [Sat, 17 May 2014 13:19:15 +0000 (23:19 +1000)]
drivers/gpio/gpio-zevio.c: fix build
Unbreak i386 allmodconfig.
This is a hack - please fix properly ;)
Cc: Fabian Vogt <fabian@ritter-vogt.de>
Cc: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Stephen Rothwell [Tue, 20 May 2014 08:02:19 +0000 (18:02 +1000)]
Merge branch 'akpm-current/current'
Conflicts:
mm/memcontrol.c
Stephen Rothwell [Tue, 20 May 2014 08:00:11 +0000 (18:00 +1000)]
Revert "mfd: stmpe: root out static GPIO and IRQ assignments"
This reverts commit
3ba1d516d5feddba3e13d30d31a70da130a3ee0e .
Stephen Rothwell [Tue, 20 May 2014 07:34:14 +0000 (17:34 +1000)]
Merge branch 'rd-docs/master'
Stephen Rothwell [Tue, 20 May 2014 07:32:43 +0000 (17:32 +1000)]
Merge remote-tracking branch 'llvmlinux/for-next'
Stephen Rothwell [Tue, 20 May 2014 07:31:26 +0000 (17:31 +1000)]
Merge remote-tracking branch 'aio/master'
Stephen Rothwell [Tue, 20 May 2014 07:29:54 +0000 (17:29 +1000)]
Merge remote-tracking branch 'lzo-update/lzo-update'
Stephen Rothwell [Tue, 20 May 2014 07:28:37 +0000 (17:28 +1000)]
Merge remote-tracking branch 'random/dev'
Stephen Rothwell [Tue, 20 May 2014 07:27:22 +0000 (17:27 +1000)]
Merge remote-tracking branch 'clk/clk-next'
Conflicts:
Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt
Stephen Rothwell [Tue, 20 May 2014 07:26:26 +0000 (17:26 +1000)]
Merge remote-tracking branch 'ktest/for-next'
Stephen Rothwell [Tue, 20 May 2014 07:16:53 +0000 (17:16 +1000)]
Merge remote-tracking branch 'userns/for-next'
Conflicts:
fs/dcache.c
fs/namei.c
fs/namespace.c
Stephen Rothwell [Tue, 20 May 2014 06:49:47 +0000 (16:49 +1000)]
Merge remote-tracking branch 'pwm/for-next'
Stephen Rothwell [Tue, 20 May 2014 06:48:50 +0000 (16:48 +1000)]
Merge remote-tracking branch 'dma-mapping/dma-mapping-next'
Stephen Rothwell [Tue, 20 May 2014 06:47:19 +0000 (16:47 +1000)]
Merge remote-tracking branch 'gpio/for-next'
Conflicts:
Documentation/driver-model/devres.txt
Stephen Rothwell [Tue, 20 May 2014 06:46:01 +0000 (16:46 +1000)]
Merge remote-tracking branch 'pinctrl/for-next'
Stephen Rothwell [Tue, 20 May 2014 06:45:00 +0000 (16:45 +1000)]
Merge remote-tracking branch 'target-updates/for-next'
Stephen Rothwell [Tue, 20 May 2014 06:44:57 +0000 (16:44 +1000)]
Merge remote-tracking branch 'scsi/for-next'
Stephen Rothwell [Tue, 20 May 2014 06:38:47 +0000 (16:38 +1000)]
Merge remote-tracking branch 'cgroup/for-next'
Stephen Rothwell [Tue, 20 May 2014 06:37:47 +0000 (16:37 +1000)]
Merge remote-tracking branch 'char-misc/char-misc-next'
Stephen Rothwell [Tue, 20 May 2014 06:27:48 +0000 (16:27 +1000)]
Merge remote-tracking branch 'staging/staging-next'
Conflicts:
drivers/iio/adc/Kconfig
drivers/staging/rtl8723au/os_dep/usb_ops_linux.c
Stephen Rothwell [Tue, 20 May 2014 06:26:46 +0000 (16:26 +1000)]
Merge remote-tracking branch 'usb-gadget/next'
Conflicts:
drivers/usb/phy/phy-mv-u3d-usb.c
Stephen Rothwell [Tue, 20 May 2014 06:22:04 +0000 (16:22 +1000)]
Merge remote-tracking branch 'usb/usb-next'
Stephen Rothwell [Tue, 20 May 2014 06:20:20 +0000 (16:20 +1000)]
Merge remote-tracking branch 'tty/tty-next'
Conflicts:
arch/arm64/kernel/early_printk.c
Stephen Rothwell [Tue, 20 May 2014 06:08:01 +0000 (16:08 +1000)]
Merge remote-tracking branch 'driver-core/driver-core-next'
Stephen Rothwell [Tue, 20 May 2014 06:06:54 +0000 (16:06 +1000)]
Merge remote-tracking branch 'leds/for-next'
Stephen Rothwell [Tue, 20 May 2014 06:05:37 +0000 (16:05 +1000)]
Merge remote-tracking branch 'hsi/for-next'
Stephen Rothwell [Tue, 20 May 2014 06:04:14 +0000 (16:04 +1000)]
Merge remote-tracking branch 'regmap/for-next'
Stephen Rothwell [Tue, 20 May 2014 06:04:06 +0000 (16:04 +1000)]
Merge remote-tracking branch 'drivers-x86/linux-next'
Stephen Rothwell [Tue, 20 May 2014 05:52:57 +0000 (15:52 +1000)]
Merge remote-tracking branch 'workqueues/for-next'
Stephen Rothwell [Tue, 20 May 2014 05:41:38 +0000 (15:41 +1000)]
Merge remote-tracking branch 'percpu/for-next'
Stephen Rothwell [Tue, 20 May 2014 05:32:41 +0000 (15:32 +1000)]
Merge remote-tracking branch 'xen-tip/linux-next'
Stephen Rothwell [Tue, 20 May 2014 05:31:31 +0000 (15:31 +1000)]
Merge remote-tracking branch 'kvm-arm/next'
Stephen Rothwell [Tue, 20 May 2014 05:30:27 +0000 (15:30 +1000)]
Merge remote-tracking branch 'kvm/linux-next'
Stephen Rothwell [Tue, 20 May 2014 05:19:13 +0000 (15:19 +1000)]
Merge remote-tracking branch 'rcu/rcu/next'
Stephen Rothwell [Tue, 20 May 2014 05:16:38 +0000 (15:16 +1000)]
Merge remote-tracking branch 'ftrace/for-next'
Stephen Rothwell [Tue, 20 May 2014 05:15:41 +0000 (15:15 +1000)]
Merge remote-tracking branch 'irqchip/irqchip/for-next'
Stephen Rothwell [Tue, 20 May 2014 05:14:38 +0000 (15:14 +1000)]
Merge remote-tracking branch 'edac-amd/for-next'
Stephen Rothwell [Tue, 20 May 2014 05:03:13 +0000 (15:03 +1000)]
Merge remote-tracking branch 'tip/auto-latest'
Conflicts:
drivers/block/mtip32xx/mtip32xx.c
kernel/sched/idle.c
net/ipv4/tcp_output.c
Stephen Rothwell [Tue, 20 May 2014 05:01:59 +0000 (15:01 +1000)]
Merge remote-tracking branch 'spi/for-next'
Stephen Rothwell [Tue, 20 May 2014 05:00:08 +0000 (15:00 +1000)]
Merge remote-tracking branch 'dt-rh/for-next'
Stephen Rothwell [Tue, 20 May 2014 04:58:21 +0000 (14:58 +1000)]
Merge remote-tracking branch 'audit/master'
Conflicts:
arch/mips/include/asm/syscall.h
arch/mips/kernel/ptrace.c
arch/x86/Kconfig
kernel/audit.c
Stephen Rothwell [Tue, 20 May 2014 04:56:34 +0000 (14:56 +1000)]
Merge remote-tracking branch 'trivial/for-next'
Conflicts:
Documentation/devicetree/bindings/arm/omap/omap.txt
Stephen Rothwell [Tue, 20 May 2014 04:55:14 +0000 (14:55 +1000)]
Merge remote-tracking branch 'iommu/next'
Stephen Rothwell [Tue, 20 May 2014 04:54:22 +0000 (14:54 +1000)]
Merge remote-tracking branch 'watchdog/master'
Stephen Rothwell [Tue, 20 May 2014 04:53:10 +0000 (14:53 +1000)]
Merge remote-tracking branch 'selinux/next'
Stephen Rothwell [Tue, 20 May 2014 04:43:12 +0000 (14:43 +1000)]
Merge remote-tracking branch 'security/next'
Stephen Rothwell [Tue, 20 May 2014 04:41:55 +0000 (14:41 +1000)]
Merge remote-tracking branch 'regulator/for-next'
Stephen Rothwell [Tue, 20 May 2014 04:39:59 +0000 (14:39 +1000)]
Merge remote-tracking branch 'omap_dss2/for-next'
Stephen Rothwell [Tue, 20 May 2014 04:38:07 +0000 (14:38 +1000)]
Merge remote-tracking branch 'mfd-lj/for-mfd-next'
Conflicts:
drivers/mmc/host/rtsx_usb_sdmmc.c
Stephen Rothwell [Tue, 20 May 2014 04:33:30 +0000 (14:33 +1000)]
Merge remote-tracking branch 'md/for-next'
Stephen Rothwell [Tue, 20 May 2014 04:33:13 +0000 (14:33 +1000)]
Merge remote-tracking branch 'kgdb/kgdb-next'
Stephen Rothwell [Tue, 20 May 2014 04:32:16 +0000 (14:32 +1000)]
Merge remote-tracking branch 'mmc-uh/next'
Stephen Rothwell [Tue, 20 May 2014 04:31:00 +0000 (14:31 +1000)]
Merge remote-tracking branch 'mmc/mmc-next'
Stephen Rothwell [Tue, 20 May 2014 04:29:34 +0000 (14:29 +1000)]
Merge remote-tracking branch 'device-mapper/for-next'
Stephen Rothwell [Tue, 20 May 2014 04:19:55 +0000 (14:19 +1000)]
Merge remote-tracking branch 'block/for-next'
Stephen Rothwell [Tue, 20 May 2014 04:18:50 +0000 (14:18 +1000)]
Merge remote-tracking branch 'input/next'
Stephen Rothwell [Tue, 20 May 2014 04:17:45 +0000 (14:17 +1000)]
Merge remote-tracking branch 'virtio/virtio-next'
Stephen Rothwell [Tue, 20 May 2014 04:06:38 +0000 (14:06 +1000)]
Merge remote-tracking branch 'modules/modules-next'
Stephen Rothwell [Tue, 20 May 2014 04:05:23 +0000 (14:05 +1000)]
Merge remote-tracking branch 'sound-asoc/for-next'
Stephen Rothwell [Tue, 20 May 2014 04:04:19 +0000 (14:04 +1000)]
Merge remote-tracking branch 'sound/for-next'
Stephen Rothwell [Tue, 20 May 2014 04:03:22 +0000 (14:03 +1000)]
Merge remote-tracking branch 'drm-tegra/drm/tegra/for-next'
Stephen Rothwell [Tue, 20 May 2014 04:02:00 +0000 (14:02 +1000)]
Merge remote-tracking branch 'drm-intel/for-linux-next'
Stephen Rothwell [Tue, 20 May 2014 04:01:03 +0000 (14:01 +1000)]
Merge remote-tracking branch 'drm-panel/drm/panel/for-next'
Stephen Rothwell [Tue, 20 May 2014 03:59:27 +0000 (13:59 +1000)]
Merge remote-tracking branch 'drm/drm-next'
Conflicts:
drivers/gpu/drm/i915/i915_gem_gtt.c
Stephen Rothwell [Tue, 20 May 2014 03:58:25 +0000 (13:58 +1000)]
Merge remote-tracking branch 'crypto/master'
Conflicts:
crypto/crypto_user.c
drivers/char/hw_random/Kconfig
drivers/crypto/bfin_crc.h
drivers/crypto/caam/error.c
Stephen Rothwell [Tue, 20 May 2014 03:43:37 +0000 (13:43 +1000)]
Merge remote-tracking branch 'l2-mtd/master'
Stephen Rothwell [Tue, 20 May 2014 03:42:17 +0000 (13:42 +1000)]
Merge remote-tracking branch 'bluetooth/master'
Conflicts:
drivers/bluetooth/btusb.c
Stephen Rothwell [Tue, 20 May 2014 03:40:50 +0000 (13:40 +1000)]
Merge remote-tracking branch 'wireless-next/master'
Stephen Rothwell [Tue, 20 May 2014 03:39:22 +0000 (13:39 +1000)]
Merge remote-tracking branch 'ipsec-next/master'
Stephen Rothwell [Tue, 20 May 2014 03:37:17 +0000 (13:37 +1000)]
next-
20140516 /net-next
Conflicts:
drivers/net/ethernet/altera/altera_msgdma.c
drivers/net/ethernet/altera/altera_sgdma.c
net/ipv6/xfrm6_output.c
Stephen Rothwell [Tue, 20 May 2014 03:18:08 +0000 (13:18 +1000)]
Merge remote-tracking branch 'dmaengine/next'
Stephen Rothwell [Tue, 20 May 2014 03:16:57 +0000 (13:16 +1000)]
Merge remote-tracking branch 'slave-dma/next'
Stephen Rothwell [Tue, 20 May 2014 03:16:01 +0000 (13:16 +1000)]
Merge remote-tracking branch 'ieee1394/for-next'
Stephen Rothwell [Tue, 20 May 2014 03:15:04 +0000 (13:15 +1000)]
Merge remote-tracking branch 'thermal/next'
Stephen Rothwell [Tue, 20 May 2014 03:04:05 +0000 (13:04 +1000)]
Merge remote-tracking branch 'pm/linux-next'
Conflicts:
arch/mips/loongson/lemote-2f/clock.c
drivers/cpufreq/exynos-cpufreq.c
drivers/cpufreq/exynos-cpufreq.h
Stephen Rothwell [Tue, 20 May 2014 03:02:56 +0000 (13:02 +1000)]
Merge remote-tracking branch 'libata/for-next'
Stephen Rothwell [Tue, 20 May 2014 03:01:34 +0000 (13:01 +1000)]
Merge remote-tracking branch 'kbuild/for-next'