summaryrefslogtreecommitdiff
path: root/drivers/mtd/devices/spear_smi.c
AgeCommit message (Expand)Author
2023-10-16mtd: spear_smi: Convert to platform remove callback returning voidUwe Kleine-König
2023-08-21mtd: spear_smi: Use helper function devm_clk_get_enabled()Li Zetao
2023-07-12mtd: spear_smi: Convert to devm_platform_ioremap_resource()Yangtao Li
2023-03-22mtd: Use of_property_read_bool() for boolean propertiesRob Herring
2022-06-09mtd: spear_smi: Drop if with an always false conditionUwe Kleine-König
2022-06-09mtd: spear_smi: Don't skip cleanup after mtd_device_unregister() failedUwe Kleine-König
2022-02-18mtd: spear_smi: use GFP_KERNELJulia Lawall
2020-09-15mtd: spear_smi: use for_each_child_of_node() macroQinglang Miao
2019-10-29mtd: spear_smi: Fix Write Burst modeMiquel Raynal
2019-10-08mtd: spear_smi: remove set but not used variable 'flash_info'zhengbin
2019-10-08mtd: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2018-03-21mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon
2017-08-15mtd: spear_smi: add NULL check on devm_kzalloc() return valueGustavo A. R. Silva
2015-11-11mtd: drop unnecessary partition parser dataBrian Norris
2015-10-13mtd: devices: spear_smi: show parent device in sysfsFrans Klaver
2015-05-22mtd: remove incorrect file nameBrian Norris
2014-10-20mtd: devices: drop owner assignment from platform_driversWolfram Sang
2014-04-18Shiraz has movedViresh Kumar
2014-03-10mtd: spear_smi: Remove unnecessary OOM messagesJingoo Han
2013-08-30mtd: spear_smi: add missing __iomem annotationJingoo Han
2013-08-05mtd: devices: spear_smi: remove unnecessary platform_set_drvdata()Jingoo Han
2013-08-05mtd: spear_smi: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han
2013-01-25mtd: Convert to devm_ioremap_resource()Thierry Reding
2013-01-03Drivers: mtd: remove __dev* attributes.Greg Kroah-Hartman
2012-11-22mtd: remove use of __devexitBill Pemberton
2012-11-22mtd: remove use of __devinitBill Pemberton
2012-11-22mtd: remove use of __devexit_pBill Pemberton
2012-11-15mtd: spear_smi: use module_platform_driver macroSrinivas Kandagatla
2012-09-29mtd: spear_smi: use devm_ functions consistentlyJulia Lawall
2012-09-29mtd: spear_smi: fix compilation warningArtem Bityutskiy
2012-09-29mtd: spear_smi: failure test for null rather than negative integerJulia Lawall
2012-07-06mtd: spear_smi: handle return value of timeouts properlyVipin Kumar
2012-07-06mtd: spear_smi: clear status register on initShiraz Hashim
2012-07-06mtd: spear_smi: Move suspend/resume to follow dev_pm_opsViresh Kumar
2012-05-13mtd: spear_smi: Add clk_{un}prepare() supportViresh Kumar
2012-03-27mtd: add device-tree support to spear_smiStefan Roese
2012-03-27mtd: spear_smi: Remove default partition information from driverStefan Roese
2012-03-27mtd: do not use plain 0 as NULLArtem Bityutskiy
2012-03-27mtd: move zero length verification to MTD API functionsArtem Bityutskiy
2012-03-27mtd: remove retlen zeroing duplicationArtem Bityutskiy
2012-03-27mtd: do not duplicate length and offset checks in driversArtem Bityutskiy
2012-03-27mtd: spear_smi: initialize writebufsizeArtem Bityutskiy
2012-03-27mtd: add leading underscore to all mtd functionsArtem Bityutskiy
2012-03-27mtd: spear_smi: release memory region during removeShiraz Hashim
2012-03-27mtd: ST SPEAr: Add SMI driver for serial NOR flashShiraz Hashim