summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-18Juice configslinux-linaro-juiceAxel Fagerstedt
CONFIG_SYNC=y CONFIG_SW_SYNC=y CONFIG_SW_SYNC_USER=y
2013-07-18Juice configs.Axel Fagerstedt
CONFIG_COMPAT=y
2013-07-18VFAT GET_VOLUME_ID ioctldmitry pervushin
Add call to fat_dir_generic_ioctl to compat_ioctl to allow getting volume ids from 32-bit code as well as 64-bit Signed-off-by: dmitry pervushin <dmitry.pervushin@linaro.org>
2013-07-18VFAT GET_VOLUME_ID ioctldmitry pervushin
Add VFAT_GET_VOLUME_ID ioctl, which returns the volume id via passed pointer to u32
2013-07-18VFAT GET_VOLUME_ID ioctldmitry pervushin
Rename VFAT_IOCTL_GET_VOLUME_ID to VFAT_IOCTL_GET_VOLUME_ID_BROKEN This ioctl returns the volume id via return value, which might be incorrect in some cases, for example, if id is 0xFFFFFDAD, that matches -ENOIOCTL. So this ioctl will be deprecated and kept only for compatibility. Signed-off-by: dmitry pervushin <dmitry.pervushin@linaro.org>
2013-07-18arm64: uaccess.h: Fix get_user macro to evaluate passed in expressions ↵Yongqin Liu
before using them The arm64 get_user macro does not evaluate expressions before using them multiple times. This can cause problems if an expression with side-effects like p++ is passed in as an argument, as we'll end up incrementing p multiple times. Thus to fix this, we evaluate the expression once and store it in a variable before using it as needed. Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2013-07-18perf: Work around lack of TLS on AndroidBernhard Rosenkränzer
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
2013-07-18perf: Merge fixes from AOSP's platform/external/linux-tools-perfBernhard Rosenkränzer
Merge various Bionic related patches from AOSP's platform/external/linux-tools-perf branch. Fixes crashes spotted in iKS builds. Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org> Conflicts: tools/perf/util/symbol.c Conflicts: tools/perf/builtin-stat.c
2013-07-18add NBD guestfs accessRiku Voipio
2013-07-18kvm-host: remove mmc debugRiku Voipio
2013-07-18kvm-host: enable nfs for convinienceRiku Voipio
2013-07-18configs: add kvm configsRiku Voipio
kvm-host is for any target where we want to run kvm - currently only arndale kvm-guest is for - currently only vexpress
2013-07-18ARM: disable preemption in machine_shutdownMike J. Chen
Since the smp call to stop the other cpus are handled in those cpus in interrupt context, there's a potential for those smp handlers to interrupt threads holding spin locks (such as the one a mutex holds). This prevents those threads from ever releasing their spin lock, so if the cpu doing the shutdown is allowed to switch to another thread that tries to grab the same lock/mutex, we could get into a deadlock (the spin lock call is called with preemption disabled in the mutex lock code). To avoid that possibility, disable preemption before doing the smp_send_stop(). Change-Id: I7976c5382d7173fcb3cd14da8cc5083d442b2544 Signed-off-by: Mike J. Chen <mjchen@google.com>
2013-07-18ARM: add option to flush console before rebootDima Zavin
If the console_lock was held while the system was rebooted, the messages in the temporary logbuffer would not have propogated to all the console drivers. This force releases the console lock if it failed to be acquired. Change-Id: I193dcf7b968be17966833e50b8b8bc70d5d9fe89 Signed-off-by: Dima Zavin <dima@android.com>
2013-07-17Automatically merging tracking-linux-3.10.y into merge-linux-linaroAndrey Konovalov
Conflicting files: kernel/futex.c
2013-07-17Merge branch 'tracking-omap-fixes-13.06' into merge-linux-linaroAndrey Konovalov
2013-07-17Automatically merging tracking-perf-android into merge-linux-linaroAndrey Konovalov
Conflicting files:
2013-07-17CONFIG: ARNDALE: UBUNTU: Add initial config fileTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-07-17linaro/configs: arndale: Load EDID firmware blobTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-07-17linaro/configs: arndale: Enable DRM-HDMI supportTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-07-17drm/exynos: add mout_hdmi clock in hdmi driver to change parentRahul Sharma
Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com> Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-07-17ARM/dts: adding hdmiphy power control pmu register to hdmi dt nodeRahul Sharma
Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com> Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-07-17drm/exynos: replace dummy hdmiphy clock with pmu register controlRahul Sharma
Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com> Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-07-17drm/exynos: add clock_prepare/unprepare in hdmi driverRahul Sharma
Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com> Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-07-17drm/exynos: add clock_prepare/unprepare in mixer driverRahul Sharma
Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com> Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-07-17ARM/dts: exynos5: add clocks to mixer dt nodeRahul Sharma
Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com> Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-07-17ARM/dts: exynos5: add clocks to hdmi dt nodeRahul Sharma
Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com> Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-07-17clk/exynos: add sclk_hdmiphy in the special clocks listRahul Sharma
Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com> Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-07-17clk/exynos: add mout_hdmi mux clock for hdmiRahul Sharma
Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com> Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-07-17clk/exynos: change hdmi clock number to correct valueRahul Sharma
Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com> Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-07-17drm/exynos: Force coherent_dma_mask if not already setTushar Behera
Some boards set the coherent_dma_mask as 64 bits (while working with LPAE). So we need to update coherent_dma_mask only if it is not already set. Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-07-17firmware: Add EDID firmware blob for 1080p displayTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-07-17TEMP: fixing for SG_Alloc crash by increasing size of sg list containerRahul Sharma
This patch needs to be replaces by proper fix which should be somewhere inside exynos DRM. Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com> Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-07-17drm/exynos: hdmi: Disable HPD supportTushar Behera
HPD support is not working properly on Arndale board. Till the issue is fixed, HPD support is disabled. Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-07-17ARM: dts: exynos5250-arndale: Add HDMI nodeSachin Kamat
Added HDMI DT node to Arndale board. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
2013-07-17MFC: Add s_ctrl & g_ctrl to set and read SET_FRAME_TAG valuesSachin Kamat
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> [tushar.behera@linaro.org: CID uses V4L2_CID_PRIVATE_BASE] Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-07-17linaro/configs: arndale: Enable SATA supportTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-07-17i2c: s3c2410 : Add polling mode supportVasanth Ananthan
This patch adds polling mode support for i2c-s3c2410 driver. The I2C_SATAPHY controller in exynos5250 lacks an interrupt line and the i2c-s3c2410 driver is only interrupt driven, thus a polling mode support is required in the driver for supporting this controller. This patch adds this support to the driver. The SATAPHY bus is an internal bus with I2C controller as master and SATA PHY controller as the slave. Signed-off-by: Vasanth Ananthan <vasanth.a@samsung.com> Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-07-17ARM: dts: Update node for SATA controller on EXYNOS5250Yuvaraj Kumar C D
This patchset integrate the SATA patches submitted by Vasanth Ananthan. In addition to that SATA and SATA PHY driver will use common clock framework API. Signed-off-by: Vasanth Ananthan <vasanth.a@samsung.com> Signed-off-by: Yuvaraj Kumar C D <yuvaraj.cd@samsung.com> Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-07-17ata: samsung: Rebase as per 3.10-rc1Yuvaraj Kumar C D
This patchset integrate the SATA patches submitted by Vasanth Ananthan. In addition to that SATA and SATA PHY driver will use common clock framework API. Signed-off-by: Vasanth Ananthan <vasanth.a@samsung.com> Signed-off-by: Yuvaraj Kumar C D <yuvaraj.cd@samsung.com> Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-07-17ata: exynos: Remove __init attribute to fix kernel crashTushar Behera
The probe function of SATA phy driver is being accessed later in SATA probe. But it gets poisoned memory during that time. Suspecting __init attribute to be the culprit. Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-07-17ata: samsung: Add SATA PHY controller driverVasanth Ananthan
This patch adds a platform driver and I2C client driver for SATA PHY controller Signed-off-by: Vasanth Ananthan <vasanth.a@samsung.com>
2013-07-17ata: samsung: Add SATA controller driverVasanth Ananthan
This patch adds a platform driver for SATA controller. Signed-off-by: Vasanth Ananthan <vasanth.a@samsung.com>
2013-07-17ata: Add SATA PHY utility frameworkVasanth Ananthan
This patch adds SATA PHY utility framework APIs. The framework acts as an interface between the SATA device and the PHY device. The SATA PHY device registers itself with the framework through the APIs provided and the SATA device finds and requests for an appropriate PHY device. Signed-off-by: Vasanth Ananthan <vasanth.a@samsung.com>
2013-07-17ARM: EXYNOS5: DT Support for SATA and SATA PHYVasanth Ananthan
This patch adds Device Nodes for SATA and SATA PHY device. Signed-off-by: Vasanth Ananthan <vasanth.a@samsung.com>
2013-07-17ARM: EXYNOS: Enable XHCI support for EXYNOS5Tushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-07-17ARM: dts: Enabling dwc3-exynos driver for exynos5250Vivek Gautam
Adding DWC3 device tree node for Exynos5250 needed to parse device tree data. Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
2013-07-17ARM: dts: Add device tree bindings for dwc3-exynosVivek Gautam
Document device tree binding information as required by the Samsung' USB 3.0 controller. Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
2013-07-17ARM: dts: Enabling samsung-usb3phy driver for exynos5250Vivek Gautam
Adding usb3.0 phy node for Exynos5250 along with the necessary device data to be parsed. Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
2013-07-17linaro/configs: arndale: Enable RTC supportTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>