| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
if clock and interface is set on status of amp opened, pop noise occurs.
codec driver works by PCM Stream.
strange value name was changed from old base code.
Signed-off-by: UK KIM <w0806.kim@samsung.com>
Change-Id: Ia88b6b79fcc82900bb5411bf9bc786afe6b01f42
|
|
|
|
|
|
|
| |
It is working with serial driver by wake_peer func.
Change-Id: Ie2fe21b7569ee993f541b71d49222aefea25d813
Signed-off-by: DooHyunHwang <dh0421.hwang@samsung.com>
|
|
|
|
|
|
|
|
| |
add herring-btlpm driver
remove gpio_request about BT_WAKE in herring-rfkill.c
Change-Id: Id3a85d567c751d03b3a1209a9e511a3c3f06bf69
Signed-off-by: DooHyunHwang <dh0421.hwang@samsung.com>
|
|
|
|
|
|
|
| |
added a changed file that is using renamed header file
Change-Id: I3e6e3c115d7909a5c43cf96028896b212939a8fa
Signed-off-by: DooHyunHwang <dh0421.hwang@samsung.com>
|
|
|
|
| |
Signed-off-by: Brian Swetland <swetland@google.com>
|
|
|
|
|
| |
Change-Id: Iab5e3457a8ae8f14bd5bc941c41e4893c0e547d3
Signed-off-by: Arve Hjønnevåg <arve@android.com>
|
|
|
|
|
| |
Change-Id: I8353188674bc01a47e3d2d1d5b0720c6dbbcf103
Signed-off-by: Arve Hjønnevåg <arve@android.com>
|
|
|
|
|
|
|
| |
Also calls fiq_glue_resume
Change-Id: I387cac0ea9ea2b1bea43053a699adf6b9ebdc203
Signed-off-by: Arve Hjønnevåg <arve@android.com>
|
|
|
|
|
|
|
| |
Adding the new MaxTouch 224 driver to the herring board file
Change-Id: I623f77d206293ac58db7ec296555f024554a3a0f
Signed-off-by: Rom Lemarchand <rlemarchand@sta.samsung.com>
|
|
|
|
|
|
|
| |
Adding driver to support the Atmel MaxTouch 224 multi-touch controller.
Change-Id: Ibf8de98c1f102e09f6204e7b57e49bcaf154f0af
Signed-off-by: Rom Lemarchand <rlemarchand@sta.samsung.com>
|
|
|
|
|
|
|
| |
Removing old touchscreen initialization code from the board file
Change-Id: Idba871882bd79267e7ef0d49847a3df831da44f2
Signed-off-by: Rom Lemarchand <rlemarchand@sta.samsung.com>
|
|
|
|
|
| |
Change-Id: I0d96d860b061049e7a062de63df5b718b0e22bb8
Signed-off-by: tim.sk.lee <tim.sk.lee@samsung.com>
|
|
|
|
|
|
|
|
| |
In some cases like switching both wlan mode (STA <-> AP), detecting mmc could be fail.
So we need more delay(15 msec) for being ready.
(Though we add extra delay, total enabling time will be shorter, since reducing some delay at mmc side.)
Signed-off-by: w12.lee <w12.lee@samsung.com>
|
|
|
|
|
|
|
| |
an IRQ or FIQ
Change-Id: I1ac9b992b7fe31d392578334d47227363bcac685
Signed-off-by: Arve Hjønnevåg <arve@android.com>
|
|
|
|
|
| |
Change-Id: I563a1a3282bcbf696a8eb97590d6a1d98c381c21
Signed-off-by: Arve Hjønnevåg <arve@android.com>
|
|
|
|
|
| |
Change-Id: Ic202a15de6370f11eb9f857501572a45d0e6415b
Signed-off-by: Arve Hjønnevåg <arve@android.com>
|
|
|
|
|
|
|
|
|
| |
Some other platforms use NULL as the id when a single clock is associated
with a device. The samsung clk_get function crashed when a driver tried
get this clock.
Change-Id: I1ca3de145ada10b8fc0c7a9036de89c84f6e4b70
Signed-off-by: Arve Hjønnevåg <arve@android.com>
|
|
|
|
|
| |
Change-Id: Ia2d62c38eb05d46e13ef02edc8067b2e89293396
Signed-off-by: tim.sk.lee <tim.sk.lee@samsung.com>
|
|
|
|
|
|
|
| |
Remove clk_get, clk_enable, ioremap function in arch_reset.
Change-Id: Ibd338b59d2746069bbc65a873d8962bb5b1a391b
Signed-off-by: huisung.kang <hs1218.kang@samsung.com>
|
|
|
|
|
| |
Change-Id: Ie463316f4edfc7e5dd672f796165b3b7ab8aac34
Signed-off-by: DooHyunHwang <dh0421.hwang@samsung.com>
|
|
|
|
|
|
|
| |
I2C for NFC has external pullup resistors already.
Change-Id: I3d454ef345d14052292ee0601bff78ea38eae496
Signed-off-by: Mike J. Chen <mjchen@sta.samsung.com>
|
|
|
|
|
|
|
|
|
|
| |
Add sec_jack headset/earjack driver to board file. Also
add changes needed for audio codec because audio jack and
audio codec share a mic bias gpio in current HW (but not
in next HW).
Change-Id: I181b4548b52bdd3feaea68f0e19282e22c469fa4
Signed-off-by: Mike J. Chen <mjchen@sta.samsung.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In current Herring hw, the gpio used for mic bias is shared between
the audio driver for the main mic bias, and the headset jack driver
for headset mic bias. This will be split in Rev1.0 HW, but to support
both, change the audio driver to use a function ptr so we can customize
handling based on board rev in the board file.
Also cleaned up problems in error handling in _probe, and get rid of
global pdata.
Change-Id: Ic0b7f656a72cd3e9544bd358e2c949c302912a0b
Signed-off-by: Mike J. Chen <mjchen@sta.samsung.com>
|
|
|
|
|
| |
Change-Id: I0778da8b4cc1c6156d21d2054c247cdb677cf9c4
Signed-off-by: Minsong Kim <ms17.kim@samsung.com>
|
|
|
|
|
|
|
| |
Fix compile warnning.
Change-Id: Ie220b10ecfd4bba306df7def5f4ec56ac6b2486f
Signed-off-by: Choi jonghwan <jhbird.choi@samsung.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Now, after enabling bcm4329 pin to high at machine side,
probing mmc2 starts too early by dhd driver side even if the firmware for AP mode(soft AP) is not ready.
So, we can hardly enable bcm4329 for soft AP.
It must be guaranteed that downloading firmware for soft AP to a module be ready,
before bcm4329 driver calls sdioh_start() in wl_iw.
So a device waits a several mile seconds (need msleep(25) at least),
after setting wlan pins to high in wlan_power_en() to be ready for AP mode firmware.
Change-Id: I415f0dd4ec87ca28a9c0143944c014b93e049e87
Signed-off-by: w12.lee <w12.lee@samsung.com>
|
|
|
|
| |
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
|
|
|
| |
Signed-off-by: Simon Wilson <simonwilson@google.com>
|
|
|
|
|
|
|
| |
Add USB switch irq on i2c board info
Change-Id: I8a14eee3d9ab1242edb214819d9f1f9f33adc458
Signed-off-by: sb223.kang <sb223.kang@samsung.com>
|
|
|
|
|
|
|
|
|
|
| |
Set MMC_PM_KEEP_POWER flag for SDIO device before suspending.
So, SDIO device can restore its informations on resume.
It can resolve wlan resuming issue.
Change-Id: Ic61a8cfb78a15b774bde6f68fd9adcaa43041b40
Signed-off-by: w12.lee <w12.lee@samsung.com>
|
|
|
|
|
|
|
|
|
|
| |
enable/disable sdc irq instead of request/free,
mask all sdc interrupts on suspend
merged from project kernel/tegra by Change-Id: I40e12bf414cb4b107c687aa7256b4b8f3e2cd926
Change-Id: If8706a6f469df11036c80811b16162db3a0bb988
Signed-off-by: w12.lee <w12.lee@samsung.com>
|
|
|
|
|
|
| |
Patch: Near Field Communication Driver
Signed-off-by: Jin Ho Kim <jinho96.kim@samsung.com>
|
|
|
|
|
|
|
|
|
| |
Exposes a char device node to the controller.
Original driver from Trusted Logic with assorted fixes from Google.
Signed-off-by: Nick Pelly <npelly@google.com>
Signed-off-by: Erik Gilling <konkers@android.com>
|
|
|
|
|
|
|
|
| |
Turn vibrator off from a workqueue in order to prevent issues when disabling
pwm from interrupt context
Change-Id: Iba5d8452beaed75facec976d0b8f43cf14e91d64
Signed-off-by: Rom Lemarchand <rlemarchand@sta.samsung.com>
|
|
|
|
|
|
|
| |
Remove duplicated jpeg clock setting and modify control bit.
Change-Id: I791baf9b80ef4c99cab13f38ae84bf2ec259b03a
Signed-off-by: huisung.kang <hs1218.kang@samsung.com>
|
|
|
|
|
| |
Change-Id: I969cb3b0184f22dcbc99cc98d72773db05d4409e
Signed-off-by: Minsu Kim <minsu78.kim@samsung.com>
|
|
|
|
|
| |
Change-Id: I2c923f63685e23319bffcc2003f995d26f16cc2a
Signed-off-by: tim.sk.lee <tim.sk.lee@samsung.com>
|
|
|
|
|
|
|
| |
Add a jpeg platform data.
Change-Id: Ie641b0f5240d33bc004cbebb8ded19e4ffe5fdbd
Signed-off-by: Choi jonghwan <jhbird.choi@samsung.com>
|
|
|
|
|
|
|
| |
Fix compile warnning.
Change-Id: Ic93d728b9b1394030c9632d85bec918acae0a00b
Signed-off-by: Choi jonghwan <jhbird.choi@samsung.com>
|
|
|
|
|
| |
Change-Id: Ib68e4d4be8b7bebe2ec16a1c032d10885a8ee571
Signed-off-by: huisung.kang <hs1218.kang@samsung.com>
|
|
|
|
|
|
|
| |
Code clean up. Get parameters from board file.
Change-Id: I8864fcb30320c884a831b6d593419b963c217a61
Signed-off-by: Choi jonghwan <jhbird.choi@samsung.com>
|
|
|
|
|
| |
Change-Id: Idc61f145a52a6a31fe4257135c756f7baa0185ec
Signed-off-by: tim.sk.lee <tim.sk.lee@samsung.com>
|
|
|
|
|
| |
Change-Id: I1bd9a654c94cc6c396367dea8a48faf9b8fa0cb0
Signed-off-by: Minsu Kim <minsu78.kim@samsung.com>
|
|
|
|
|
|
|
| |
The system has fully specified constraints.
Change-Id: I4d8d91c501963c8f1b753f9d95329a0378d315fc
Signed-off-by: huisung.kang <hs1218.kang@samsung.com>
|
|
|
|
|
|
|
| |
Before setting register value to timer, clock should be enabled
Change-Id: I86f1925df7822dbe7daa7c574413901a61ef6151
Signed-off-by: kyoungheon <kyoungheon@samsung.com>
|
|
|
|
|
|
|
| |
Removing useless initialization code from the herring board file
Change-Id: Ib1fe690cea85c81dd95fc75cc2adca0fd14ccf4d
Signed-off-by: Rom Lemarchand <rlemarchand@sta.samsung.com>
|
|
|
|
|
|
|
| |
Fix compile warnning.
Change-Id: I3fcdf2eb628a223f990407fe435ce6626a3975cc
Signed-off-by: Choi jonghwan <jhbird.choi@samsung.com>
|
|
|
|
|
|
|
| |
Fix compile warnning.
Change-Id: I5e5de135f14f4489c0aeb60815d1c0a51ab1766f
Signed-off-by: Choi jonghwan <jhbird.choi@samsung.com>
|
|
|
|
|
|
|
| |
Adujst timing and DC Level value on C11X USB HS block
Change-Id: I9038acc041e3a300b2d6f5b4e8f1a8b76883a86e
Signed-off-by: sb223.kang <sb223.kang@samsung.com>
|
|
|
|
|
|
|
| |
Change regulator name for usb power
Change-Id: I664d14fbba00f6dc050cd2066ef3a651e9cc1042
Signed-off-by: sb223.kang <sb223.kang@samsung.com>
|