aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/modem_if/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* misc: modem_if: Add NET bridge driverwonhee2011-08-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | 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' => 802.1d Ethernet Bridging : '# CONFIG_BRIDGE_IGMP_SNOOPING is not set' => 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 -> 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 <wonhee48.seo@samsung.com>
* misc: modem_if: Build lte_modem_bootloaderBenoit Goby2011-07-131-2/+2
| | | | | Change-Id: I6d1219943dad220eac682c9797c017eeab6518ea Signed-off-by: Benoit Goby <benoit@android.com>
* misc: modem_if: Add modem interface driverwonhee2011-06-211-0/+8
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 <wonhee48.seo@samsung.com>