<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel_samsung_tuna/drivers/misc/modem_if/Makefile, branch replicant-6.0</title>
<subtitle>kernel/samsung/tuna
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/kernel_samsung_tuna/'/>
<entry>
<title>misc: modem_if: Add NET bridge driver</title>
<updated>2011-08-12T21:15:03+00:00</updated>
<author>
<name>wonhee</name>
<email>wonhee48.seo@samsung.com</email>
</author>
<published>2011-08-12T10:35:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/kernel_samsung_tuna/commit/?id=17e32f463b790dd539cde6daef6711a94f64206a'/>
<id>17e32f463b790dd539cde6daef6711a94f64206a</id>
<content type='text'>
1. Add net bridge driver.
	- modem_bridge_device.c
2. Add handling net data for tx and rx in io device.
	- need to include ether header structure
3. Requirement for bridge driver.
	a. need ril binary which is enabled bridge func
	b. need radio permission for '/dev/modem_br'
	: ril needs to flow control, protocol-suspend(stop) and protocol-resume(start)
	: this is for ioctl func that ril will access
   	c. tuna_defconfig
   	: 'CONFIG_BRIDGE=y' =&gt; 802.1d Ethernet Bridging
  	: '# CONFIG_BRIDGE_IGMP_SNOOPING is not set' =&gt; to prevent ip4 packet data goes IPv6 only PDN, cannot get ipv6 address
4. Use platform data to check network type. - patch set 2.
5. Change modem_bridge_device.c -&gt; modem_net_flowcontrol_device.c - patch set 3
  	- remove unnecessary dummy net device
6. Not use CONFIG_BRIDGE in io_device code.
  	- use platform data
7. Change suspend/resume ioctl command number. - patch set 4
	- need to update ril

Change-Id: I2c7b4bb53bad154f52b39ccf4d0d3133d055361a
Signed-off-by: wonhee &lt;wonhee48.seo@samsung.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Add net bridge driver.
	- modem_bridge_device.c
2. Add handling net data for tx and rx in io device.
	- need to include ether header structure
3. Requirement for bridge driver.
	a. need ril binary which is enabled bridge func
	b. need radio permission for '/dev/modem_br'
	: ril needs to flow control, protocol-suspend(stop) and protocol-resume(start)
	: this is for ioctl func that ril will access
   	c. tuna_defconfig
   	: 'CONFIG_BRIDGE=y' =&gt; 802.1d Ethernet Bridging
  	: '# CONFIG_BRIDGE_IGMP_SNOOPING is not set' =&gt; to prevent ip4 packet data goes IPv6 only PDN, cannot get ipv6 address
4. Use platform data to check network type. - patch set 2.
5. Change modem_bridge_device.c -&gt; modem_net_flowcontrol_device.c - patch set 3
  	- remove unnecessary dummy net device
6. Not use CONFIG_BRIDGE in io_device code.
  	- use platform data
7. Change suspend/resume ioctl command number. - patch set 4
	- need to update ril

Change-Id: I2c7b4bb53bad154f52b39ccf4d0d3133d055361a
Signed-off-by: wonhee &lt;wonhee48.seo@samsung.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>misc: modem_if: Build lte_modem_bootloader</title>
<updated>2011-07-13T22:03:13+00:00</updated>
<author>
<name>Benoit Goby</name>
<email>benoit@android.com</email>
</author>
<published>2011-07-02T04:06:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/kernel_samsung_tuna/commit/?id=9e0f71a3b3285d505a6ae588a8c5fa953feace6a'/>
<id>9e0f71a3b3285d505a6ae588a8c5fa953feace6a</id>
<content type='text'>
Change-Id: I6d1219943dad220eac682c9797c017eeab6518ea
Signed-off-by: Benoit Goby &lt;benoit@android.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I6d1219943dad220eac682c9797c017eeab6518ea
Signed-off-by: Benoit Goby &lt;benoit@android.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>misc: modem_if: Add modem interface driver</title>
<updated>2011-06-21T07:14:10+00:00</updated>
<author>
<name>wonhee</name>
<email>wonhee48.seo@samsung.com</email>
</author>
<published>2011-06-17T18:39:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/kernel_samsung_tuna/commit/?id=5da9e51ab161246785f52ec6758d9e21c2191d21'/>
<id>5da9e51ab161246785f52ec6758d9e21c2191d21</id>
<content type='text'>
1. Update modem interface driver based on TI HSI patch.
	- TI HSI patch
	: Change I01715849: omap4: hsi driver initial commit
	: Change I14d257ae: ARM: omap: tuna: add HSI support
        : Change Icebb37db: omap4: enable hsi hwmod
        : Change Iec8eef73: tuna: defcoinfig: enable HSI
2. Checked Modem BootUp and MIPI communication working.

Change-Id: I75a2d960f3a66004fa81743fae931f04bd4f0c07
Signed-off-by: wonhee &lt;wonhee48.seo@samsung.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Update modem interface driver based on TI HSI patch.
	- TI HSI patch
	: Change I01715849: omap4: hsi driver initial commit
	: Change I14d257ae: ARM: omap: tuna: add HSI support
        : Change Icebb37db: omap4: enable hsi hwmod
        : Change Iec8eef73: tuna: defcoinfig: enable HSI
2. Checked Modem BootUp and MIPI communication working.

Change-Id: I75a2d960f3a66004fa81743fae931f04bd4f0c07
Signed-off-by: wonhee &lt;wonhee48.seo@samsung.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
