linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/46] davinci updates for 2.6.33
@ 2009-10-16 19:09 Kevin Hilman
  2009-10-16 19:09 ` Kevin Hilman
  0 siblings, 1 reply; 70+ messages in thread
From: Kevin Hilman @ 2009-10-16 19:09 UTC (permalink / raw)
  To: linux-arm-kernel

This series includes various DaVinci platform updates which are
targeted for the next merge window (2.6.33.)

This series based on v2.6.32-rc5 and is available as the
'davinci-next' branch of DaVinci git[1].  This branch is also
automatically included in linux-next.

Kevin

[1] http://git.kernel.org/?p=linux/kernel/git/khilman/linux-davinci.git;a=summary


Chaithrika U S (3):
  davinci: DA850/OMAP-L138 EVM expander setup and UI card detection
  davinci: RMII support for DA850/OMAP-L138 EVM
  davinci: DA850/OMAP-L138: Set ASYNC3 domain flag for McASP

David A. Griego (1):
  davinci: Add MMC/SD support for DA830/OMAP-L137 EVM

Hemant Pedanekar (2):
  davinci: dm646x: Add support for 3.x silicon revision
  davinci: dm646x-evm: Add platform data for NAND

Kevin Hilman (4):
  davinci: da830 EVM: make machine name string consistent with da850
  davinci: da830: add support for new silicon revisions
  davinci: da830 EVM: remove #include <mach/gpio.h>
  davinci: DMx and da8xx defconfig updates

Mark A. Greer (5):
  davinci: Move DA8xx/OMAP-L13x emac register routine
  davinci: Change DA8xx/OMAP-L13x McASP registration routine name
  davinci: Add DA830/OMAP-L137 EVM specific pinmux setting for McASP1
  davinci: Add support for Sharp LCD035Q3DG01 graphical LCD
  davinci: Add RTC support for DA8xx/OMAP-L13x SoC's

Miguel Aguilar (1):
  Davinci: DM365: Add platform device for McBSP

Phaneendra Kumar (1):
  DaVinci: DM365: SDIO interrupt resource correction

Sandeep Paulraj (5):
  DaVinci: DM365: Correct USB parent clock
  DaVinci: EDMA: Fix bug in edma_free_cont_slots API
  DaVinci: EDMA: Fix Bug in edma_alloc_cont_slots API
  DaVinci: EDMA: Fix Bug while obtaining contiguous params
  DaVinci: EDMA: Updating terminlogy in EDMA driver

Sekhar Nori (15):
  davinci: DA8XX/OMAP-L1XX: It's SYSCFG not BOOT_CFG
  davinci: DA8XX/OMAP-L1XX: Avoid use of IO_ADDRESS for SYSCFG module
  davinci: DA8XX/OMAP-L1XX: JTAG ID register should offset from SYSCFG
    base
  davinci: enable easy top down traversal of clock tree
  davinci: make clock rate re-calculation easy
  davinci: support changing the clock rate in clock framework
  davinci: support re-parenting a clock in the clock framework
  davinci: DA850/OMAP-L138: allow async3 source to be changed
  davinci: add generic CPUFreq driver for DaVinci
  davinci: DA850/OMAP-L138: add frequency scaling support
  davinci: DA850/OMAP-L138: add voltage regulation support
  davinci: DA850/OMAP-L138 EVM: register for CPUFreq support
  davinci: DA850/OMAP-L138 EVM: add support for TPS65070 PMIC
  davinci: fix compilation error when using mach/system.h
  davinci: make it easier to identify SoC init failures

Sergei Shtylyov (5):
  davinci: DA8xx: CFGCHIP2 register definitions
  davinci: DA8xx: OHCI platform device
  davinci: DA830 EVM: OHCI platform code
  davinci: DA8xx: rename 'psc_ctlr' field into 'gpsc'
  DaVinci: remove unneeded #include's

Sneha Narnakaje (2):
  davinci: DM355: Update NAND driver platform data
  davinci: DM365: Update NAND driver platform data

Steve Chen (1):
  davinci: Add LCD Graphics support for DA830/OMAP-L137 EVM

Sudhakar Rajashekhara (1):
  davinci: Correct the GPIO number for LCD panel power

 arch/arm/configs/da830_omapl137_defconfig    | 1254 ------------------------
 arch/arm/configs/da850_omapl138_defconfig    | 1229 ------------------------
 arch/arm/configs/da8xx_omapl_defconfig       | 1322 ++++++++++++++++++++++++++
 arch/arm/configs/davinci_all_defconfig       |  125 ++-
 arch/arm/mach-davinci/Kconfig                |   54 ++
 arch/arm/mach-davinci/Makefile               |    3 +
 arch/arm/mach-davinci/board-da830-evm.c      |  234 +++++-
 arch/arm/mach-davinci/board-da850-evm.c      |  366 +++++++-
 arch/arm/mach-davinci/board-dm355-evm.c      |   12 +-
 arch/arm/mach-davinci/board-dm355-leopard.c  |    9 +-
 arch/arm/mach-davinci/board-dm365-evm.c      |   18 +-
 arch/arm/mach-davinci/board-dm644x-evm.c     |   12 -
 arch/arm/mach-davinci/board-dm646x-evm.c     |   84 ++-
 arch/arm/mach-davinci/board-sffsdr.c         |   12 -
 arch/arm/mach-davinci/clock.c                |  227 ++++-
 arch/arm/mach-davinci/clock.h                |   17 +-
 arch/arm/mach-davinci/common.c               |    4 +-
 arch/arm/mach-davinci/cp_intc.c              |    3 -
 arch/arm/mach-davinci/cpufreq.c              |  219 +++++
 arch/arm/mach-davinci/da830.c                |   75 +-
 arch/arm/mach-davinci/da850.c                |  302 ++++++-
 arch/arm/mach-davinci/devices-da8xx.c        |   76 ++-
 arch/arm/mach-davinci/devices.c              |    6 +-
 arch/arm/mach-davinci/dm355.c                |    2 -
 arch/arm/mach-davinci/dm365.c                |   49 +-
 arch/arm/mach-davinci/dm644x.c               |    2 -
 arch/arm/mach-davinci/dm646x.c               |   11 +-
 arch/arm/mach-davinci/dma.c                  |  105 ++-
 arch/arm/mach-davinci/gpio.c                 |    9 -
 arch/arm/mach-davinci/include/mach/asp.h     |    3 +
 arch/arm/mach-davinci/include/mach/cpufreq.h |   25 +
 arch/arm/mach-davinci/include/mach/da8xx.h   |   23 +-
 arch/arm/mach-davinci/include/mach/dm365.h   |    2 +
 arch/arm/mach-davinci/include/mach/dm644x.h  |    1 -
 arch/arm/mach-davinci/include/mach/mux.h     |   11 +-
 arch/arm/mach-davinci/include/mach/system.h  |    3 +-
 arch/arm/mach-davinci/include/mach/usb.h     |   57 ++
 arch/arm/mach-davinci/mux.c                  |    1 -
 arch/arm/mach-davinci/psc.c                  |    3 -
 arch/arm/mach-davinci/serial.c               |    6 -
 arch/arm/mach-davinci/sram.c                 |    3 -
 arch/arm/mach-davinci/time.c                 |    6 -
 arch/arm/mach-davinci/usb.c                  |   41 +-
 43 files changed, 3186 insertions(+), 2840 deletions(-)
 delete mode 100644 arch/arm/configs/da830_omapl137_defconfig
 delete mode 100644 arch/arm/configs/da850_omapl138_defconfig
 create mode 100644 arch/arm/configs/da8xx_omapl_defconfig
 create mode 100644 arch/arm/mach-davinci/cpufreq.c
 create mode 100644 arch/arm/mach-davinci/include/mach/cpufreq.h
 create mode 100644 arch/arm/mach-davinci/include/mach/usb.h

^ permalink raw reply	[flat|nested] 70+ messages in thread
* [PATCH 13/46] davinci: support re-parenting a clock in the clock framework
@ 2009-08-31 10:18 Sekhar Nori
  0 siblings, 0 replies; 70+ messages in thread
From: Sekhar Nori @ 2009-08-31 10:18 UTC (permalink / raw)
  To: linux-arm-kernel

The clk_set_parent() API is implemented to enable re-parenting
clocks in the clock tree.

This is useful in DVFS and helps by shifting clocks to an asynchronous
domain where supported by hardware

Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
---
 arch/arm/mach-davinci/clock.c |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-davinci/clock.c b/arch/arm/mach-davinci/clock.c
index 09e0e1c..e7696fc 100644
--- a/arch/arm/mach-davinci/clock.c
+++ b/arch/arm/mach-davinci/clock.c
@@ -141,6 +141,33 @@ int clk_set_rate(struct clk *clk, unsigned long rate)
 }
 EXPORT_SYMBOL(clk_set_rate);
 
+int clk_set_parent(struct clk *clk, struct clk *parent)
+{
+	unsigned long flags;
+
+	if (clk == NULL || IS_ERR(clk))
+		return -EINVAL;
+
+	/* Cannot change parent on enabled clock */
+	if (WARN_ON(clk->usecount))
+		return -EINVAL;
+
+	mutex_lock(&clocks_mutex);
+	clk->parent = parent;
+	list_del_init(&clk->childnode);
+	list_add(&clk->childnode, &clk->parent->children);
+	mutex_unlock(&clocks_mutex);
+
+	spin_lock_irqsave(&clockfw_lock, flags);
+	if (clk->recalc)
+		clk->rate = clk->recalc(clk);
+	propagate_rate(clk);
+	spin_unlock_irqrestore(&clockfw_lock, flags);
+
+	return 0;
+}
+EXPORT_SYMBOL(clk_set_parent);
+
 int clk_register(struct clk *clk)
 {
 	if (clk == NULL || IS_ERR(clk))
-- 
1.6.4.3



>From bogus@does.not.exist.com  Mon Aug 24 09:56:15 2009
From: bogus@does.not.exist.com ()
Date: Mon, 24 Aug 2009 13:56:15 -0000
Subject: No subject
Message-ID: <mailman.96.1256827883.2253.linux-arm-kernel@lists.infradead.org>

solution which may can be referenced and benefit the final result.

The problem with this driver I guess is that how other Marvell apps
depends on this, and it's currently unknown since the API and user-
space stuffs are not public at the moment. And apparently, the one
you posted has already included a link to the directfb usage.

Technically, these drivers are based on samilar ideas, I don't have
any preference. The real issue is that Marvell should have a look
into the directfb version, and evaluate if something is missing and
the effort of porting existing apps over to that driver because
eventually I'd like to see only one driver there. And vice versa
from the directfb POV.

Note I'm neutral on this, and this could be the chance both parties
look into the solution of the other one, and improve the final
result. (what I care only is good code ;-)

- eric


>From Jonathan  Mon Aug 24 09:56:15 2009
From: Jonathan (Jonathan)
Date: Mon, 24 Aug 2009 13:56:15 -0000
Subject: No subject
Message-ID: <mailman.106.1257339474.2253.linux-arm-kernel@lists.infradead.org>

uk</a>&gt;<br>
Date: Sat, 4 Jul 2009 13:25:06 +0000<br>
Subject: [PATCH 02/10] ov7670: Temporary soc-camera support<br>
<br>
Signed-off-by: Jonathan Cameron &lt;<a href=3D"mailto:jic23@cam.ac.uk">jic2=
3 at cam.ac.uk</a>&gt;<br>
---<br>
&nbsp;drivers/media/video/ov7670.c | &nbsp; 50 ++++++++++++++++++++++++++++=
++++++++++++++<br>
&nbsp;1 files changed, 50 insertions(+), 0 deletions(-)<br>
<br>
diff --git a/drivers/media/video/ov7670.c b/drivers/media/video/ov7670.c<br=
>
index 0e2184e..910a499 100644<br>
--- a/drivers/media/video/ov7670.c<br>
+++ b/drivers/media/video/ov7670.c<br>
@@ -19,6 +19,8 @@<br>
&nbsp;#include &lt;media/v4l2-chip-ident.h&gt;<br>
&nbsp;#include &lt;media/v4l2-i2c-drv.h&gt;<br>
<br>
+#include &lt;media/soc_camera.h&gt;<br>
+#include &lt;linux/autoconf.h&gt;<br>
<br>
&nbsp;MODULE_AUTHOR(&quot;Jonathan Corbet &lt;<a href=3D"mailto:corbet@lwn.=
net">corbet at lwn.net</a>&gt;&quot;);<br>
&nbsp;MODULE_DESCRIPTION(&quot;A low-level driver for OmniVision ov7670 sen=
sors&quot;);<br>
@@ -745,6 +747,10 @@ static int ov7670_s_fmt(struct v4l2_subdev *sd, struct=
 v4l2_format *fmt)<br>
 &nbsp; &nbsp; &nbsp; &nbsp;struct ov7670_info *info =3D to_state(sd);<br>
 &nbsp; &nbsp; &nbsp; &nbsp;unsigned char com7, clkrc =3D 0;<br>
<br>
+ &nbsp; &nbsp; &nbsp; ret =3D ov7670_init(sd, 0);<br>
+ &nbsp; &nbsp; &nbsp; if (ret)<br>
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return ret;<br>
+<br>
 &nbsp; &nbsp; &nbsp; &nbsp;ret =3D ov7670_try_fmt_internal(sd, fmt, &amp;o=
vfmt, &amp;wsize);<br>
 &nbsp; &nbsp; &nbsp; &nbsp;if (ret)<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;return ret;<br>
@@ -1239,6 +1245,41 @@ static const struct v4l2_subdev_ops ov7670_ops =3D {=
<br>
&nbsp;};<br>
<br>
&nbsp;/* ------------------------------------------------------------------=
----- */<br>
+static unsigned long ov7670_soc_query_bus_param(struct soc_camera_device *=
icd)<br>
+{<br>
+ &nbsp; &nbsp; &nbsp; struct soc_camera_link *icl =3D to_soc_camera_link(i=
cd);<br>
+<br>
+ &nbsp; &nbsp; &nbsp; unsigned long flags =3D SOCAM_PCLK_SAMPLE_RISING | S=
OCAM_MASTER |<br>
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SOCAM_VSYNC_ACTIVE_HIGH =
| SOCAM_HSYNC_ACTIVE_HIGH |<br>
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SOCAM_DATAWIDTH_8 | SOCA=
M_DATA_ACTIVE_HIGH;<br>
+<br>
+ &nbsp; &nbsp; &nbsp; return soc_camera_apply_sensor_flags(icl, flags);<br=
>
+}<br>
+<br>
+/* This device only supports one bus option */<br>
+static int ov7670_soc_set_bus_param(struct soc_camera_device *icd,<br>
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nb=
sp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; unsigned long flags)<br>
+{<br>
+ &nbsp; &nbsp; &nbsp; return 0;<br>
+}<br>
+<br>
+static struct soc_camera_ops ov7670_soc_ops =3D {<br>
+ &nbsp; &nbsp; &nbsp; .set_bus_param =3D ov7670_soc_set_bus_param,<br>
+ &nbsp; &nbsp; &nbsp; .query_bus_param =3D ov7670_soc_query_bus_param,<br>
+};<br>
+<br>
+#define SETFOURCC(type) .name =3D (#type), .fourcc =3D (V4L2_PIX_FMT_ ## t=
ype)<br>
+static const struct soc_camera_data_format ov7670_soc_fmt_lists[] =3D {<br=
>
+ &nbsp; &nbsp; &nbsp; {<br>
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SETFOURCC(YUYV),<br>
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; .depth =3D 16,<br>
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; .colorspace =3D V4L2_COL=
ORSPACE_JPEG,<br>
+ &nbsp; &nbsp; &nbsp; }, {<br>
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SETFOURCC(RGB565),<br>
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; .depth =3D 16,<br>
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; .colorspace =3D V4L2_COL=
ORSPACE_SRGB,<br>
+ &nbsp; &nbsp; &nbsp; },<br>
+};<br>
<br>
&nbsp;static int ov7670_probe(struct i2c_client *client,<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbs=
p; &nbsp;const struct i2c_device_id *id)<br>
@@ -1246,7 +1287,16 @@ static int ov7670_probe(struct i2c_client *client,<b=
r>
 &nbsp; &nbsp; &nbsp; &nbsp;struct v4l2_subdev *sd;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;struct ov7670_info *info;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;int ret;<br>
+ &nbsp; &nbsp; &nbsp; struct soc_camera_device *icd =3D client-&gt;dev.pla=
tform_data;<br>
+<br>
+ &nbsp; &nbsp; &nbsp; if (!icd) {<br>
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; dev_err(&amp;client-&gt;=
dev, &quot;OV7670: missing soc-camera data!\n&quot;);<br>
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return -EINVAL;<br>
+ &nbsp; &nbsp; &nbsp; }<br>
<br>
+ &nbsp; &nbsp; &nbsp; icd-&gt;ops =3D &amp;ov7670_soc_ops;<br>
+ &nbsp; &nbsp; &nbsp; icd-&gt;formats =3D ov7670_soc_fmt_lists;<br>
+ &nbsp; &nbsp; &nbsp; icd-&gt;num_formats =3D ARRAY_SIZE(ov7670_soc_fmt_li=
sts);<br>
 &nbsp; &nbsp; &nbsp; &nbsp;info =3D kzalloc(sizeof(struct ov7670_info), GF=
P_KERNEL);<br>
 &nbsp; &nbsp; &nbsp; &nbsp;if (info =3D=3D NULL)<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;return -ENOMEM;<br>
<font color=3D"#888888">--<br>
1.6.3.3<br>
<br>
<br>
<br>
</font></blockquote></div><br><br clear=3D"all"><br>-- <br>=D3=D0=CB=BD,=C9=
=FA=CF=A2=C2=D6=BB=D8=D5=DF=CE=AA=C9=FA<br>=D6=AA=CE=D2,=BF=C9=D0=D0=C4=E6=
=CC=EC=D5=DF=CE=AA=C1=E9<br>=D7=D4=CA=C0=C9=CF=C9=FA=C1=E9=D6=AA=D3=D0=CE=
=D2=CA=B1=C6=F0=A3=AC<br>=BC=B4=D6=AA=C7=F7=B1=DC=A3=AC<br>=D2=D4=C0=FB=CE=
=D2=D5=DF=CE=AA=C9=C6=A3=AC=D2=D4=BA=A6=CE=D2=D5=DF=CE=AA=B6=F1=A3=AC<br>=
=CB=B9=CE=AA=B6=C0=D3=FB=D6=AE=D0=C4=A3=AC=D2=E0=CA=C7=C3=C9=C3=C1=D4=B4=C1=
=F7=A1=A3<br>=BE=FD=D7=D3=B9=A4=D7=F7=CA=D2<br><a href=3D"http://www.junzij=
u.com.cn">www.junziju.com.cn</a><br>=D6=D0=B9=FA=B5=E7=D7=D3=C9=E8=BC=C6=C2=
=DB=CC=B3<br>
<a href=3D"http://www.eledsn.com">www.eledsn.com</a><br>

--001636e9087a46691e0477753ba4--

^ permalink raw reply related	[flat|nested] 70+ messages in thread

end of thread, other threads:[~2009-11-02 17:20 UTC | newest]

Thread overview: 70+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-16 19:09 [PATCH 00/46] davinci updates for 2.6.33 Kevin Hilman
2009-10-16 19:09 ` Kevin Hilman
2009-10-16 19:09   ` [PATCH 01/46] DaVinci: DM365: SDIO interrupt resource correction Kevin Hilman
2009-10-16 19:09     ` [PATCH 02/46] DaVinci: DM365: Correct USB parent clock Kevin Hilman
2009-10-16 19:09       ` [PATCH 03/46] Davinci: DM365: Add platform device for McBSP Kevin Hilman
2009-10-16 19:09         ` [PATCH 04/46] davinci: Move DA8xx/OMAP-L13x emac register routine Kevin Hilman
2009-10-16 19:09           ` [PATCH 05/46] davinci: Change DA8xx/OMAP-L13x McASP registration routine name Kevin Hilman
2009-10-16 19:09             ` [PATCH 06/46] davinci: Add DA830/OMAP-L137 EVM specific pinmux setting for McASP1 Kevin Hilman
2009-10-16 19:09               ` [PATCH 07/46] davinci: DA8XX/OMAP-L1XX: It's SYSCFG not BOOT_CFG Kevin Hilman
2009-10-16 19:09                 ` [PATCH 08/46] davinci: DA8XX/OMAP-L1XX: Avoid use of IO_ADDRESS for SYSCFG module Kevin Hilman
2009-10-16 19:09                   ` [PATCH 09/46] davinci: DA8XX/OMAP-L1XX: JTAG ID register should offset from SYSCFG base Kevin Hilman
2009-10-16 19:09                     ` [PATCH 10/46] davinci: enable easy top down traversal of clock tree Kevin Hilman
2009-10-16 19:09                       ` [PATCH 11/46] davinci: make clock rate re-calculation easy Kevin Hilman
2009-10-16 19:09                         ` [PATCH 12/46] davinci: support changing the clock rate in clock framework Kevin Hilman
2009-10-16 19:09                           ` [PATCH 13/46] davinci: support re-parenting a clock in the " Kevin Hilman
2009-10-16 19:09                             ` [PATCH 14/46] davinci: DA850/OMAP-L138: allow async3 source to be changed Kevin Hilman
2009-10-16 19:09                               ` [PATCH 15/46] davinci: dm646x: Add support for 3.x silicon revision Kevin Hilman
2009-10-16 19:09                                 ` [PATCH 16/46] davinci: Add MMC/SD support for DA830/OMAP-L137 EVM Kevin Hilman
2009-10-16 19:09                                   ` [PATCH 17/46] davinci: Add support for Sharp LCD035Q3DG01 graphical LCD Kevin Hilman
2009-10-16 19:09                                     ` [PATCH 18/46] davinci: Add LCD Graphics support for DA830/OMAP-L137 EVM Kevin Hilman
2009-10-16 19:09                                       ` [PATCH 19/46] davinci: Add RTC support for DA8xx/OMAP-L13x SoC's Kevin Hilman
2009-10-16 19:09                                         ` [PATCH 20/46] davinci: Correct the GPIO number for LCD panel power Kevin Hilman
2009-10-16 19:09                                           ` [PATCH 21/46] DaVinci: EDMA: Fix bug in edma_free_cont_slots API Kevin Hilman
2009-10-16 19:09                                             ` [PATCH 22/46] DaVinci: EDMA: Fix Bug in edma_alloc_cont_slots API Kevin Hilman
2009-10-16 19:09                                               ` [PATCH 23/46] davinci: DM355: Update NAND driver platform data Kevin Hilman
2009-10-16 19:09                                                 ` [PATCH 24/46] davinci: DM365: " Kevin Hilman
2009-10-16 19:09                                                   ` [PATCH 25/46] DaVinci: EDMA: Fix Bug while obtaining contiguous params Kevin Hilman
2009-10-16 19:09                                                     ` [PATCH 26/46] DaVinci: EDMA: Updating terminlogy in EDMA driver Kevin Hilman
2009-10-16 19:09                                                       ` [PATCH 27/46] davinci: DA8xx: CFGCHIP2 register definitions Kevin Hilman
2009-10-16 19:09                                                         ` [PATCH 28/46] davinci: DA8xx: OHCI platform device Kevin Hilman
2009-10-16 19:09                                                           ` [PATCH 29/46] davinci: DA830 EVM: OHCI platform code Kevin Hilman
2009-10-16 19:09                                                             ` [PATCH 30/46] davinci: da830 EVM: make machine name string consistent with da850 Kevin Hilman
2009-10-16 19:09                                                               ` [PATCH 31/46] davinci: da830: add support for new silicon revisions Kevin Hilman
2009-10-16 19:09                                                                 ` [PATCH 32/46] davinci: da830 EVM: remove #include <mach/gpio.h> Kevin Hilman
2009-10-16 19:09                                                                   ` [PATCH 33/46] davinci: add generic CPUFreq driver for DaVinci Kevin Hilman
2009-10-16 19:09                                                                     ` [PATCH 34/46] davinci: DA850/OMAP-L138: add frequency scaling support Kevin Hilman
2009-10-16 19:09                                                                       ` [PATCH 35/46] davinci: DA850/OMAP-L138: add voltage regulation support Kevin Hilman
2009-10-16 19:09                                                                         ` [PATCH 36/46] davinci: DA850/OMAP-L138 EVM: register for CPUFreq support Kevin Hilman
2009-10-16 19:09                                                                           ` [PATCH 37/46] davinci: DA850/OMAP-L138 EVM: add support for TPS65070 PMIC Kevin Hilman
2009-10-16 19:09                                                                             ` [PATCH 38/46] davinci: fix compilation error when using mach/system.h Kevin Hilman
2009-10-16 19:09                                                                               ` [PATCH 39/46] davinci: DA8xx: rename 'psc_ctlr' field into 'gpsc' Kevin Hilman
2009-10-16 19:09                                                                                 ` [PATCH 40/46] davinci: DA850/OMAP-L138 EVM expander setup and UI card detection Kevin Hilman
2009-10-16 19:09                                                                                   ` [PATCH 41/46] davinci: RMII support for DA850/OMAP-L138 EVM Kevin Hilman
2009-10-16 19:09                                                                                     ` [PATCH 42/46] davinci: make it easier to identify SoC init failures Kevin Hilman
2009-10-16 19:09                                                                                       ` [PATCH 43/46] DaVinci: remove unneeded #include's Kevin Hilman
2009-10-16 19:09                                                                                         ` [PATCH 44/46] davinci: dm646x-evm: Add platform data for NAND Kevin Hilman
2009-10-16 19:09                                                                                           ` [PATCH 45/46] davinci: DA850/OMAP-L138: Set ASYNC3 domain flag for McASP Kevin Hilman
2009-10-16 19:09                                                                                             ` [PATCH 46/46] davinci: DMx and da8xx defconfig updates Kevin Hilman
2009-10-22 14:02                                                                                         ` [PATCH 43/46] DaVinci: remove unneeded #include's Sergei Shtylyov
2009-10-23 20:49                                                                                           ` Kevin Hilman
2009-10-19 14:13                                                                               ` [PATCH 38/46] davinci: fix compilation error when using mach/system.h Russell King - ARM Linux
2009-10-19 18:33                                                                                 ` Kevin Hilman
2009-10-19 18:35                                                                                   ` Russell King - ARM Linux
2009-10-20 12:59                                                                                   ` Nori, Sekhar
2009-10-20 14:12                                                                                     ` Kevin Hilman
2009-11-02 12:04                                                                     ` [PATCH 33/46] davinci: add generic CPUFreq driver for DaVinci Nori, Sekhar
2009-11-02 17:20                                                                       ` Kevin Hilman
2009-10-19 14:07                                   ` [PATCH 16/46] davinci: Add MMC/SD support for DA830/OMAP-L137 EVM Russell King - ARM Linux
2009-10-19 16:39                                     ` Mark A. Greer
2009-10-19 16:42                                       ` Mark A. Greer
2009-10-19 16:56                                       ` Russell King - ARM Linux
2009-10-19 23:52                                     ` Kevin Hilman
2009-10-20  0:15                                       ` H Hartley Sweeten
2009-10-20 15:06                                         ` Kevin Hilman
2009-10-19 14:05                             ` [PATCH 13/46] davinci: support re-parenting a clock in the clock framework Russell King - ARM Linux
2009-10-19 18:19                               ` Kevin Hilman
2009-10-19 23:26                               ` Kevin Hilman
2009-10-19 13:58     ` [PATCH 01/46] DaVinci: DM365: SDIO interrupt resource correction Russell King - ARM Linux
2009-10-19 18:03       ` Kevin Hilman
  -- strict thread matches above, loose matches on Subject: below --
2009-08-31 10:18 [PATCH 13/46] davinci: support re-parenting a clock in the clock framework Sekhar Nori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).