An error occurred fetching the project authors.
- 20 Jul, 2011 5 commits
-
-
Seungwon Jeon authored
This patch adds platform device for Synopsys DesignWare Multimedia Card Interface driver. Signed-off-by:
Seungwon Jeon <tgih.jun@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
MyungJoo Ham authored
MAX8997/17042, which are used by Exynos4-NURI, use additional IRQ numbers after GPIO's IRQs. The patch creates some room for those devices. Signed-off-by:
MyungJoo Ham <myungjoo.ham@samsung.com> Signed-off-by:
Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
MyungJoo Ham authored
Signed-off-by:
MyungJoo Ham <myungjoo.ham@samsung.com> Signed-off-by:
Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
Changhwan Youn authored
External GIC cannot support PPI (Private Peripheral Interrupt) for ARM private timers. Thus MCT should be selected as clock event timers by default. Signed-off-by:
Changhwan Youn <chaos.youn@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
Changhwan Youn authored
To support external GIC needs to update mapping of interrupt number. This patch modifies it for external GIC and accordingly removes the unused code. Signed-off-by:
Changhwan Youn <chaos.youn@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 15 Mar, 2011 1 commit
-
-
Marek Szyprowski authored
This patch adds support for gpio interrupts on Samsung EXYNOS4 platform. Common s5p-gpioint.c code is used for handling gpio interrupts. Each gpio line that needs gpio interrupt support must be later registered with s5p_register_gpio_interrupt() function. Signed-off-by:
Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by:
Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 11 Mar, 2011 2 commits
-
-
Sylwester Nawrocki authored
Add support for fourth FIMC platform device definition and define resources for FIMC modules on EXYNOS4 machines. Signed-off-by:
Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by:
Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by:
Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
Changhwan Youn authored
This patch adds IRQ_MCT_G0 to irq map. IRQ_MCT_G0 is an interrupt of MCT comparator and used for kernel global timer. Signed-off-by:
Changhwan Youn <chaos.youn@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 22 Feb, 2011 1 commit
-
-
Kukjin Kim authored
This patch updates IRQ part of EXYNOS4 according to the change of ARCH name, EXYNOS4. Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 13 Jan, 2011 1 commit
-
-
Donguk Ryu authored
This patch adds support System MMU which supports address transition from virtual address to physical address. Basically, each hardware block is connected System MMU block can use directly vitrual address when it accesses physical memory not using physical address. Signed-off-by:
Donguk Ryu <du.ryu@samsung.com> Signed-off-by:
Sangbeom Kim <sbkim73@samsung.com> [kgene.kim@samsung.com: removed useless codes] Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 30 Dec, 2010 1 commit
-
-
Sylwester Nawrocki authored
Add IRQ and register base address definitions for MIPI CSI slave devices. Signed-off-by:
Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by:
Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 08 Dec, 2010 1 commit
-
-
Changhwan Youn authored
This patch adds IRQ_MCT0, IRQ_MCT1, IRQ_MCT_L0, and IRQ_MCT_L1. (MCT: Multi-Core Timer). And updated MAX_COMBINER_NR. Signed-off-by:
Changhwan Youn <chaos.youn@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 18 Nov, 2010 1 commit
-
-
Jassi Brar authored
Samsung's Soc S5PV310 has three PL330 DMACs. First is dedicated for Memory->Memory data transfer while the other two meant for data transfer with peripherals. Define and add latter two PL330 DMACs as platform devices on the S5PV310 platform. Signed-off-by:
Jassi Brar <jassi.brar@samsung.com> Acked-by:
Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by:
Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 25 Oct, 2010 4 commits
-
-
Jongsun Han authored
This patch adds the definition for both IRQs and GPIO registers for external interrupts. Signed-off-by:
Jongsun Han <jongsun.han@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
Jongpill Lee authored
This patch adds GPIOlib support for S5PV310 and S5PC210. Signed-off-by:
Jongpill Lee <boyko.lee@samsung.com> Signed-off-by:
Sangbeom Kim <sbkim73@samsung.com> [kgene.kim@samsung.com: Fix NR_IRQS] Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
Jongpill Lee authored
This patch updates MAX_COMBINER_NR from 39 to 40 because S5PV310 need 39th combiner for including EINT16_31. Signed-off-by:
Jongpill Lee <boyko.lee@samsung.com> Signed-off-by:
Sangbeom Kim <sbkim73@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
Kyungmin Park authored
S5PV310 and S5PC210 support total 8 (+ 1 dedicated for HDMI) I2C devices. Signed-off-by:
Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by:
Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 20 Oct, 2010 2 commits
-
-
Changhwan Youn authored
This patch adds support RTC for S5PV310 and S5PC210. Signed-off-by:
Changhwan Youn <chaos.youn@samsung.com> Signed-off-by:
Jemings Ko <jemings@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
Kukjin Kim authored
This patch changes the 3rd HSMMC interrupt name for compatibility from IRQ_MMC to IRQ_HSMMC3. Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 18 Oct, 2010 1 commit
-
-
Kukjin Kim authored
This patch moves OneNAND device definitions from mach-s5pv210 to plat-s5p so that can support it commonly. Note: S5PC110 and S5PC210 have same OneNAND driver. Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com> Cc: Kyungmin Park <kyungmin.park@samsung.com>
-
- 27 Aug, 2010 1 commit
-
-
Kukjin Kim authored
This patch fixes typo 'IRQ_WTD' in the irqs.h of S5PV310. And minor update comments. Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-
- 05 Aug, 2010 1 commit
-
-
Changhwan Youn authored
This patch adds IRQ support for S5PV310. ARM GIC is installed in S5PV310 instead of VIC which is in every other CPUs in S5P series. Several irq combiners are used to resolve the lack of irq lines in current implementation. Signed-off-by:
Changhwan Youn <chaos.youn@samsung.com> Signed-off-by:
Hyuk Lee <hyuk1.lee@samsung.com> Signed-off-by:
Kukjin Kim <kgene.kim@samsung.com>
-