index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM: DT: tegra: Add Tegra30 Beaver board support
Bryan Wu
2013-01-28
3
-0
/
+376
*
ARM: DT: tegra: Add board level compatible properties
Bryan Wu
2013-01-28
1
-6
/
+23
*
ARM: tegra: paz00: enable HDMI port
Stephen Warren
2013-01-28
1
-4
/
+16
*
ARM: tegra: ventana: enable HDMI port
Stephen Warren
2013-01-28
1
-4
/
+16
*
ARM: tegra: seaboard: enable HDMI port
Stephen Warren
2013-01-28
1
-3
/
+15
*
ARM: tegra: trimslice: add gpio-poweroff node to DT
Stephen Warren
2013-01-28
1
-0
/
+10
*
ARM: DT: tegra: Unify the description of Tegra20 boards
Bryan Wu
2013-01-28
3
-3
/
+3
*
ARM: tegra: dts: add aliases and DMA requestor for serial controller
Laxman Dewangan
2013-01-28
2
-10
/
+51
*
ARM: tegra30: tegra30 gpio is not compatible with tegra20 gpio
Laxman Dewangan
2013-01-28
1
-1
/
+1
*
ARM: tegra: Add initial support for Tegra114 SoC.
Hiroshi Doyu
2013-01-28
4
-0
/
+60
*
ARM: dt: tegra114: Add new board, Pluto
Hiroshi Doyu
2013-01-28
2
-1
/
+23
*
ARM: dt: tegra114: Add new board, Dalmore
Hiroshi Doyu
2013-01-28
2
-1
/
+23
*
ARM: dt: tegra114: Add new SoC base, Tegra114 SoC
Hiroshi Doyu
2013-01-28
1
-0
/
+114
*
ARM: tegra: fuse: Add chip ID Tegra114 0x35
Hiroshi Doyu
2013-01-28
1
-0
/
+1
*
Merge branch 'for-3.9/scu-base-rework' into for-3.9/soc-t114
Stephen Warren
2013-01-28
12
-68
/
+141
|
\
|
*
ARM: OMAP: Make use of available scu_a9_get_base() interface
Santosh Shilimkar
2013-01-28
2
-2
/
+1
|
*
ARM: tegra: Skip scu_enable(scu_base) if not Cortex A9
Hiroshi Doyu
2013-01-28
1
-3
/
+2
|
*
ARM: Add API to detect SCU base address from CP15
Hiroshi Doyu
2013-01-28
1
-0
/
+17
|
*
ARM: tegra: Use DT /cpu node to detect number of CPU core
Hiroshi Doyu
2013-01-28
1
-15
/
+0
|
*
ARM: tegra: Add CPU nodes to Tegra30 device tree
Hiroshi Doyu
2013-01-28
1
-0
/
+29
|
*
ARM: tegra: Add CPU nodes to Tegra20 device tree
Hiroshi Doyu
2013-01-28
1
-0
/
+17
|
*
Merge remote-tracking branch 'korg_arm-soc/depends/rmk-perf' into for-3.9/scu...
Stephen Warren
2013-01-28
6
-49
/
+75
|
|
\
|
|
*
ARM: perf: simplify __hw_perf_event_init err handling
Mark Rutland
2013-01-18
1
-5
/
+3
|
|
*
ARM: perf: remove unnecessary checks for idx < 0
Mark Rutland
2013-01-18
1
-8
/
+0
|
|
*
ARM: perf: handle armpmu_register failing
Mark Rutland
2013-01-18
1
-5
/
+10
|
|
*
ARM: perf: don't pretend to support counting of L1I writes
Will Deacon
2013-01-16
3
-12
/
+12
|
|
*
ARM: perf: remove redundant NULL check on cpu_pmu
Will Deacon
2013-01-14
1
-1
/
+1
|
|
*
ARM: Use implementor and part defines from cputype.h
Christoffer Dall
2013-01-11
1
-18
/
+16
|
|
*
ARM: Define CPU part numbers and implementors
Christoffer Dall
2013-01-11
1
-0
/
+33
|
|
/
*
|
ARM: tegra20: cpuidle: apply coupled cpuidle for powered-down mode
Joseph Lo
2013-01-28
5
-9
/
+192
*
|
ARM: tegra20: flowctrl: add support for cpu_suspend_enter/exit
Joseph Lo
2013-01-28
2
-5
/
+37
*
|
clk: tegra20: Implementing CPU low-power function for tegra_cpu_car_ops
Joseph Lo
2013-01-28
1
-0
/
+93
*
|
ARM: tegra20: cpuidle: add powered-down state for secondary CPU
Joseph Lo
2013-01-28
4
-4
/
+259
*
|
ARM: tegra: add pending SGI checking API
Joseph Lo
2013-01-28
2
-0
/
+37
*
|
usb: host: tegra: don't touch EMC clock
Stephen Warren
2013-01-28
1
-17
/
+0
*
|
usb: add APIs to access host registers from Tegra PHY
Venu Byravarasu
2013-01-28
3
-43
/
+59
*
|
USB: PHY: tegra: Get rid of instance number to differentiate PHY type
Venu Byravarasu
2013-01-28
2
-14
/
+15
*
|
USB: PHY: tegra: get rid of instance number to differentiate legacy controller
Venu Byravarasu
2013-01-28
2
-17
/
+16
*
|
ARM: tegra: add clocks properties to USB PHY nodes
Stephen Warren
2013-01-28
1
-0
/
+6
*
|
ARM: tegra: add DT nodes for Tegra USB PHY
Venu Byravarasu
2013-01-28
3
-0
/
+37
*
|
usb: phy: remove unused APIs from Tegra PHY.
Venu Byravarasu
2013-01-28
2
-17
/
+0
*
|
usb: host: tegra: Resetting PORT0 based on information received via DT.
Venu Byravarasu
2013-01-28
1
-1
/
+5
*
|
ARM: tegra: Add new DT property to USB node.
Venu Byravarasu
2013-01-28
2
-0
/
+3
*
|
usb: phy: use kzalloc to allocate struct tegra_usb_phy
Venu Byravarasu
2013-01-28
1
-1
/
+1
*
|
ARM: tegra: remove USB address related macros from iomap.h
Venu Byravarasu
2013-01-28
2
-12
/
+3
*
|
clk: tegra30: remove unused TEGRA_CLK_DUPLICATE()s
Prashant Gaikwad
2013-01-28
1
-70
/
+0
*
|
clk: tegra20: remove unused TEGRA_CLK_DUPLICATE()s
Prashant Gaikwad
2013-01-28
1
-17
/
+0
*
|
ARM: tegra30: remove auxdata
Prashant Gaikwad
2013-01-28
1
-30
/
+1
*
|
ARM: tegra20: remove auxdata
Prashant Gaikwad
2013-01-28
1
-24
/
+0
*
|
ASoC: tegra: remove auxdata
Prashant Gaikwad
2013-01-28
1
-12
/
+2
[next]