- 09 7月, 2010 11 次提交
-
-
由 Marek Lindner 提交于
All routing debug messages are saved in a ring buffer that can be read via the debugfs file "log". Note that CONFIG_BATMAN_ADV_DEBUG must be activated to have the debug logs compiled in. Signed-off-by: NMarek Lindner <lindner_marek@yahoo.de> Signed-off-by: NSven Eckelmann <sven.eckelmann@gmx.de> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Sven Eckelmann 提交于
It is not need to depend on it as procfs support was removed during the transition to sysfs. Signed-off-by: NSven Eckelmann <sven.eckelmann@gmx.de> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Sven Eckelmann 提交于
We must use the user supplied information about how the code should be compiled instead of always trying to build it as module. Signed-off-by: NSven Eckelmann <sven.eckelmann@gmx.de> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Marek Lindner 提交于
The debugfs files are initialized at load time only but would get deinitialized when the module changed in it deactivate (sleeping) state. As a consequence the debugfs files are not accessible anymore. Signed-off-by: NMarek Lindner <lindner_marek@yahoo.de> Signed-off-by: NSven Eckelmann <sven.eckelmann@gmx.de> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Sven Eckelmann 提交于
We include different header files indirectly to the same source file. This creates weird compiler errors from time to time. Include guards should prefend that functions/variables/... gets redefined by itself. Signed-off-by: NSven Eckelmann <sven.eckelmann@gmx.de> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Marek Lindner 提交于
Signed-off-by: NMarek Lindner <lindner_marek@yahoo.de> Signed-off-by: NSven Eckelmann <sven.eckelmann@gmx.de> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Marek Lindner 提交于
The new versioning scheme looks like this: * the trunk will simply be named "devel" followed by a revision number * the upcoming release branch will be "maint" followed by a revision number * the releases will carry their respective names (e.g. 2010.0.0) Signed-off-by: NMarek Lindner <lindner_marek@yahoo.de> Signed-off-by: NSven Eckelmann <sven.eckelmann@gmx.de> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Simon Wunderlich 提交于
It is enough for our timeouts to keep them in seconds instead of miliseconds. With a too high resolution, we might even risk an integer overflow, so this patch should make things more safe. Signed-off-by: NSimon Wunderlich <siwu@hrz.tu-chemnitz.de> Signed-off-by: NSven Eckelmann <sven.eckelmann@gmx.de> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Marek Lindner 提交于
Signed-off-by: NMarek Lindner <lindner_marek@yahoo.de> Signed-off-by: NSven Eckelmann <sven.eckelmann@gmx.de> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Linus Lüssing 提交于
With the current default values, this patch is not critical, as LOCAL_HNA_TIMEOUT is a multiple of 1000 anyway. However, if someone would like to change this #define, the person could have some unexpected rounding issues. Therefore doing the multiplication before the division now. Signed-off-by: NLinus Lüssing <linus.luessing@web.de> Signed-off-by: NSven Eckelmann <sven.eckelmann@gmx.de> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Antonio Quartulli 提交于
Useless but meaningfull patch that converts JavaStyle names into c_style Signed-off-by: NAntonio Quartulli <ordex@ritirata.org> Signed-off-by: NSven Eckelmann <sven.eckelmann@gmx.de> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
- 26 6月, 2010 7 次提交
-
-
由 H Hartley Sweeten 提交于
All of the board 32-bit registers and 8-bit i2c registers are either read before writing to them or they are just written to with a new value. There is no reason to keep a 'local' copy of any of them. As a first step to removing them, get rid of all the ones that are not used in the driver. Signed-off-by: NH Hartley Sweeten <hsweeten@visionengravers.com> Cc: Scott Smedley <ss@aao.gov.au> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 H Hartley Sweeten 提交于
Where used, dereference the global symbol dt3155_status[] as a local pointer. This improves the readability of the code and reduces the overall length of some of the really long lines. Signed-off-by: NH Hartley Sweeten <hsweeten@visionengravers.com> Cc: Scott Smedley <ss@aao.gov.au> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Randy Dunlap 提交于
Fix 56 undefined references to snd_*() functions. First 5 are: drivers/built-in.o: In function `solo_g723_exit': (.text+0xa4a4aa): undefined reference to `snd_card_free' drivers/built-in.o: In function `solo_snd_pcm_init': solo6010-g723.c:(.text+0xa4a677): undefined reference to `snd_pcm_new' solo6010-g723.c:(.text+0xa4a6b1): undefined reference to `snd_pcm_set_ops' solo6010-g723.c:(.text+0xa4a74d): undefined reference to `snd_pcm_lib_preallocate_pages_for_all' drivers/built-in.o: In function `solo_g723_init': (.text+0xa4a7f6): undefined reference to `snd_card_create' Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com> Cc: Ben Collins <bcollins@bluecherry.net> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Javier Martinez Canillas 提交于
The spectra driver doesn't compile with today linux-next The problem is that it tries to use a blk_fs_request macro. Searching for this macro I saw that it used to exist in linux/blkdev.h as #define blk_fs_request(rq) ((rq)->cmd_type == REQ_TYPE_FS) This patch solves the issue eliminating the unnecessary (and now inexistent) wrapper Signed-off-by: NJavier Martinez Canillas <martinez.javier@gmail.com> Acked-by: NRandy Dunlap <randy.dunlap@oracle.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Mark 提交于
This patch fixes up many coding style issues in adv_pci_dio.c found by checkpatch.pl Signed-off-by: NMark Rankilor <reodge@gmail.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Charles Clément 提交于
As suggested by Jiri Slaby. Signed-off-by: NCharles Clément <caratorn@gmail.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Charles Clément 提交于
Signed-off-by: NCharles Clément <caratorn@gmail.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
- 25 6月, 2010 8 次提交
-
-
由 Charles Clément 提交于
Replace all occurrences with unsigned char type. Signed-off-by: NCharles Clément <caratorn@gmail.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Charles Clément 提交于
Replace all occurrences with unsigned short type. Signed-off-by: NCharles Clément <caratorn@gmail.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Charles Clément 提交于
Replace all occurrences with unsigned long type, except for pointer fields that should be u32 in packed structures and 8-byte-aligned 8 byte long structure QWORD. Thanks to Jiri Slaby for pointing out that simply replacing by unsigned long is wrong on x86-64 arch. Signed-off-by: NCharles Clément <caratorn@gmail.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 H Hartley Sweeten 提交于
The global symbol dt3155_fbuffer[], declared in dt3155_isr.c, is really just a pointer to dt3155_status[].fbuffer. To improve readability, make some of the really long lines shorter, and make the buffer access more consistent, use &dt3155_status[].fbuffer to access the buffer structure. Signed-off-by: NH Hartley Sweeten <hsweeten@visionengravers.com> Cc: Scott Smedley <ss@aao.gov.au> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Randy Dunlap 提交于
drivers/built-in.o: In function `wlan_free_wiphy': (.text+0x3f5eb5): undefined reference to `wiphy_unregister' drivers/built-in.o: In function `wlan_free_wiphy': (.text+0x3f5ec4): undefined reference to `wiphy_free' drivers/built-in.o: In function `wlan_create_wiphy': (.text+0x3f5f76): undefined reference to `wiphy_new' drivers/built-in.o: In function `wlan_create_wiphy': (.text+0x3f6024): undefined reference to `wiphy_register' drivers/built-in.o: In function `prism2_roamed': (.text+0x3f61f7): undefined reference to `cfg80211_roamed' drivers/built-in.o: In function `prism2_disconnected': (.text+0x3f6223): undefined reference to `cfg80211_disconnected' drivers/built-in.o: In function `prism2_connect_result': (.text+0x3f626d): undefined reference to `cfg80211_connect_result' drivers/built-in.o: In function `prism2_connect': (.text+0x3f62b6): undefined reference to `ieee80211_frequency_to_channel' drivers/built-in.o: In function `prism2_scan': (.text+0x3f6679): undefined reference to `ieee80211_frequency_to_channel' drivers/built-in.o: In function `prism2_scan': (.text+0x3f6873): undefined reference to `__ieee80211_get_channel' drivers/built-in.o: In function `prism2_scan': (.text+0x3f68cc): undefined reference to `cfg80211_inform_bss' drivers/built-in.o: In function `prism2_scan': (.text+0x3f6942): undefined reference to `cfg80211_scan_done' Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Randy Dunlap 提交于
Fix 49 zram build errors in one swoop. Examples: drivers/staging/zram/zram_drv.c:225: error: dereferencing pointer to incomplete type drivers/staging/zram/zram_drv.c:226: error: implicit declaration of function 'bio_for_each_segment' drivers/staging/zram/zram_drv.c:226: error: expected ';' before '{' token drivers/staging/zram/zram_drv.c:281: error: implicit declaration of function 'bio_endio' drivers/staging/zram/zram_drv.c:285: error: implicit declaration of function 'bio_io_error' drivers/staging/zram/zram_drv.c:545: error: implicit declaration of function 'set_capacity' drivers/staging/zram/zram_drv.c:548: error: implicit declaration of function 'queue_flag_set_unlocked' drivers/staging/zram/zram_drv.c:548: error: 'QUEUE_FLAG_NONROT' undeclared (first use in this function) drivers/staging/zram/zram_drv.c:548: error: dereferencing pointer to incomplete type Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com> Cc: Nitin Gupta <ngupta@vflare.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Andres More 提交于
Code cleanup, removed custom macro to compare Ethernet addresses. Some checkpatch warnings on indentation were not resolved. The return value of compare_ether_addr was reversed, something to consider. Signed-off-by: NAndres More <more.andres@gmail.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Omar Ramirez Luna 提交于
Add Kconfig + Makefile for TI's DSP Bridge driver and expose it to the staging menu. For now, have tidspbridge depend on ARCH_OMAP3. That dependency should be relaxed as soon as required cleanups are applied. Signed-off-by: NOmar Ramirez Luna <omar.ramirez@ti.com> Signed-off-by: NKanigeri, Hari <h-kanigeri2@ti.com> Signed-off-by: NAmeya Palande <ameya.palande@nokia.com> Signed-off-by: NGuzman Lugo, Fernando <fernando.lugo@ti.com> Signed-off-by: NHebbar, Shivananda <x0hebbar@ti.com> Signed-off-by: NRamos Falcon, Ernesto <ernesto@ti.com> Signed-off-by: NFelipe Contreras <felipe.contreras@gmail.com> Signed-off-by: NAnna, Suman <s-anna@ti.com> Signed-off-by: NGupta, Ramesh <grgupta@ti.com> Signed-off-by: NGomez Castellanos, Ivan <ivan.gomez@ti.com> Signed-off-by: NAndy Shevchenko <ext-andriy.shevchenko@nokia.com> Signed-off-by: NArmando Uribe De Leon <x0095078@ti.com> Signed-off-by: NDeepak Chitriki <deepak.chitriki@ti.com> Signed-off-by: NMenon, Nishanth <nm@ti.com> Signed-off-by: NPhil Carmody <ext-phil.2.carmody@nokia.com> Signed-off-by: NOhad Ben-Cohen <ohad@wizery.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
- 24 6月, 2010 14 次提交
-
-
由 Ohad Ben-Cohen 提交于
Add a general cleaning roadmap TODO file to TI's DSP Bridge staging driver. Signed-off-by: NOhad Ben-Cohen <ohad@wizery.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Omar Ramirez Luna 提交于
Add TI's DSP Bridge driver header files Signed-off-by: NOmar Ramirez Luna <omar.ramirez@ti.com> Signed-off-by: NKanigeri, Hari <h-kanigeri2@ti.com> Signed-off-by: NAmeya Palande <ameya.palande@nokia.com> Signed-off-by: NGuzman Lugo, Fernando <fernando.lugo@ti.com> Signed-off-by: NHebbar, Shivananda <x0hebbar@ti.com> Signed-off-by: NRamos Falcon, Ernesto <ernesto@ti.com> Signed-off-by: NFelipe Contreras <felipe.contreras@gmail.com> Signed-off-by: NAnna, Suman <s-anna@ti.com> Signed-off-by: NGupta, Ramesh <grgupta@ti.com> Signed-off-by: NGomez Castellanos, Ivan <ivan.gomez@ti.com> Signed-off-by: NAndy Shevchenko <ext-andriy.shevchenko@nokia.com> Signed-off-by: NArmando Uribe De Leon <x0095078@ti.com> Signed-off-by: NDeepak Chitriki <deepak.chitriki@ti.com> Signed-off-by: NMenon, Nishanth <nm@ti.com> Signed-off-by: NPhil Carmody <ext-phil.2.carmody@nokia.com> Signed-off-by: NOhad Ben-Cohen <ohad@wizery.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Omar Ramirez Luna 提交于
Add TI's DSP Bridge DOFF binaries dynamic loader driver sources Signed-off-by: NOmar Ramirez Luna <omar.ramirez@ti.com> Signed-off-by: NKanigeri, Hari <h-kanigeri2@ti.com> Signed-off-by: NAmeya Palande <ameya.palande@nokia.com> Signed-off-by: NGuzman Lugo, Fernando <fernando.lugo@ti.com> Signed-off-by: NHebbar, Shivananda <x0hebbar@ti.com> Signed-off-by: NRamos Falcon, Ernesto <ernesto@ti.com> Signed-off-by: NFelipe Contreras <felipe.contreras@gmail.com> Signed-off-by: NAnna, Suman <s-anna@ti.com> Signed-off-by: NGupta, Ramesh <grgupta@ti.com> Signed-off-by: NGomez Castellanos, Ivan <ivan.gomez@ti.com> Signed-off-by: NAndy Shevchenko <ext-andriy.shevchenko@nokia.com> Signed-off-by: NArmando Uribe De Leon <x0095078@ti.com> Signed-off-by: NDeepak Chitriki <deepak.chitriki@ti.com> Signed-off-by: NMenon, Nishanth <nm@ti.com> Signed-off-by: NPhil Carmody <ext-phil.2.carmody@nokia.com> Signed-off-by: NOhad Ben-Cohen <ohad@wizery.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Omar Ramirez Luna 提交于
Add TI's DSP Bridge driver services code Signed-off-by: NOmar Ramirez Luna <omar.ramirez@ti.com> Signed-off-by: NKanigeri, Hari <h-kanigeri2@ti.com> Signed-off-by: NAmeya Palande <ameya.palande@nokia.com> Signed-off-by: NGuzman Lugo, Fernando <fernando.lugo@ti.com> Signed-off-by: NHebbar, Shivananda <x0hebbar@ti.com> Signed-off-by: NRamos Falcon, Ernesto <ernesto@ti.com> Signed-off-by: NFelipe Contreras <felipe.contreras@gmail.com> Signed-off-by: NAnna, Suman <s-anna@ti.com> Signed-off-by: NGupta, Ramesh <grgupta@ti.com> Signed-off-by: NGomez Castellanos, Ivan <ivan.gomez@ti.com> Signed-off-by: NAndy Shevchenko <ext-andriy.shevchenko@nokia.com> Signed-off-by: NArmando Uribe De Leon <x0095078@ti.com> Signed-off-by: NDeepak Chitriki <deepak.chitriki@ti.com> Signed-off-by: NMenon, Nishanth <nm@ti.com> Signed-off-by: NPhil Carmody <ext-phil.2.carmody@nokia.com> Signed-off-by: NOhad Ben-Cohen <ohad@wizery.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Omar Ramirez Luna 提交于
Add TI's DSP Bridge generic utilities driver sources Signed-off-by: NOmar Ramirez Luna <omar.ramirez@ti.com> Signed-off-by: NKanigeri, Hari <h-kanigeri2@ti.com> Signed-off-by: NAmeya Palande <ameya.palande@nokia.com> Signed-off-by: NGuzman Lugo, Fernando <fernando.lugo@ti.com> Signed-off-by: NHebbar, Shivananda <x0hebbar@ti.com> Signed-off-by: NRamos Falcon, Ernesto <ernesto@ti.com> Signed-off-by: NFelipe Contreras <felipe.contreras@gmail.com> Signed-off-by: NAnna, Suman <s-anna@ti.com> Signed-off-by: NGupta, Ramesh <grgupta@ti.com> Signed-off-by: NGomez Castellanos, Ivan <ivan.gomez@ti.com> Signed-off-by: NAndy Shevchenko <ext-andriy.shevchenko@nokia.com> Signed-off-by: NArmando Uribe De Leon <x0095078@ti.com> Signed-off-by: NDeepak Chitriki <deepak.chitriki@ti.com> Signed-off-by: NMenon, Nishanth <nm@ti.com> Signed-off-by: NPhil Carmody <ext-phil.2.carmody@nokia.com> Signed-off-by: NOhad Ben-Cohen <ohad@wizery.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Omar Ramirez Luna 提交于
Add TI's DSP Bridge MMU support Signed-off-by: NOmar Ramirez Luna <omar.ramirez@ti.com> Signed-off-by: NKanigeri, Hari <h-kanigeri2@ti.com> Signed-off-by: NAmeya Palande <ameya.palande@nokia.com> Signed-off-by: NGuzman Lugo, Fernando <fernando.lugo@ti.com> Signed-off-by: NHebbar, Shivananda <x0hebbar@ti.com> Signed-off-by: NRamos Falcon, Ernesto <ernesto@ti.com> Signed-off-by: NFelipe Contreras <felipe.contreras@gmail.com> Signed-off-by: NAnna, Suman <s-anna@ti.com> Signed-off-by: NGupta, Ramesh <grgupta@ti.com> Signed-off-by: NGomez Castellanos, Ivan <ivan.gomez@ti.com> Signed-off-by: NAndy Shevchenko <ext-andriy.shevchenko@nokia.com> Signed-off-by: NArmando Uribe De Leon <x0095078@ti.com> Signed-off-by: NDeepak Chitriki <deepak.chitriki@ti.com> Signed-off-by: NMenon, Nishanth <nm@ti.com> Signed-off-by: NPhil Carmody <ext-phil.2.carmody@nokia.com> Signed-off-by: NOhad Ben-Cohen <ohad@wizery.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Omar Ramirez Luna 提交于
Add TI's DSP Bridge resource manager driver sources Signed-off-by: NOmar Ramirez Luna <omar.ramirez@ti.com> Signed-off-by: NKanigeri, Hari <h-kanigeri2@ti.com> Signed-off-by: NAmeya Palande <ameya.palande@nokia.com> Signed-off-by: NGuzman Lugo, Fernando <fernando.lugo@ti.com> Signed-off-by: NHebbar, Shivananda <x0hebbar@ti.com> Signed-off-by: NRamos Falcon, Ernesto <ernesto@ti.com> Signed-off-by: NFelipe Contreras <felipe.contreras@gmail.com> Signed-off-by: NAnna, Suman <s-anna@ti.com> Signed-off-by: NGupta, Ramesh <grgupta@ti.com> Signed-off-by: NGomez Castellanos, Ivan <ivan.gomez@ti.com> Signed-off-by: NAndy Shevchenko <ext-andriy.shevchenko@nokia.com> Signed-off-by: NArmando Uribe De Leon <x0095078@ti.com> Signed-off-by: NDeepak Chitriki <deepak.chitriki@ti.com> Signed-off-by: NMenon, Nishanth <nm@ti.com> Signed-off-by: NPhil Carmody <ext-phil.2.carmody@nokia.com> Signed-off-by: NOhad Ben-Cohen <ohad@wizery.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Omar Ramirez Luna 提交于
Add TI's DSP Bridge platform manager driver sources Signed-off-by: NOmar Ramirez Luna <omar.ramirez@ti.com> Signed-off-by: NKanigeri, Hari <h-kanigeri2@ti.com> Signed-off-by: NAmeya Palande <ameya.palande@nokia.com> Signed-off-by: NGuzman Lugo, Fernando <fernando.lugo@ti.com> Signed-off-by: NHebbar, Shivananda <x0hebbar@ti.com> Signed-off-by: NRamos Falcon, Ernesto <ernesto@ti.com> Signed-off-by: NFelipe Contreras <felipe.contreras@gmail.com> Signed-off-by: NAnna, Suman <s-anna@ti.com> Signed-off-by: NGupta, Ramesh <grgupta@ti.com> Signed-off-by: NGomez Castellanos, Ivan <ivan.gomez@ti.com> Signed-off-by: NAndy Shevchenko <ext-andriy.shevchenko@nokia.com> Signed-off-by: NArmando Uribe De Leon <x0095078@ti.com> Signed-off-by: NDeepak Chitriki <deepak.chitriki@ti.com> Signed-off-by: NMenon, Nishanth <nm@ti.com> Signed-off-by: NPhil Carmody <ext-phil.2.carmody@nokia.com> Signed-off-by: NOhad Ben-Cohen <ohad@wizery.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Omar Ramirez Luna 提交于
Add TI's DSP Bridge core driver sources Signed-off-by: NOmar Ramirez Luna <omar.ramirez@ti.com> Signed-off-by: NKanigeri, Hari <h-kanigeri2@ti.com> Signed-off-by: NAmeya Palande <ameya.palande@nokia.com> Signed-off-by: NGuzman Lugo, Fernando <fernando.lugo@ti.com> Signed-off-by: NHebbar, Shivananda <x0hebbar@ti.com> Signed-off-by: NRamos Falcon, Ernesto <ernesto@ti.com> Signed-off-by: NFelipe Contreras <felipe.contreras@gmail.com> Signed-off-by: NAnna, Suman <s-anna@ti.com> Signed-off-by: NGupta, Ramesh <grgupta@ti.com> Signed-off-by: NGomez Castellanos, Ivan <ivan.gomez@ti.com> Signed-off-by: NAndy Shevchenko <ext-andriy.shevchenko@nokia.com> Signed-off-by: NArmando Uribe De Leon <x0095078@ti.com> Signed-off-by: NDeepak Chitriki <deepak.chitriki@ti.com> Signed-off-by: NMenon, Nishanth <nm@ti.com> Signed-off-by: NPhil Carmody <ext-phil.2.carmody@nokia.com> Signed-off-by: NOhad Ben-Cohen <ohad@wizery.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Omar Ramirez Luna 提交于
Add a README with a general overview of TI's DSP Bridge driver, a short explanations of how error codes are currently used, and a CONTRIBUTORS file with all past & present contributors. For additional information about TI's DSP Bridge, check out http://omapzoom.org/gf/project/omapbridge/docman/?subdir=3 Note: if by any chance we forgot to mention any contributor, please let us know and we will fix that. Signed-off-by: NOmar Ramirez Luna <omar.ramirez@ti.com> Signed-off-by: NKanigeri, Hari <h-kanigeri2@ti.com> Signed-off-by: NAmeya Palande <ameya.palande@nokia.com> Signed-off-by: NGuzman Lugo, Fernando <fernando.lugo@ti.com> Signed-off-by: NHebbar, Shivananda <x0hebbar@ti.com> Signed-off-by: NRamos Falcon, Ernesto <ernesto@ti.com> Signed-off-by: NFelipe Contreras <felipe.contreras@gmail.com> Signed-off-by: NAnna, Suman <s-anna@ti.com> Signed-off-by: NGupta, Ramesh <grgupta@ti.com> Signed-off-by: NGomez Castellanos, Ivan <ivan.gomez@ti.com> Signed-off-by: NAndy Shevchenko <ext-andriy.shevchenko@nokia.com> Signed-off-by: NArmando Uribe De Leon <x0095078@ti.com> Signed-off-by: NDeepak Chitriki <deepak.chitriki@ti.com> Signed-off-by: NMenon, Nishanth <nm@ti.com> Signed-off-by: NPhil Carmody <ext-phil.2.carmody@nokia.com> Signed-off-by: NOhad Ben-Cohen <ohad@wizery.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Andrea Gelmini 提交于
Signed-off-by: NAndrea Gelmini <andrea.gelmini@gelma.net> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Prashant P. Shah 提交于
This is a patch to the wl_cs.c file that fixes braces, spaces parentheses, etc style issues found by the checkpatch.pl tool. Signed-off-by: NPrashant P. Shah <pshah.mumbai@gmail.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Prashant P. Shah 提交于
This is a patch to the wl_cs.c file that corrects the invalid UTF-8 encoding style issues found by the checkpatch.pl tool. Signed-off-by: NPrashant P. Shah <pshah.mumbai@gmail.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Prashant P. Shah 提交于
This is a patch to the wl_cs.c file that converts spaces to tabs style issues found by the checkpatch.pl tool. Signed-off-by: NPrashant P. Shah <pshah.mumbai@gmail.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-