aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-01-11[media] omap3isp: remove per ISP module link creation functionsJavier Martinez Canillas11-108/+35
2016-01-11[media] media-device: Use u64 ints for pointersMauro Carvalho Chehab2-51/+58
2016-01-11[media] media-device.h: Let clearer that entity function must be initializedMauro Carvalho Chehab2-1/+5
2016-01-11[media] media: use unsigned for pad indexMauro Carvalho Chehab11-11/+11
2016-01-11[media] media-entity.h: move kernel-doc tags from media-entity.cMauro Carvalho Chehab2-154/+145
2016-01-11[media] media_entity: rename media_obj functions to *_create *_destroyMauro Carvalho Chehab3-20/+20
2016-01-11[media] media_entity: get rid of a unused varMauro Carvalho Chehab1-4/+1
2016-01-11[media] media-entity: get rid of forward __media_entity_remove_link() declara...Mauro Carvalho Chehab1-35/+32
2016-01-11[media] media: remove extra blank linesMauro Carvalho Chehab2-5/+0
2016-01-11[media] media-device.h: Improve documentation and update itMauro Carvalho Chehab2-238/+339
2016-01-11[media] media-entity.h: convert media_entity_cleanup to inlineMauro Carvalho Chehab2-7/+2
2016-01-11[media] DocBook: Move media-framework.txt contents to media-device.hMauro Carvalho Chehab3-373/+379
2016-01-11[media] media-entity.h: get rid of revision and group_id fieldsMauro Carvalho Chehab4-24/+9
2016-01-11[media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab68-99/+102
2016-01-11[media] media-device: better name Kernelspace/Userspace linksMauro Carvalho Chehab1-13/+14
2016-01-11[media] media-device: put headers in alphabetic orderMauro Carvalho Chehab1-1/+1
2016-01-11[media] media-entity: init pads on entity init if was registered beforeJavier Martinez Canillas1-0/+10
2016-01-11[media] media-device: use unsigned ints on some placesMauro Carvalho Chehab1-3/+4
2016-01-11[media] media_entity: remove gfp_flags argumentMauro Carvalho Chehab4-10/+5
2016-01-11[media] dvbdev: Don't create indirect linksMauro Carvalho Chehab1-2/+8
2016-01-11[media] dvbdev: move indirect links on dvr/demux to a separate functionMauro Carvalho Chehab1-19/+31
2016-01-11[media] DocBook: update entities documentationMauro Carvalho Chehab1-24/+40
2016-01-11[media] uapi/media.h: Rename entities types to functionsMauro Carvalho Chehab31-121/+127
2016-01-11[media] media-device: export the entity function via new ioctlMauro Carvalho Chehab2-1/+3
2016-01-11[media] media-entity.h: rename entity.type to entity.functionMauro Carvalho Chehab28-54/+55
2016-01-11[media] media-entity: must check media_create_pad_link()Mauro Carvalho Chehab1-2/+3
2016-01-11[media] au0828: enforce check for graph creationMauro Carvalho Chehab1-19/+39
2016-01-11[media] cx231xx: enforce check for graph creationMauro Carvalho Chehab1-14/+26
2016-01-11[media] media-entity: enforce check of interface and links creationMauro Carvalho Chehab1-7/+9
2016-01-11[media] dvb core: must check dvb_create_media_graph()Mauro Carvalho Chehab6-9/+23
2016-01-11[media] v4l2 core: enable all interface links at initMauro Carvalho Chehab2-2/+3
2016-01-11[media] media-device: supress backlinks at G_TOPOLOGY ioctlMauro Carvalho Chehab3-0/+6
2016-01-11[media] au0828: Create connector linksMauro Carvalho Chehab1-0/+26
2016-01-11[media] au0828: add support for the connectorsMauro Carvalho Chehab3-12/+82
2016-01-11[media] media.h: create connector entities for hybrid TV devicesMauro Carvalho Chehab1-2/+10
2016-01-11[media] media-entity.h: document all the structsMauro Carvalho Chehab1-30/+84
2016-01-11[media] v4l2-core: create MC interfaces for devnodesMauro Carvalho Chehab3-19/+109
2016-01-11[media] dvbdev: returns error if graph object creation failsMauro Carvalho Chehab3-137/+193
2016-01-11[media] media-entity: fix backlink removal on __media_entity_remove_link()Mauro Carvalho Chehab1-3/+3
2016-01-11[media] media: don't try to empty links list in media_entity_cleanup()Javier Martinez Canillas1-7/+0
2016-01-11[media] au0828: postpone call to au0828_unregister_media_device()Mauro Carvalho Chehab1-2/+4
2016-01-11[media] dvbdev: enable all interface links at initMauro Carvalho Chehab1-6/+11
2016-01-11[media] tuner-core: add an input padMauro Carvalho Chehab5-6/+22
2016-01-11[media] media-entity: protect object creation/removal using spin lockMauro Carvalho Chehab2-9/+9
2016-01-11[media] media-device: remove interfaces and interface linksMauro Carvalho Chehab3-12/+25
2016-01-11[media] remove interface links at media_entity_unregister()Mauro Carvalho Chehab1-0/+16
2016-01-11[media] media-entity: unregister entity linksMauro Carvalho Chehab2-0/+26
2016-01-11[media] media-device: add support for MEDIA_IOC_G_TOPOLOGY ioctlMauro Carvalho Chehab1-0/+158
2016-01-11[media] media_device: add a topology version fieldMauro Carvalho Chehab2-0/+9
2016-01-11[media] media-device: add pads and links to media_deviceMauro Carvalho Chehab3-11/+20
2016-01-11[media] media: move mdev list init to gobjMauro Carvalho Chehab4-10/+16
2016-01-11[media] media: Use a macro to interate between all interfacesMauro Carvalho Chehab2-1/+7
2016-01-11[media] uapi/media.h: Add MEDIA_IOC_G_TOPOLOGY ioctlMauro Carvalho Chehab2-1/+89
2016-01-11[media] media: report if a pad is sink or source at debug msgMauro Carvalho Chehab1-2/+5
2016-01-11[media] dvb: modify core to implement interfaces/entities at MC new genMauro Carvalho Chehab13-34/+148
2016-01-11[media] DocBook: update descriptions for the media controller entitiesMauro Carvalho Chehab1-25/+22
2016-01-11[media] media.h: don't use legacy entity macros at KernelMauro Carvalho Chehab1-0/+2
2016-01-11[media] media controller: get rid of entity subtype on KernelMauro Carvalho Chehab2-12/+0
2016-01-11[media] v4l2-subdev: use MEDIA_ENT_T_UNKNOWN for new subdevsMauro Carvalho Chehab3-1/+21
2016-01-11[media] omap4iss: change the logic that checks if an entity is a subdevMauro Carvalho Chehab1-3/+6
2016-01-11[media] davinci_vbpe: stop MEDIA_ENT_T_V4L2_SUBDEV abuseMauro Carvalho Chehab2-6/+8
2016-01-11[media] s5k5baf: fix subdev typeMauro Carvalho Chehab1-1/+1
2016-01-11[media] s5c73m3: fix subdev typeMauro Carvalho Chehab1-2/+2
2016-01-11[media] omap3/omap4/davinci: get rid of MEDIA_ENT_T_V4L2_SUBDEV abuseMauro Carvalho Chehab12-51/+106
2016-01-11[media] media: use macros to check for V4L2 subdev entitiesMauro Carvalho Chehab14-54/+39
2016-01-11[media] media: add macros to check if subdev or V4L2 DMAMauro Carvalho Chehab2-0/+37
2016-01-11[media] replace all occurrences of MEDIA_ENT_T_DEVNODE_DVBMauro Carvalho Chehab1-5/+5
2016-01-11[media] replace all occurrences of MEDIA_ENT_T_DEVNODE_V4LMauro Carvalho Chehab4-4/+4
2016-01-11[media] uapi/media.h: Fix entity namespaceMauro Carvalho Chehab2-32/+70
2016-01-11[media] dvbdev: add support for indirect interface linksMauro Carvalho Chehab1-0/+11
2016-01-11[media] media: add a linked list to track interfaces by mdevMauro Carvalho Chehab4-0/+9
2016-01-11[media] dvbdev: add support for interfacesMauro Carvalho Chehab2-24/+79
2016-01-11[media] media-entity: add a helper function to create interfaceMauro Carvalho Chehab1-9/+14
2016-01-11[media] media: add support to link interfaces and entitiesMauro Carvalho Chehab2-0/+47
2016-01-11[media] media: make link debug printk more genericMauro Carvalho Chehab1-7/+5
2016-01-11[media] media: make media_link more generic to handle interace linksMauro Carvalho Chehab1-5/+11
2016-01-11[media] media: make add link more genericMauro Carvalho Chehab1-4/+4
2016-01-11[media] media: convert links from array to listMauro Carvalho Chehab7-103/+97
2016-01-11[media] media: Don't accept early-created linksMauro Carvalho Chehab2-7/+2
2016-01-11[media] smiapp: create pad links after subdev registrationJavier Martinez Canillas1-10/+10
2016-01-11[media] uvcvideo: create pad links after subdev registrationJavier Martinez Canillas1-4/+19
2016-01-11[media] v4l: vsp1: separate links creation from entities initJavier Martinez Canillas4-26/+62
2016-01-11[media] v4l: vsp1: create pad links after subdev registrationJavier Martinez Canillas1-8/+8
2016-01-11[media] staging: omap4iss: separate links creation from entities initJavier Martinez Canillas7-65/+132
2016-01-11[media] omap3isp: create links after all subdevs have been boundJavier Martinez Canillas1-8/+15
2016-01-11[media] omap3isp: separate links creation from entities initJavier Martinez Canillas11-104/+185
2016-01-11[media] media: add functions to allow creating interfacesMauro Carvalho Chehab3-0/+133
2016-01-11[media] uapi/media.h: Declare interface types for V4L2 and DVBMauro Carvalho Chehab1-0/+21
2016-01-11[media] media: remove media entity .parent fieldJavier Martinez Canillas1-1/+0
2016-01-11[media] media: use entity.graph_obj.mdev instead of .parentJavier Martinez Canillas13-43/+45
2016-01-11[media] media: rename the function that create pad linksMauro Carvalho Chehab30-72/+72
2016-01-11[media] media: add a debug message to warn about gobj creation/removalMauro Carvalho Chehab2-1/+74
2016-01-11[media] media: add messages when media device gets (un)registeredMauro Carvalho Chehab1-0/+5
2016-01-11[media] media: use media_gobj inside linksMauro Carvalho Chehab4-0/+23
2016-01-11[media] media: use media_gobj inside padsMauro Carvalho Chehab4-0/+19
2016-01-11[media] media: use media_gobj inside entitiesMauro Carvalho Chehab4-12/+15
2016-01-11[media] media: add a common struct to be embed on media graph objectsMauro Carvalho Chehab2-0/+93
2016-01-11[media] omap3isp: get entity ID using media_entity_id()Javier Martinez Canillas3-6/+11
2016-01-11[media] staging: omap4iss: get entity ID using media_entity_id()Javier Martinez Canillas2-2/+2
2016-01-11[media] media: create a macro to get entity IDMauro Carvalho Chehab4-10/+15
2016-01-11[media] au0828: Fix the logic that enables the analog demoder linkMauro Carvalho Chehab1-2/+2
2016-01-11[media] Kconfig: Re-enable Media controller support for DVBMauro Carvalho Chehab1-1/+0
2016-01-11[media] media: get rid of unused "extra_links" param on media_entity_init()Mauro Carvalho Chehab67-92/+89
2016-01-11[media] au0828: Cache the decoder info at au0828 dev structureMauro Carvalho Chehab3-14/+10
2016-01-11[media] au0828: Add support for media controllerRafael Lourenço de Lima Chehab6-0/+226
2016-01-11[media] media: define Media Controller API when CONFIG_MEDIA_CONTROLLER enabledShuah Khan2-0/+31
2016-01-11[media] media: new media controller API for device resource supportShuah Khan2-0/+35
2016-01-11Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab528-4096/+4540
2016-01-11Input: wacom_w8001 - drop use of ABS_MT_TOOL_TYPEPeter Hutterer1-3/+0
2016-01-11net/rtnetlink: remove unused sz_idx variableAlexander Kuleshov1-2/+1
2016-01-11mlxsw: spectrum: Add FDB lock to prevent session interleavingIdo Schimmel2-0/+6
2016-01-11unix: properly account for FDs passed over unix socketswilly tarreau3-9/+29
2016-01-11net: bfin_mac: Use phy_find_first() instead of open-coding itGuenter Roeck1-15/+2
2016-01-10Merge branch 'ovs-cleanups'David S. Miller2-24/+5
2016-01-10openvswitch: update kernel doc for struct vportJean Sacren1-1/+2
2016-01-10openvswitch: fix struct geneve_port member nameJean Sacren1-3/+3
2016-01-10openvswitch: clean up unused functionJean Sacren1-20/+0
2016-01-10net: ti: cpmac: Fix build error due to missed API changeGuenter Roeck1-1/+1
2016-01-10net: tc35815: Drop unused variableGuenter Roeck1-1/+0
2016-01-10net: tc35815: Fix build error due to missed API changeGuenter Roeck1-15/+2
2016-01-10net: phy: Add support for SMSC LAN8740 PHYJoshua Henderson1-0/+22
2016-01-10Merge tag 'wireless-drivers-next-for-davem-2016-01-09' of git://git.kernel.or...David S. Miller64-627/+1587
2016-01-10ipv6: tcp: add rcu locking in tcp_v6_send_synack()Eric Dumazet1-0/+2
2016-01-10net: add scheduling point in recvmmsg/sendmmsgEric Dumazet1-0/+2
2016-01-10ipv6: always add flag an address that failed DAD with DADFAILEDLubomir Rintel1-2/+3
2016-01-10net: lpc_eth: Remove unused variablesFabio Estevam1-2/+1
2016-01-10bfin_mac: fix error pathSudip Mukherjee1-1/+1
2016-01-10phy: fix blackfin build failureSudip Mukherjee1-1/+2
2016-01-10cxgb4: Fixes static checker warning in mps_tcam_show()Hariprasad Shenai1-2/+2
2016-01-10Merge branch 'emac-RK3036'David S. Miller2-31/+61
2016-01-10net: ethernet: arc: Add support emac for RK3036Xing Zheng2-3/+9
2016-01-10net: ethernet: arc: Keep emac compatibility for more Rockchip SoCsXing Zheng1-24/+45
2016-01-10net: ethernet: arc: Probe emac after set RMII clockXing Zheng1-4/+7
2016-01-10Merge branch 'bnxt_en-zeropad-fw-and-reset'David S. Miller2-4/+45
2016-01-10bnxt_en: Reset embedded processor after applying firmware upgradeRob Swindell1-4/+42
2016-01-10bnxt_en: Zero pad firmware messages to 128 bytes.Michael Chan1-0/+3
2016-01-10net, sched: add clsact qdiscDaniel Borkmann8-16/+186
2016-01-10ethernet: amd: au1000: Remove pointless warningAndrew Lunn1-3/+0
2016-01-10staging: netlogic: Fix build error due to missed API changeAndrew Lunn1-16/+13
2016-01-10net: ethernet: faraday: Use phy_find_first() instead of open coding itGuenter Roeck1-13/+2
2016-01-10net: ethernet: broadcom: Fix build errorsGuenter Roeck1-7/+2
2016-01-10Merge branch 'mdio-device-fixes'David S. Miller2-11/+5
2016-01-10net: ethernet-rgmii.c: Fix breakage from moving phdev busAndrew Lunn1-3/+3
2016-01-10net: lantiq_etop.c: Use helper to find first phyAndrew Lunn1-8/+2
2016-01-10stmmac: Don't exit mdio registration when mdio subnode is not found in the DTSRomain Perier1-3/+5
2016-01-10Linux 4.4v4.4Linus Torvalds1-1/+1
2016-01-10net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memorySasha Levin1-1/+1
2016-01-10net: qmi_wwan: Add SIMCom 7230EKristian Evensen1-0/+1
2016-01-10Merge branch 'bpf-next'David S. Miller4-9/+40
2016-01-10bpf: add skb_postpush_rcsum and fix dev_forward_skb occasionsDaniel Borkmann2-4/+30
2016-01-10net, sched: add skb_at_tc_ingress helperDaniel Borkmann2-5/+10
2016-01-10Merge branch 'tcp-keepalive-namespaceify'David S. Miller5-30/+38
2016-01-10ipv4: Namespecify the tcp_keepalive_intvl sysctl knobNikolay Borisov5-10/+12
2016-01-10ipv4: Namespecify tcp_keepalive_probes sysctl knobNikolay Borisov5-10/+12
2016-01-10ipv4: Namespaceify tcp_keepalive_time sysctl knobNikolay Borisov5-10/+14
2016-01-10udp: restrict offloads to one namespaceHannes Frederic Sowa5-7/+11
2016-01-10Merge branch 'mlxsw-layer2-multicast'David S. Miller8-19/+349
2016-01-10switchdev: Adding IGMP snooping documentationElad Raz1-2/+6
2016-01-10mlxsw: Adding layer 2 multicast supportElad Raz3-0/+190
2016-01-10mlxsw: Adding VID to FID translatationElad Raz1-11/+19
2016-01-10mlxsw: Changing the maximum number of multicast group to a defineElad Raz2-1/+3
2016-01-10mlxsw: reg: Adding SMID registerElad Raz1-0/+51
2016-01-10mlxsw: reg: Add definition of multicast record for SFD registerElad Raz1-5/+44
2016-01-10bridge: Reflect MDB entries to hardwareElad Raz1-0/+23
2016-01-10switchdev: Adding MDB entry offloadElad Raz2-0/+13
2016-01-10um: Use race-free temporary file creationMickaël Salaün1-0/+11
2016-01-10um: Do not set unsecure permission for temporary fileMickaël Salaün1-6/+0
2016-01-10um: Fix build error and kconfig for i386Mickaël Salaün1-1/+1
2016-01-10um: Add seccomp supportMickaël Salaün5-1/+25
2016-01-10um: Add full asm/syscall.h supportMickaël Salaün2-0/+139
2016-01-10selftests/seccomp: Remove the need for HAVE_ARCH_TRACEHOOKMickaël Salaün1-3/+24
2016-01-10um: Fix ptrace GETREGS/SETREGS bugsMickaël Salaün4-25/+17
2016-01-10um: link with -lpthreadVegard Nossum1-1/+1
2016-01-10um: Update UBD to use pread/pwrite family of functionsAnton Ivanov3-22/+26
2016-01-10um: Do not change hard IRQ flags in soft IRQ processingAnton Ivanov1-0/+23
2016-01-10um: Prevent IRQ handler reentrancyAnton Ivanov1-1/+15
2016-01-10uml: flush stdout before forkingVegard Nossum1-0/+2
2016-01-10uml: fix hostfs mknod()Vegard Nossum1-3/+1
2016-01-10Input: gpio-keys - fix check for disabling unsupported keysDmitry Torokhov1-6/+23
2016-01-10cgroup: fix a typo.Rami Rosen1-1/+1
2016-01-10m68k: Provide __phys_to_pfn() and __pfn_to_phys()Sudip Mukherjee1-0/+3
2016-01-10m68k/atari, m68k/sun3: Fix SCSI platform device registration when driver is m...Finn Thain2-3/+3
2016-01-10ubifs: Use XATTR_*_PREFIX_LENRichard Weinberger1-2/+2
2016-01-10UBIFS: add a comment in key.h for unused parameterDongsheng Yang1-0/+6
2016-01-10mtd: ubi: wl: avoid erasing a PEB which is emptySebastian Siewior1-3/+18
2016-01-09Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller13-116/+122
2016-01-09mlxsw: spectrum: remove FDB entry in case we get unknown object notificationJiri Pirko1-8/+30
2016-01-09mlxsw: spectrum: pass local_port to mlxsw_sp_port_fdb_uc_opJiri Pirko1-6/+7
2016-01-09vxlan: fix test which detect duplicate vxlan ifaceNicolas Dichtel1-3/+9
2016-01-09net: plip: use new parport device modelSudip Mukherjee1-8/+28
2016-01-09cdc-acm: fix NULL pointer referenceOliver Neukum1-1/+7
2016-01-09Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-3/+6
2016-01-09Merge tag 'pci-v4.4-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2016-01-09Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar65-347/+1556
2016-01-09hwmon: (nct6683) Add basic support for NCT6683 on Mitac boardsGuenter Roeck1-17/+61
2016-01-09batman-adv: Add kerneldoc for batadv_neigh_node::refcountSven Eckelmann1-0/+1
2016-01-09batman-adv: Remove kerneldoc for missing struct membersSven Eckelmann1-4/+0
2016-01-09batman-adv: Fix kerneldoc member names in for main structsSven Eckelmann1-6/+6
2016-01-09batman-adv: Fix kernel-doc parsing of main structsSven Eckelmann1-5/+10
2016-01-09batman-adv: Change ifconfig examples to iproute2Sven Eckelmann1-3/+6