Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
39c6d2d1d743b8c925abae7043acc35e6cdc0051
/
arch
/
arm
/
mach-davinci
/
dm646x.c
39c6d2d
ARM: davinci: create new common platform header for davinci
by Manjunath Hadli
· 13 years ago
3d09140
ARM: davinci: dm646x: move private definitions to C file
by Manjunath Hadli
· 13 years ago
c6121dd
ARM: 7190/1: restart: davinci: use new restart hook
by Sekhar Nori
· 13 years ago
9ab409e
ARM: davinci: dm646x does not have a DSP domain
by Sekhar Nori
· 13 years ago
3e965b1
Merge branch 'next/fixes' into next/cleanup
by Arnd Bergmann
· 13 years ago
f23fe85
ARM: davinci: Explicitly set channel controllers' default queues
by Ido Yariv
· 13 years ago
5f3fcf9
ARM: 7040/1: mach-davinci: break out GPIO driver specifics
by Linus Walleij
· 13 years ago
ae4c42e
Merge branch 'next/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc
by Linus Torvalds
· 13 years ago
56e580d
davinci: dm6467/T EVM: fix setting up of reference clock rate
by Sekhar Nori
· 14 years ago
b7f080c
net: remove mm.h inclusion from netdevice.h
by Alexey Dobriyan
· 14 years ago
7940a34
Merge branch 'davinci-next' into davinci-for-linus
by Kevin Hilman
· 14 years ago
2de5c00
ARM: 6409/1: davinci: map sram using MT_MEMORY_NONCACHED instead of MT_DEVICE
by Santosh Shilimkar
· 14 years ago
782f2d7
davinci: cleanup mdio arch code and switch to phy_id
by Cyril Chemparathy
· 14 years ago
d22960c
davinci: add mdio platform devices
by Cyril Chemparathy
· 14 years ago
cce3ddd
davinci: dm646x EVM: Specify reserved EDMA channel/slots
by Rajashekhara, Sudhakar
· 14 years ago
bc3ac9f
davinci: edma: provide ability to detect insufficient CC info data
by Sekhar Nori
· 14 years ago
779b0d5
Davinci: pinmux - use ioremap()
by Cyril Chemparathy
· 15 years ago
bd80894
Davinci: aintc/cpintc - use ioremap()
by Cyril Chemparathy
· 15 years ago
e4c822c
Davinci: psc - use ioremap()
by Cyril Chemparathy
· 15 years ago
3347db8
Davinci: jtag_id - use ioremap()
by Cyril Chemparathy
· 15 years ago
b8d4429
Davinci: gpio - use ioremap()
by Cyril Chemparathy
· 15 years ago
c78a5bc
Davinci: watchdog reset separation across socs
by Cyril Chemparathy
· 15 years ago
5b3a05c
Davinci: eliminate pinmux offset verbosity
by Cyril Chemparathy
· 15 years ago
686b634
Davinci: gpio - controller type support
by Cyril Chemparathy
· 15 years ago
7a9978a
DaVinci: move IDE platform device to its proper place
by Sergei Shtylyov
· 15 years ago
28552c2
davinci: misc cleanups from sparse
by Kevin Hilman
· 15 years ago
08aca08
davinci: clkdev cleanup: remove clk_lookup wrapper, use clkdev_add_table()
by Kevin Hilman
· 15 years ago
f900d55
davinci: build list of unused EDMA events dynamically
by Sudhakar Rajashekhara
· 15 years ago
c1978e1
davinci: add support for DM6467T EVM
by Sekhar Nori
· 15 years ago
42d399e
DaVinci: remove unneeded #include's
by Sergei Shtylyov
· 15 years ago
f63dd12
davinci: dm646x: Add support for 3.x silicon revision
by Hemant Pedanekar
· 15 years ago
85609c1
DaVinci: DM646x - platform changes for vpif capture and display drivers
by Muralidharan Karicheri
· 15 years ago
61aa073
davinci: audio clocks: use struct device instead of clock names
by Kevin Hilman
· 15 years ago
1c92a55
davinci: dm646x: Add IDE setup
by Hemant Pedanekar
· 15 years ago
3e25d5f
davinci: dm646x: Add clock info and update mux setup for ATA
by Hemant Pedanekar
· 15 years ago
25acf55
davinci: ASoC: Add the platform devices for ASP
by Chaithrika U S
· 16 years ago
5fcd294
davinci: remove watchdog from soc_info
by Kevin Hilman
· 16 years ago
75d0fa7
davinci: dm646x: Adds McASP clock
by Chaithrika U S
· 16 years ago
2bcb613
davinci: EDMA: add support for dm646x
by Sudhakar Rajashekhara
· 16 years ago
60902a2
davinci: EDMA: multiple CCs, channel mapping and API changes
by Sudhakar Rajashekhara
· 16 years ago
0d04eb4
davinci: soc-specific SRAM setup
by David Brownell
· 16 years ago
5570078
davinci: Move PINMUX defines to SoC files
by Mark A. Greer
· 16 years ago
972412b
davinci: Move emac platform_data to SoC-specific files
by Mark A. Greer
· 16 years ago
65e866a
davinci: Move serial platform_device into SoC-specific files
by Mark A. Greer
· 16 years ago
a994955
davinci: Make GPIO code more generic
by Mark A. Greer
· 16 years ago
951d6f6
davinci: Add watchdog base address flexibility
by Mark A. Greer
· 16 years ago
f64691b
davinci: Add base address and timer flexibility
by Mark A. Greer
· 16 years ago
673dd36
davinci: Move interrupt ctlr info to SoC infrastructure
by Mark A. Greer
· 16 years ago
0e58595
davinci: Move pinmux setup info to SoC infrastructure
by Mark A. Greer
· 16 years ago
d81d188
davinci: Add support for multiple PSCs
by Mark A. Greer
· 16 years ago
66e0c39
davinci: Add clock init call to common init routine
by Mark A. Greer
· 16 years ago
b9ab127
davinci: Support JTAG ID register at any address
by Mark A. Greer
· 16 years ago
79c3c0b
davinci: Encapsulate SoC-specific data in a structure
by Mark A. Greer
· 16 years ago
ac7b75b
davinci: EMAC platform support
by Kevin Hilman
· 16 years ago
e38d92f
davinci: DM646x: add base SoC and board support
by Kevin Hilman
· 16 years ago