summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-28nvmem: make nvmem_add_cells() staticSrinivas Kandagatla1-2/+1
2018-09-28nvmem: sunxi_sid: remove unused variable in probeSrinivas Kandagatla1-1/+1
2018-09-28nvmem: use octal permissions instead of constantsBartosz Golaszewski1-4/+4
2018-09-28nvmem: fix commenting styleBartosz Golaszewski1-2/+2
2018-09-28nvmem: use EOPNOTSUPP instead of ENOSYSBartosz Golaszewski2-18/+17
2018-09-28nvmem: make the naming of arguments in nvmem_cell_get() consistentBartosz Golaszewski2-19/+20
2018-09-28nvmem: use SPDX license identifiersBartosz Golaszewski3-17/+3
2018-09-28nvmem: add a notifier chainBartosz Golaszewski2-0/+57
2018-09-28Documentation: nvmem: document cell tables and lookup entriesBartosz Golaszewski1-0/+31
2018-09-28nvmem: add support for cell lookups from machine codeBartosz Golaszewski2-26/+131
2018-09-28nvmem: resolve cells from DT at registration timeBartosz Golaszewski1-48/+75
2018-09-28nvmem: add support for cell infoBartosz Golaszewski2-9/+96
2018-09-28nvmem: remove the global cell listBartosz Golaszewski1-49/+15
2018-09-28nvmem: change the signature of nvmem_unregister()Bartosz Golaszewski2-12/+5
2018-09-28nvmem: mxs-ocotp: use devm_nvmem_register()Bartosz Golaszewski1-2/+2
2018-09-28nvmem: lpc18xx_eeprom: use devm_nvmem_register()Bartosz Golaszewski1-5/+1
2018-09-28nvmem: sunxi_sid: use devm_nvmem_register()Bartosz Golaszewski1-17/+3
2018-09-28nvmem: sunxi_sid: return -ENOMEM if kzalloc() failsBartosz Golaszewski1-1/+1
2018-09-28nvmem: use krefBartosz Golaszewski1-22/+22
2018-09-28nvmem: check the return value of nvmem_add_cells()Bartosz Golaszewski1-2/+8
2018-09-28nvmem: remove a stray newlineBartosz Golaszewski1-1/+0
2018-09-28nvmem: use list_for_each_entry_safe in nvmem_device_remove_all_cells()Bartosz Golaszewski1-5/+2
2018-09-28nvmem: remove the name field from struct nvmem_deviceBartosz Golaszewski1-2/+1
2018-09-28nvmem: provide nvmem_dev_name()Bartosz Golaszewski2-0/+21
2018-09-28eeprom: at25: use devm_nvmem_register()Bartosz Golaszewski1-2/+1
2018-09-28eeprom: eeprom_93xx46: use resource managementBartosz Golaszewski1-14/+5
2018-09-25platform: goldfish: pipe: Make symbol 'goldfish_pipe_dev' staticWei Yongjun1-1/+1
2018-09-25uio_hv_generic: defer opening vmbus until first useStephen Hemminger1-30/+74
2018-09-25hv_uio_generic: map ringbuffer phys addrStephen Hemminger1-2/+2
2018-09-25uio: introduce UIO_MEM_IOVAStephen Hemminger2-11/+14
2018-09-25vmbus: split ring buffer allocation from openStephen Hemminger3-115/+162
2018-09-25vmbus: keep pointer to ring buffer pageStephen Hemminger3-14/+13
2018-09-25vmbus: pass channel to hv_process_channel_removalStephen Hemminger4-17/+8
2018-09-25platform: goldfish: pipe: Remove redundant header includeRoman Kiryanov1-1/+0
2018-09-25platform: goldfish: pipe: Remove redundant struct declarationsRoman Kiryanov1-2/+0
2018-09-25platform: goldfish: pipe: Remove a redundant blank lineRoman Kiryanov1-1/+0
2018-09-25platform: goldfish: pipe: Prevent memory corruption from several threads writ...Roman Kiryanov1-10/+14
2018-09-25platform: goldfish: pipe: Remove license boilerplateRoman Kiryanov1-14/+0
2018-09-25coreisght: tmc: Claim device before useSuzuki K Poulose2-3/+23
2018-09-25misc: genwqe: remove duplicated include filezhong jiang2-2/+0
2018-09-25misc: genwqe: should return proper error value.zhong jiang1-6/+7
2018-09-25misc: mic: scif: Remove unused variableNathan Chancellor1-3/+1
2018-09-25misc: remove redundant include moduleparam.hzhong jiang2-2/+0
2018-09-25misc: kgdbts: Fix restrict errorLaura Abbott1-10/+6
2018-09-25misc: echo: Remove unnecessary parentheses and simplify check for zeroNathan Chancellor1-1/+1
2018-09-25slimbus: core: add support to ueventSrinivas Kandagatla1-0/+14
2018-09-25slimbus: core: update device status in probeSrinivas Kandagatla1-1/+16
2018-09-25slimbus: core: match device tree based devices correctlySrinivas Kandagatla1-1/+5
2018-09-25slimbus: ngd: validate logical address assigned by remoteSrinivas Kandagatla1-0/+4
2018-09-25silmbus: ngd: register controller after power up.Srinivas Kandagatla1-9/+11