Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [media] Fix some Makefile rules | Mauro Carvalho Chehab | 2012-08-16 |
| | | | | | | | | | | | | | | On a few places, := were using instead of +=, causing drivers to not compile. While here, standardize the usage of += on all cases where multiple lines are needed, and for obj-y/obj-m targets, and := when just one line is needed, on <module>-obj rules. Reported-by: Hans Verkuil <hverkuil@xs4all.nl> Identified-by: Antti Polosaari <crope@iki.fi> Tested-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> | ||
* | [media] common: move media/common/tuners to media/tuners | Mauro Carvalho Chehab | 2012-08-13 |
| | | | | | | | Move the tuners one level up, as the "common" directory will be used by drivers that are shared between more than one driver. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> | ||
* | [media] Rename media/dvb as media/pci | Mauro Carvalho Chehab | 2012-08-13 |
| | | | | | | | The remaining dvb drivers are pci, so rename them to match the bus. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> | ||
* | [media] dvb-usb: move it to drivers/media/usb/dvb-usb | Mauro Carvalho Chehab | 2012-08-13 |
As media/dvb will be removed, move it to a proper place. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> |