aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dm1105 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-13[media] Rename media/dvb as media/pciMauro Carvalho Chehab3-1271/+0
2012-08-13[media] move the dvb/frontends to drivers/media/dvb-frontendsMauro Carvalho Chehab1-1/+1
2012-08-13[media] dvb: move the dvb core one level upMauro Carvalho Chehab1-1/+1
2012-01-07[media] dm1105: release dvbnet on frontend attachment failureJonathan Nieder1-1/+1
2012-01-06[media] dm1105: handle errors from dvb_net_initJonathan Nieder1-1/+4
2011-09-03[media] drivers/media: do not use EXTRA_CFLAGSArnaud Lacombe1-1/+1
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-05-25[media] dm1105: GPIO handling added, I2C on GPIO added, LNB control through GPIO reworkedIgor M. Liplianin1-36/+236
2010-12-29[media] Rename all public generic RC functions from ir_ to rc_Mauro Carvalho Chehab1-1/+1
2010-12-29[media] rc: rename the remaining things to rc_coreMauro Carvalho Chehab2-2/+2
2010-12-29[media] ir-core: make struct rc_dev the primary interfaceDavid Härdeman1-21/+21
2010-12-29[media] ir-core: more cleanups of ir-functions.cDavid Härdeman1-2/+1
2010-10-21[media] i2c: Stop using I2C_CLASS_TV_DIGITALJean Delvare1-1/+0
2010-08-12V4L/DVB: fix Kconfig to depends on VIDEO_IRMauro Carvalho Chehab1-1/+1
2010-06-01V4L/DVB: Bug fix: make IR work again for dm1105Igor M. Liplianin1-1/+1
2010-05-19V4L/DVB: ir-core: remove ir-functions usage from dm1105David Härdeman1-12/+7
2010-05-19V4L/DVB: ir-core: Make use of the new IR keymap modulesMauro Carvalho Chehab1-2/+2
2010-05-19V4L/DVB: ir: prepare IR code for a parameter change at register functionMauro Carvalho Chehab1-1/+1
2010-05-19V4L/DVB: ir: use IR_KEYTABLE where an IR table is neededMauro Carvalho Chehab1-1/+1
2010-05-18V4L/DVB: ir-core: export driver name used by IR via ueventMauro Carvalho Chehab1-1/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-26V4L/DVB: dm1105: use macro for read/write registersIgor M. Liplianin1-40/+55
2010-02-26V4L/DVB: dm1105: use dm1105_dev & dev instead of dm1105dvbIgor M. Liplianin1-179/+178
2010-02-26V4L/DVB: dm1105: connect splitted else-if statementsIgor M. Liplianin1-34/+32
2010-02-26V4L/DVB: Add Support for DVBWorld DVB-S2 PCI 2004D cardIgor M. Liplianin2-0/+14
2010-02-26V4L/DVB (13680): ir: use unsigned long instead of enumMauro Carvalho Chehab1-1/+1
2010-02-26V4L/DVB (13634): ir-core: allow passing IR device parameters to ir-coreMauro Carvalho Chehab1-2/+2
2009-12-16V4L/DVB (13617): ir: move input_register_device() to happen inside ir_input_register()Mauro Carvalho Chehab1-9/+3
2009-12-16V4L/DVB (13616): IR: rename ir_input_free as ir_input_unregisterMauro Carvalho Chehab1-2/+2
2009-12-05V4L/DVB (13537): ir: Prepare the code for dynamic keycode table allocationMauro Carvalho Chehab1-2/+8
2009-12-05V4L/DVB (13533): ir: use dynamic tables, instead of static onesMauro Carvalho Chehab1-1/+1
2009-09-12V4L/DVB (12595): common/ir: use a struct for keycode tablesMauro Carvalho Chehab1-1/+1
2009-09-12V4L/DVB (12332): Create card parameters array in SDMC DM1105 driverIgor M. Liplianin1-15/+133
2009-06-16V4L/DVB (11984): Add support for yet another SDMC DM1105 based DVB-S card.Igor M. Liplianin1-41/+80
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-03-30V4L/DVB (10830): dm1105: uses ir_* functions, select VIDEO_IRRandy Dunlap1-0/+1
2009-03-30V4L/DVB (10744): dm1105: infrared remote code is remaked.Igor M. Liplianin1-83/+17
2009-03-30V4L/DVB (10743): dm1105: not demuxing from interrupt context.Igor M. Liplianin1-50/+60
2009-01-07V4L/DVB (10189): dm1105: Fix build with INPUT=m and DVB_DM1105=yMauro Carvalho Chehab1-0/+1
2008-12-29V4L/DVB (9472): dm1105: fix the misuse of pci_dma_mapping_errorFUJITA Tomonori1-1/+1
2008-12-29V4L/DVB: remove unused #include <version.h>Huang Weiyi1-1/+0
2008-12-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-11-16V4L/DVB (9608): Fix section mismatch warning for dm1105 during makeIgor M. Liplianin1-1/+1
2008-10-27net: convert more to %pMJohannes Berg1-2/+1
2008-10-17V4L/DVB (9296): Patch to remove warning message during cx88-dvb compilationIgor M. Liplianin1-0/+12
2008-10-12V4L/DVB (9068): Kconfig dependency fix for DW2002 card with ST STV0288 demodulator.Igor M. Liplianin1-0/+2
2008-10-12V4L/DVB (9026): Add support for ST STV0288 demodulator and cards with it.Igor M. Liplianin1-6/+5
2008-10-12V4L/DVB (9017): Add support for Silicon Laboratories SI2109/2110 demodulators.Igor M. Liplianin2-4/+4
2008-10-12V4L/DVB (9012): Add support for DvbWorld 2004 DVB-S2 PCI adapterIgor M. Liplianin2-16/+13
2008-10-12V4L/DVB (9010): Add support for SDMC DM1105 PCI chipIgor M. Liplianin3-0/+934