lintao [Wed, 16 Jul 2014 10:00:16 +0000 (18:00 +0800)]
mmc: rk_sdmmc: fix calculation of erase unbusy timeout
wlf [Wed, 16 Jul 2014 06:13:57 +0000 (14:13 +0800)]
USB: fix ep_queue request buf dma map and unmap.
1. For 0 length buf, perform dma map with length 4
to avoid kernel stack dump occurred.
2. Do dma unmap before req->complete to avoid dma
addr reused after unmapped.
wlf [Wed, 16 Jul 2014 06:09:10 +0000 (14:09 +0800)]
USB: fix otg pcd DMA allocate memory with GFP_ATOMIC.
In dwc_otg_pcd_ep_queue, allocate DMA memory for
align buf. Because dwc_otg_pcd_ep_queue can be
called in irq, so it must be used GFP_ATOMIC to
avoid sleep in irq.
hcy [Tue, 15 Jul 2014 10:24:27 +0000 (18:24 +0800)]
ddr_rk32.c: fix ddr change freq deidle bug
郭毅 [Mon, 14 Jul 2014 05:51:58 +0000 (13:51 +0800)]
rk3288: act8846: modify sd init voltage
lintao [Mon, 14 Jul 2014 03:43:27 +0000 (11:43 +0800)]
mmc: fix drv_e for sd in ultraHS sw
张晴 [Mon, 14 Jul 2014 02:50:18 +0000 (10:50 +0800)]
rk3288:act8846:modify sd init voltage
郭毅 [Fri, 11 Jul 2014 10:20:32 +0000 (18:20 +0800)]
dts: add uboot-logo-on
郭毅 [Fri, 11 Jul 2014 10:14:45 +0000 (18:14 +0800)]
dts: fix no vmmc regulator found
CMY [Fri, 11 Jul 2014 07:13:38 +0000 (15:13 +0800)]
rk: mm: CMA memory busy error may have a variety of reasons, in the larger one is:
the pages being used in the system come from CMA, and now need recycling
them for new CMA allocation, it need to allocate a new page for storing data
that will be reclaim CMA's pages, but new page may also be come from CMA memory
when memory allocate fall back to MIGRATE_CMA freelist.
Now we protect the CMA's pages in the memory fallback allocate
[ 1637.058550] alloc_contig_range test_pages_isolated(431a0, 431c0) failed
黄涛 [Thu, 10 Jul 2014 12:50:59 +0000 (20:50 +0800)]
ARM: rockchip: ddr_test: fix compilation warning
lintao [Thu, 10 Jul 2014 03:33:21 +0000 (11:33 +0800)]
mmc: update dev_e to default 8ma
郭毅 [Thu, 10 Jul 2014 02:46:11 +0000 (10:46 +0800)]
tb_8846 : default support mpu6050 for sdk_v2.0
陈亮 [Wed, 9 Jul 2014 11:30:00 +0000 (04:30 -0700)]
remove reboot_config_done flag, do not close ddrfreq thread after reboot notify, because that may cause ddrfreq_system_status_notifier_call block forever
Signed-off-by: 陈亮 <cl@rock-chips.com>
lintao [Wed, 9 Jul 2014 10:08:47 +0000 (18:08 +0800)]
mmc: support drv_e and sr modify
张晴 [Wed, 9 Jul 2014 07:16:58 +0000 (15:16 +0800)]
rk3288:tsadc:slove pull down power_hold when power on
lyz [Mon, 7 Jul 2014 11:24:02 +0000 (19:24 +0800)]
usb: update soft reset
1.add rst_flag to distinguish different reset cases
2.use new reset framework APIs
xxm [Tue, 8 Jul 2014 02:54:48 +0000 (10:54 +0800)]
rockchip:midgard:1,keep processing if fence NULL 2,version to 0x05
qjb [Tue, 8 Jul 2014 02:19:18 +0000 (10:19 +0800)]
rk616 codec : remove call function rk616_codec_power_up after
kfree rk616_priv.
dkl [Mon, 7 Jul 2014 10:22:12 +0000 (18:22 +0800)]
rockchip: dvfs: switch regulator mode dynamically as rate changes
张晴 [Mon, 7 Jul 2014 10:07:25 +0000 (18:07 +0800)]
rk3288:pmic:sdk:support new pmic hardware
lintao [Mon, 7 Jul 2014 08:41:49 +0000 (16:41 +0800)]
mmc: host: rk_sdmmc: prepare for next Soc(s)
fix edma slave config phy regs
qjb [Mon, 7 Jul 2014 07:58:53 +0000 (15:58 +0800)]
rk616 codec: fixed rk616 codec shutdown function null pointer
zsq [Sun, 6 Jul 2014 07:34:26 +0000 (15:34 +0800)]
fix rga1/rga2 mem leak when create mmu table use user malloc buf
陈亮 [Fri, 4 Jul 2014 05:51:38 +0000 (22:51 -0700)]
set screen status before and after ddr change freq
Signed-off-by: 陈亮 <cl@rock-chips.com>
黄涛 [Fri, 4 Jul 2014 04:59:57 +0000 (12:59 +0800)]
scripts/checkpatch.pl: update to
b43ae21bd1d8199df10548f3fc0d806052027f29 and enable strict default
陈亮 [Fri, 4 Jul 2014 03:58:01 +0000 (20:58 -0700)]
change ddrfreq directly in ddr_init() since lcdc is not init
Signed-off-by: 陈亮 <cl@rock-chips.com>
zwl [Fri, 4 Jul 2014 01:29:04 +0000 (09:29 +0800)]
rk screen: add the judgement if the variable rk_screen is null pointer
zwl [Thu, 3 Jul 2014 08:43:50 +0000 (16:43 +0800)]
rk616 hdmi: coding reorganize for 3.10 and clean up unused code
郭毅 [Thu, 3 Jul 2014 02:41:37 +0000 (10:41 +0800)]
tb_8846: dts : fix gpu voltage
yxj [Thu, 3 Jul 2014 01:12:44 +0000 (09:12 +0800)]
default disabled lcdc iommu in dts
黄涛 [Wed, 2 Jul 2014 11:58:15 +0000 (19:58 +0800)]
reset: rockchip: fix compilation warning
dkl [Fri, 27 Jun 2014 13:37:45 +0000 (21:37 +0800)]
rockchip: add reset-rockchip driver to support Generic Reset Controller framework
zwl [Wed, 2 Jul 2014 03:55:27 +0000 (11:55 +0800)]
rk fb: add the judgement that if the variable dev_drv is null pointer
lintao [Wed, 2 Jul 2014 01:57:08 +0000 (09:57 +0800)]
mmc: host: rk_sdmmc: no requirement to reclaim edmac in err handle routine
Signed-off-by: lintao <lintao@rock-chips.com>
Cc: xujh <xujh@rock-chips.com>
黄涛 [Tue, 1 Jul 2014 11:13:28 +0000 (19:13 +0800)]
ARM: rockchip: ft support GPU test
xxx [Tue, 1 Jul 2014 08:58:51 +0000 (16:58 +0800)]
add:ddr reg dump,resume code data align
黄涛 [Tue, 1 Jul 2014 07:57:34 +0000 (15:57 +0800)]
ARM: rockchip: pm: fix compilation warning
黄涛 [Tue, 1 Jul 2014 07:38:56 +0000 (15:38 +0800)]
ARM: rockchip: fix compilation error when SENSORS_ROCKCHIP_TSADC is not selected
黄涛 [Tue, 1 Jul 2014 07:43:00 +0000 (15:43 +0800)]
ARM: rockchip: pm-rk3288.c fix compilation warning when RK_LAST_LOG is not selected
xxx [Tue, 1 Jul 2014 07:43:34 +0000 (15:43 +0800)]
suspend:resume arm errata818325
郭毅 [Tue, 1 Jul 2014 03:05:49 +0000 (11:05 +0800)]
tb_8846 : dts: swap lcd0 and lcd1
郭毅 [Tue, 1 Jul 2014 03:03:47 +0000 (11:03 +0800)]
dts: delete rk3288-tb1.dts
zwl [Tue, 1 Jul 2014 02:32:18 +0000 (10:32 +0800)]
rk fb: add set screen status for ddr change
陈亮 [Mon, 30 Jun 2014 09:00:50 +0000 (02:00 -0700)]
auto down ldcd0 or lcdc1 dclk rate when ddr change rate.
This commit corresponds to commit
debf1d2237185a26503d737d54db730f62cf5ea5
Signed-off-by: 陈亮 <cl@rock-chips.com>
lintao [Mon, 30 Jun 2014 02:03:26 +0000 (10:03 +0800)]
mmc: host: rk_sdmmc: fix re-put count of dma
黄涛 [Mon, 30 Jun 2014 12:27:52 +0000 (20:27 +0800)]
ARM: rockchip: enable ARM_ERRATA_818325 for RK3288
黄涛 [Mon, 30 Jun 2014 12:21:22 +0000 (20:21 +0800)]
ARM: errata: Workaround for Cortex-A12 erratum 818325
On Cortex-A12 (r0p0..r0p1-00lac0-rc11), when a CPU executes a sequence of
two conditional store instructions with opposite condition code and
updating the same register, the system might enter a deadlock if the
second conditional instruction is an UNPREDICTABLE STR or STM
instruction. This workaround setting bit[12] of the Feature Register
prevents the erratum. This bit disables an optimisation applied to a
sequence of 2 instructions that use opposing condition codes.
wlf [Mon, 30 Jun 2014 09:01:12 +0000 (17:01 +0800)]
USB: fix DWC_OTG HCD disconnect bug to avoid NULL pointer.
CMY [Mon, 30 Jun 2014 06:52:36 +0000 (14:52 +0800)]
rk: ion: add caller info in snapshot if alloc failed
郭毅 [Mon, 30 Jun 2014 06:29:09 +0000 (14:29 +0800)]
Author: CMY <cmy@rock-chips.com>
rk: dts: more convenient to modify CMA region
张晴 [Mon, 30 Jun 2014 03:35:50 +0000 (11:35 +0800)]
rk3288:tsadc:support auto mode,high temp to reset cru or cut down pmic
郭毅 [Mon, 30 Jun 2014 02:30:58 +0000 (10:30 +0800)]
p977:dts: modify gpu freq to 420M
郭毅 [Mon, 30 Jun 2014 02:04:47 +0000 (10:04 +0800)]
rk3288: dts: add rk3288-tb_8846.dts for sdk v2.0
xxx [Fri, 27 Jun 2014 10:23:08 +0000 (18:23 +0800)]
fixed : ft test config
lintao [Fri, 27 Jun 2014 06:56:34 +0000 (14:56 +0800)]
mmc: core: rk_sdmmc: fix NULL pointer cause by edma complete
If card been removed after sending read cmd to it, and before its
response data sent to host, data null pointer occur.
lintao [Fri, 27 Jun 2014 01:56:52 +0000 (09:56 +0800)]
mmc: host: rk_sdmmc: fix edma src max burst size
lintao [Thu, 26 Jun 2014 13:27:48 +0000 (21:27 +0800)]
mmc: core: rk_sdmmc: prepare for next Soc(s)
Merge branch from develop-3.10-next into develop-3.10
陈亮 [Thu, 26 Jun 2014 11:27:24 +0000 (04:27 -0700)]
fix BUG: sleeping function called from invalid context at kernel/mutex.c
xxx [Thu, 26 Jun 2014 10:19:48 +0000 (18:19 +0800)]
add ft tst func
xxx [Thu, 26 Jun 2014 10:17:08 +0000 (18:17 +0800)]
add arm pll rate conf
xxx [Thu, 26 Jun 2014 10:15:27 +0000 (18:15 +0800)]
fixed not define CONFIG_PM warning
xxx [Thu, 26 Jun 2014 10:13:16 +0000 (18:13 +0800)]
ddr_rk32.c:fixed warning
CMY [Thu, 26 Jun 2014 10:01:34 +0000 (18:01 +0800)]
rk: dts: more convenient to modify CMA region
gwl [Thu, 26 Jun 2014 07:55:05 +0000 (15:55 +0800)]
WiFi:bcmdhd: fix wifi driver endless loop when initialization fail.
xxx [Thu, 26 Jun 2014 07:15:58 +0000 (15:15 +0800)]
fixed: suspend gpios setting
xxx [Thu, 26 Jun 2014 07:11:41 +0000 (15:11 +0800)]
fixed : rkpm_ddr_regs_dump
CMY [Thu, 26 Jun 2014 06:47:09 +0000 (14:47 +0800)]
rk: ion: enable CMA that placed in highmem zone by default
CMY [Thu, 26 Jun 2014 06:29:01 +0000 (14:29 +0800)]
rk: p977: adjust lowmem/vmalloc area to 496/504 MB
CMY [Thu, 26 Jun 2014 03:21:41 +0000 (11:21 +0800)]
rk: ion: Add support cma heap placed in highmem zone
Add CONFIG_ION_CMA_HIGHMEM to support cma that placed in highmem zone.
Use dma_alloc_attrs() with DMA_ATTR_NO_KERNEL_MAPPING to alloc memory from
cma heap that placed in highmem zone, and use dma_free_attrs() with
DMA_ATTR_NO_KERNEL_MAPPING to free the memory.
Use ion_heap_map_kernel/ion_heap_unmap_kernel for map/unmap to the kernel
when support cma in highmem.
CMY [Thu, 26 Jun 2014 03:18:23 +0000 (11:18 +0800)]
rk: dma-mapping: Add support DMA allocate memory without mapping
reserved DMA(CMA) regions may be large than 512MB for devices, placed it
in the highmem zone is appropriate, but according to the existing
mechanism, memory allocation with mapping will cause vmalloc area not
enough.
Now we don't do mapping if the DMA_ATTR_NO_KERNEL_MAPPING is set.
zwl [Thu, 26 Jun 2014 03:33:24 +0000 (11:33 +0800)]
rk3288 hdmi: fix some tv have no display if switch resolution several times
ywj [Thu, 26 Jun 2014 02:59:32 +0000 (10:59 +0800)]
fix some warning for mpu6050
hwg [Thu, 26 Jun 2014 02:13:06 +0000 (10:13 +0800)]
asix usb ethernet:
avoid kernel panic when alloc skb fail in lowmemory case
lintao [Tue, 24 Jun 2014 09:20:42 +0000 (17:20 +0800)]
mmc: host: rk_sdmmc: add data-over-int timeout for data_busy
If devices fall in bad state make data_busy be hold too long,
dto interrupt will not be present, which leading mmc-core wait for it forever.
[<
c06d42e4>] (__schedule+0x48c/0x554) from [<
c06d275c>] (schedule_timeout+0x1c/0x260)
[<
c06d275c>] (schedule_timeout+0x1c/0x260) from [<
c06d3c10>] (wait_for_common+0xd0/0x164)
[<
c06d3c10>] (wait_for_common+0xd0/0x164) from [<
c044a4bc>] (mmc_wait_for_req_done+0x1c/0xe0)
[<
c044a4bc>] (mmc_wait_for_req_done+0x1c/0xe0) from [<
c0453730>] (mmc_io_rw_extended+0x218/0x294)
[<
c0453730>] (mmc_io_rw_extended+0x218/0x294) from [<
c0454590>] (sdio_io_rw_ext_helper+0xc8/0x194)
[<
c0454590>] (sdio_io_rw_ext_helper+0xc8/0x194) from [<
c04546b0>] (sdio_memcpy_toio+0x1c/0x20)
[<
c04546b0>] (sdio_memcpy_toio+0x1c/0x20) from [<
c032e96c>] (sdioh_request_packet+0x664/0x7e8)
[<
c032e96c>] (sdioh_request_packet+0x664/0x7e8) from [<
c032fc78>] (sdioh_request_buffer+0x1a8/0x210)
dkl [Wed, 25 Jun 2014 12:21:16 +0000 (20:21 +0800)]
rk3288: set "rockchip,clocks-uboot-has-init" "aclk_vio0" as default.
This commit corresponds to commit
debf1d2237185a26503d737d54db730f62cf5ea5.
CMY [Tue, 24 Jun 2014 02:48:50 +0000 (10:48 +0800)]
rk: ion: fix build warning for iommu API
zyc [Wed, 25 Jun 2014 00:44:42 +0000 (08:44 +0800)]
camera: change isp ddr freq from 400M to 533M
dkl [Tue, 24 Jun 2014 10:00:38 +0000 (18:00 +0800)]
clk: rk3288: modify RK3288_LIMIT_PLL_VIO0/1
This commit corresponds to commit
debf1d2237185a26503d737d54db730f62cf5ea5.
xxm [Tue, 24 Jun 2014 08:42:20 +0000 (16:42 +0800)]
rockchip:midgard:1,katom->fence NULL workaround 2,version to 4
ddl [Tue, 24 Jun 2014 07:24:06 +0000 (15:24 +0800)]
camsys: v0.e.0
陈亮 [Tue, 24 Jun 2014 06:11:32 +0000 (23:11 -0700)]
disable vdd_gpu when early suspend
Signed-off-by: 陈亮 <cl@rock-chips.com>
zwl [Tue, 24 Jun 2014 06:15:09 +0000 (14:15 +0800)]
rk3288 dts: modify lcdc0 as prmry(LCD) and lcdc1 as extend(HDMI) that just used for MID
zwl [Tue, 24 Jun 2014 02:58:17 +0000 (10:58 +0800)]
rk fb: modify the judgement of vertical screen for hdmi
xxm [Tue, 24 Jun 2014 02:51:07 +0000 (10:51 +0800)]
rockchip:iommu:fix compiling warning when iommu enabled
lin tao [Tue, 24 Jun 2014 02:15:34 +0000 (10:15 +0800)]
mmc: host: rk_sdmmc: clk_prepare/unprepare should be used in non-atomic context
lyz [Tue, 24 Jun 2014 01:02:18 +0000 (09:02 +0800)]
usb: dwc_otg: fix BUG: scheduling while atomic
黄涛 [Mon, 23 Jun 2014 11:22:25 +0000 (19:22 +0800)]
wlf [Mon, 23 Jun 2014 09:46:59 +0000 (17:46 +0800)]
USB: Fix usb battery charger detect bug.
In some case, if usb connect with otg cable,
and set OTG_VBUS_DRV high to output 5V,it
will lead to usb bc detecting wrongly.
Check otg_id to avoid this bug.
wlf [Mon, 23 Jun 2014 07:20:24 +0000 (15:20 +0800)]
USB: Fix RK3288 USB HOST2(DWC_OTG) remote wakeup bug.
When the HOST2 DWC_OTG core detects a USB remote wakeup
sequence, the core starts driving resume signal but
the usb phy is halted. So try to do soft reset phy.
黄涛 [Mon, 23 Jun 2014 06:25:05 +0000 (14:25 +0800)]
ARM: rockchip: support reboot fastboot
CMY [Mon, 23 Jun 2014 02:11:35 +0000 (10:11 +0800)]
rk: lowmemorykiller: calculator free pages exclude CMA's free
zsq [Mon, 23 Jun 2014 02:11:28 +0000 (10:11 +0800)]
rga2 driver add x_mirr/y_mirr feature support
zwl [Fri, 20 Jun 2014 03:38:20 +0000 (11:38 +0800)]
rk fb: modify fb rotate config read from dts
zwl [Thu, 19 Jun 2014 13:05:45 +0000 (21:05 +0800)]
rk fb: modify get_prmry_screen_ft in case ft is zero
hwg [Thu, 19 Jun 2014 07:34:41 +0000 (15:34 +0800)]
update rkwifi driver to version 4.80.WFD.OOB
use pre alloc memory for driver, solve memory alloc fail problem
lyz [Thu, 19 Jun 2014 03:42:25 +0000 (11:42 +0800)]
usb: dwc_otg hcd driver: fix a race condition
When pannic occurs,
PC is at dwc_otg_hcd_urb_enqueue+0x118/0x184
LR is at dwc_otg_hcd_urb_enqueue+0xf4/0x184
There may be more than one threads running function
dwc_otg_hcd_urb_enqueue().So we should use a spinlock to protect the
dwc_otg_qh_t struct against a use-after-free bug.
xxm [Thu, 19 Jun 2014 02:40:55 +0000 (10:40 +0800)]
Told to update this issue to avoid midgard compile warning
陈亮 [Wed, 18 Jun 2014 12:15:42 +0000 (05:15 -0700)]
ddr_freq: fix Division by zero in kernel
陈亮 [Wed, 18 Jun 2014 02:01:42 +0000 (19:01 -0700)]
rk3288: new ddrfreq policy, change freq by vop request