index
:
kernel_samsung_tuna.git
replicant-4.2
replicant-6.0
kernel/samsung/tuna
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
OMAP2/3 MMC: initial conversion to runtime PM
Kevin Hilman
2011-07-14
1
-79
/
+84
|
*
|
GPIO: OMAP2+: allow level/edge triggering
Girish S Ghongdemath
2011-07-14
1
-1
/
+2
|
*
|
GPIO: OMAP: restore context only if previously saved
Axel Haslam
2011-07-14
1
-2
/
+5
|
*
|
GPIO: OMAP2+: Clean prepare_for_idle and resume_after_idle
Tarun Kanti DebBarma
2011-07-14
1
-147
/
+160
|
*
|
GPIO: OMAP: Use PM runtime framework
Charulatha V
2011-07-14
1
-20
/
+80
|
*
|
GPIO: OMAP: Fix bankwidth for OMAP7xx MPUIO
Charulatha V
2011-07-14
1
-1
/
+1
|
*
|
GPIO: OMAP: Remove bank->method & METHOD_* macros
Charulatha V
2011-07-14
6
-36
/
+10
|
*
|
GPIO: OMAP: Fix use of readl/readw to access isr_reg
Charulatha V
2011-07-14
1
-3
/
+5
|
*
|
GPIO: OMAP15xx: Use pinctrl offset instead of macro
Charulatha V
2011-07-14
3
-5
/
+5
|
*
|
GPIO: OMAP: Clean omap_gpio_mod_init function
Charulatha V
2011-07-14
3
-40
/
+84
|
*
|
GPIO: OMAP: Clean set_gpio_triggering function
Tarun Kanti DebBarma
2011-07-14
6
-91
/
+47
|
*
|
GPIO: OMAP: Remove hardcoded offsets in ctxt save/restore
Tarun Kanti DebBarma
2011-07-14
3
-22
/
+23
|
*
|
GPIO: OMAP: Use level/edge detect reg offsets
Tarun Kanti DebBarma
2011-07-14
3
-82
/
+48
|
*
|
GPIO: OMAP: Use wkup regs off/suspend support flag
Tarun Kanti DebBarma
2011-07-14
4
-102
/
+41
|
*
|
GPIO: OMAP: Avoid cpu checks during module ena/disable
Charulatha V
2011-07-14
3
-30
/
+26
|
*
|
GPIO: OMAP2+: Make non-wakeup GPIO part of pdata
Charulatha V
2011-07-14
3
-7
/
+10
|
*
|
GPIO: OMAP: Handle save/restore ctx in GPIO driver
Charulatha V
2011-07-14
4
-89
/
+71
|
*
|
GPIO: OMAP: Fix pwrdm_post_transition call sequence
Charulatha V
2011-07-14
1
-3
/
+4
|
*
|
GPIO: OMAP: Make gpio_context part of gpio_bank structure
Charulatha V
2011-07-14
1
-42
/
+34
|
*
|
GPIO: OMAP2+: Use flag to identify wakeup domain
Charulatha V
2011-07-14
3
-7
/
+13
|
*
|
GPIO: OMAP: Remove dependency on gpio_bank_count
Tarun Kanti DebBarma
2011-07-14
6
-102
/
+80
|
*
|
GPIO: OMAP: cleanup show revision, remove cpu_is checks, display only once
Kevin Hilman
2011-07-14
6
-8
/
+15
|
*
|
GPIO: OMAP: debounce remove SoC specific registers, use pdata
Kevin Hilman
2011-07-14
3
-12
/
+9
|
*
|
GPIO: OMAP: cleanup _set_gpio_wakeup(), remove ifdefs
Tarun Kanti DebBarma
2011-07-14
1
-34
/
+16
|
*
|
GPIO: OMAP: remove useless gpio_valid() & check_gpio() checks
Kevin Hilman
2011-07-14
1
-45
/
+0
|
*
|
GPIO: OMAP: convert MPUIO IRQ over to generic irq_chip
Kevin Hilman
2011-07-14
1
-44
/
+35
|
*
|
GPIO: OMAP: conslidate enable/disable of GPIO IRQs, remove ifdefs
Kevin Hilman
2011-07-14
6
-99
/
+54
|
*
|
GPIO: OMAP: consolidate IRQ status handling, remove #ifdefs
Kevin Hilman
2011-07-14
6
-61
/
+17
|
*
|
GPIO: OMAP: consolidate direction, input, output, remove #ifdefs
Kevin Hilman
2011-07-14
6
-200
/
+121
|
*
|
GPIO: OMAP: remove get_gpio_bank()
Charulatha V
2011-07-14
1
-27
/
+2
|
*
|
GPIO: OMAP: replace get_gpio_index() by using bank width
Kevin Hilman
2011-07-14
1
-25
/
+17
|
*
|
GPIO: OMAP: _get_gpio_irqbank_mask: replace hard-coded mask with bank->width
Kevin Hilman
2011-07-14
1
-7
/
+1
|
*
|
GPIO: OMAP: move bank width into struct gpio_bank
Kevin Hilman
2011-07-14
1
-7
/
+6
|
*
|
GPIO: OMAP: remove MPUIO handling from _clear_gpio_irqbank()
Kevin Hilman
2011-07-14
1
-6
/
+0
|
*
|
GPIO: OMAP: _clear_gpio_irqbank: fix flushing of posted write
Kevin Hilman
2011-07-14
1
-2
/
+1
|
*
|
OMAP: dmtimer: Off mode support
Tarun Kanti DebBarma
2011-07-14
3
-29
/
+188
|
*
|
OMAP: dmtimer: use mutex instead of spinlock
Tarun Kanti DebBarma
2011-07-14
1
-16
/
+11
|
*
|
OMAP: dmtimer: add timeout to low-level routines
Tarun Kanti DebBarma
2011-07-14
1
-8
/
+27
|
*
|
OMAP: dmtimer: pm_runtime support
Tarun Kanti DebBarma
2011-07-14
1
-2
/
+7
|
*
|
dmtimer: switch-over to platform device driver
Tarun Kanti DebBarma
2011-07-14
8
-255
/
+197
|
*
|
OMAP: dmtimer: platform driver
Tarun Kanti DebBarma
2011-07-14
2
-6
/
+152
|
*
|
OMAP2+: dmtimer: convert to platform devices
Tarun Kanti DebBarma
2011-07-14
5
-1
/
+231
|
*
|
OMAP1: dmtimer: conversion to platform devices
Tarun Kanti DebBarma
2011-07-14
5
-62
/
+206
|
*
|
OMAP4: hwmod data: add dmtimer version information
Tarun Kanti DebBarma
2011-07-14
2
-0
/
+5
|
*
|
OMAP2+: dmtimer: add device names to flck nodes
Tarun Kanti DebBarma
2011-07-14
4
-43
/
+173
*
|
|
Merge branch 'linux-omap-audio-3.0' into linux-omap-3.0
Simon Wilson
2011-07-14
6
-19
/
+54
|
\
\
\
|
*
|
|
MFD: twl6040-codec: assign platform data size to mfd cell
UK KIM
2011-07-14
1
-0
/
+2
|
*
|
|
ASoC: sdp4430: Configure modem's McBSP port for BT call
Misael Lopez Cruz
2011-07-14
1
-2
/
+16
|
*
|
|
OMAP4: McBSP: Set clks_prcm_src based on instance id
Misael Lopez Cruz
2011-07-14
1
-3
/
+3
|
*
|
|
ASoC: sdp4430: Split BT backend DAI link for UL and DL
Misael Lopez Cruz
2011-07-14
2
-3
/
+21
[prev]
[next]