summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-28nvmem: sunxi_sid: remove unused variable in probeSrinivas Kandagatla
2018-09-28nvmem: use octal permissions instead of constantsBartosz Golaszewski
2018-09-28nvmem: fix commenting styleBartosz Golaszewski
2018-09-28nvmem: use EOPNOTSUPP instead of ENOSYSBartosz Golaszewski
2018-09-28nvmem: make the naming of arguments in nvmem_cell_get() consistentBartosz Golaszewski
2018-09-28nvmem: use SPDX license identifiersBartosz Golaszewski
2018-09-28nvmem: add a notifier chainBartosz Golaszewski
2018-09-28Documentation: nvmem: document cell tables and lookup entriesBartosz Golaszewski
2018-09-28nvmem: add support for cell lookups from machine codeBartosz Golaszewski
2018-09-28nvmem: resolve cells from DT at registration timeBartosz Golaszewski
2018-09-28nvmem: add support for cell infoBartosz Golaszewski
2018-09-28nvmem: remove the global cell listBartosz Golaszewski
2018-09-28nvmem: change the signature of nvmem_unregister()Bartosz Golaszewski
2018-09-28nvmem: mxs-ocotp: use devm_nvmem_register()Bartosz Golaszewski
2018-09-28nvmem: lpc18xx_eeprom: use devm_nvmem_register()Bartosz Golaszewski
2018-09-28nvmem: sunxi_sid: use devm_nvmem_register()Bartosz Golaszewski
2018-09-28nvmem: sunxi_sid: return -ENOMEM if kzalloc() failsBartosz Golaszewski
2018-09-28nvmem: use krefBartosz Golaszewski
2018-09-28nvmem: check the return value of nvmem_add_cells()Bartosz Golaszewski
2018-09-28nvmem: remove a stray newlineBartosz Golaszewski
2018-09-28nvmem: use list_for_each_entry_safe in nvmem_device_remove_all_cells()Bartosz Golaszewski
2018-09-28nvmem: remove the name field from struct nvmem_deviceBartosz Golaszewski
2018-09-28nvmem: provide nvmem_dev_name()Bartosz Golaszewski
2018-09-28eeprom: at25: use devm_nvmem_register()Bartosz Golaszewski
2018-09-28eeprom: eeprom_93xx46: use resource managementBartosz Golaszewski
2018-09-25platform: goldfish: pipe: Make symbol 'goldfish_pipe_dev' staticWei Yongjun
2018-09-25uio_hv_generic: defer opening vmbus until first useStephen Hemminger
2018-09-25hv_uio_generic: map ringbuffer phys addrStephen Hemminger
2018-09-25uio: introduce UIO_MEM_IOVAStephen Hemminger
2018-09-25vmbus: split ring buffer allocation from openStephen Hemminger
2018-09-25vmbus: keep pointer to ring buffer pageStephen Hemminger
2018-09-25vmbus: pass channel to hv_process_channel_removalStephen Hemminger
2018-09-25platform: goldfish: pipe: Remove redundant header includeRoman Kiryanov
2018-09-25platform: goldfish: pipe: Remove redundant struct declarationsRoman Kiryanov
2018-09-25platform: goldfish: pipe: Remove a redundant blank lineRoman Kiryanov
2018-09-25platform: goldfish: pipe: Prevent memory corruption from several threads writ...Roman Kiryanov
2018-09-25platform: goldfish: pipe: Remove license boilerplateRoman Kiryanov
2018-09-25coreisght: tmc: Claim device before useSuzuki K Poulose
2018-09-25misc: genwqe: remove duplicated include filezhong jiang
2018-09-25misc: genwqe: should return proper error value.zhong jiang
2018-09-25misc: mic: scif: Remove unused variableNathan Chancellor
2018-09-25misc: remove redundant include moduleparam.hzhong jiang
2018-09-25misc: kgdbts: Fix restrict errorLaura Abbott
2018-09-25misc: echo: Remove unnecessary parentheses and simplify check for zeroNathan Chancellor
2018-09-25slimbus: core: add support to ueventSrinivas Kandagatla
2018-09-25slimbus: core: update device status in probeSrinivas Kandagatla
2018-09-25slimbus: core: match device tree based devices correctlySrinivas Kandagatla
2018-09-25slimbus: ngd: validate logical address assigned by remoteSrinivas Kandagatla
2018-09-25silmbus: ngd: register controller after power up.Srinivas Kandagatla
2018-09-25slimbus: ngd: return proper error code instead of zeroSrinivas Kandagatla