diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-01-24 15:49:18 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-01-24 15:49:18 -0500 |
commit | a32f7d1ad3744914273c6907204c2ab3b5d496a0 (patch) | |
tree | 1c5ae321ee85665707177547c07810ff7e09e1ab /drivers/mtd/nand | |
parent | 6b9e50c463efc5c361496ae6a895cc966ff8025b (diff) | |
parent | 68d6f84ba0c47e658beff3a4bf0c43acee4b4690 (diff) |
Merge branch 'v4l_for_linus' into staging/for_v3.9
* v4l_for_linus: (464 commits)
[media] uvcvideo: Set error_idx properly for S_EXT_CTRLS failures
[media] uvcvideo: Cleanup leftovers of partial revert
[media] uvcvideo: Return -EACCES when trying to set a read-only control
Linux 3.8-rc3
mm: reinstante dropped pmd_trans_splitting() check
cred: Remove tgcred pointer from struct cred
drm/ttm: fix fence locking in ttm_buffer_object_transfer
ARM: clps711x: Fix bad merge of clockevents setup
ARM: highbank: save and restore L2 cache and GIC on suspend
ARM: highbank: add a power request clear
ARM: highbank: fix secondary boot and hotplug
ARM: highbank: fix typos with hignbank in power request functions
ARM: dts: fix highbank cpu mpidr values
ARM: dts: add device_type prop to cpu nodes on Calxeda platforms
drm/prime: drop reference on imported dma-buf come from gem
xen/netfront: improve truesize tracking
ARM: mx5: Fix MX53 flexcan2 clock
ARM: OMAP2+: am33xx-hwmod: Fix wrongly terminated am33xx_usbss_mpu_irqs array
sctp: fix Kconfig bug in default cookie hmac selection
EDAC: Cleanup device deregistering path
...
Conflicts:
drivers/media/pci/dm1105/dm1105.c
drivers/media/platform/soc_camera/mx2_camera.c
Diffstat (limited to 'drivers/mtd/nand')
-rw-r--r-- | drivers/mtd/nand/atmel_nand.c | 6 | ||||
-rw-r--r-- | drivers/mtd/nand/bcm47xxnflash/main.c | 4 | ||||
-rw-r--r-- | drivers/mtd/nand/fsl_upm.c | 4 | ||||
-rw-r--r-- | drivers/mtd/nand/fsmc_nand.c | 4 | ||||
-rw-r--r-- | drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 7 | ||||
-rw-r--r-- | drivers/mtd/nand/jz4740_nand.c | 3 |
6 files changed, 14 insertions, 14 deletions
diff --git a/drivers/mtd/nand/atmel_nand.c b/drivers/mtd/nand/atmel_nand.c index 90bdca61c797..c516a9408087 100644 --- a/drivers/mtd/nand/atmel_nand.c +++ b/drivers/mtd/nand/atmel_nand.c | |||
@@ -338,7 +338,7 @@ static int pmecc_get_ecc_bytes(int cap, int sector_size) | |||
338 | } | 338 | } |
339 | 339 | ||
340 | static void pmecc_config_ecc_layout(struct nand_ecclayout *layout, | 340 | static void pmecc_config_ecc_layout(struct nand_ecclayout *layout, |
341 | int oobsize, int ecc_len) | 341 | int oobsize, int ecc_len) |
342 | { | 342 | { |
343 | int i; | 343 | int i; |
344 | 344 | ||
@@ -1213,7 +1213,7 @@ static void atmel_nand_hwctl(struct mtd_info *mtd, int mode) | |||
1213 | 1213 | ||
1214 | #if defined(CONFIG_OF) | 1214 | #if defined(CONFIG_OF) |
1215 | static int atmel_of_init_port(struct atmel_nand_host *host, | 1215 | static int atmel_of_init_port(struct atmel_nand_host *host, |
1216 | struct device_node *np) | 1216 | struct device_node *np) |
1217 | { | 1217 | { |
1218 | u32 val, table_offset; | 1218 | u32 val, table_offset; |
1219 | u32 offset[2]; | 1219 | u32 offset[2]; |
@@ -1300,7 +1300,7 @@ static int atmel_of_init_port(struct atmel_nand_host *host, | |||
1300 | } | 1300 | } |
1301 | #else | 1301 | #else |
1302 | static int atmel_of_init_port(struct atmel_nand_host *host, | 1302 | static int atmel_of_init_port(struct atmel_nand_host *host, |
1303 | struct device_node *np) | 1303 | struct device_node *np) |
1304 | { | 1304 | { |
1305 | return -EINVAL; | 1305 | return -EINVAL; |
1306 | } | 1306 | } |
diff --git a/drivers/mtd/nand/bcm47xxnflash/main.c b/drivers/mtd/nand/bcm47xxnflash/main.c index 2b8b05bec3dd..8363a9a5fa3f 100644 --- a/drivers/mtd/nand/bcm47xxnflash/main.c +++ b/drivers/mtd/nand/bcm47xxnflash/main.c | |||
@@ -66,7 +66,7 @@ out: | |||
66 | return err; | 66 | return err; |
67 | } | 67 | } |
68 | 68 | ||
69 | static int __devexit bcm47xxnflash_remove(struct platform_device *pdev) | 69 | static int bcm47xxnflash_remove(struct platform_device *pdev) |
70 | { | 70 | { |
71 | struct bcma_nflash *nflash = dev_get_platdata(&pdev->dev); | 71 | struct bcma_nflash *nflash = dev_get_platdata(&pdev->dev); |
72 | 72 | ||
@@ -77,7 +77,7 @@ static int __devexit bcm47xxnflash_remove(struct platform_device *pdev) | |||
77 | } | 77 | } |
78 | 78 | ||
79 | static struct platform_driver bcm47xxnflash_driver = { | 79 | static struct platform_driver bcm47xxnflash_driver = { |
80 | .remove = __devexit_p(bcm47xxnflash_remove), | 80 | .remove = bcm47xxnflash_remove, |
81 | .driver = { | 81 | .driver = { |
82 | .name = "bcma_nflash", | 82 | .name = "bcma_nflash", |
83 | .owner = THIS_MODULE, | 83 | .owner = THIS_MODULE, |
diff --git a/drivers/mtd/nand/fsl_upm.c b/drivers/mtd/nand/fsl_upm.c index 5a8f5c4ce512..04e07252d74b 100644 --- a/drivers/mtd/nand/fsl_upm.c +++ b/drivers/mtd/nand/fsl_upm.c | |||
@@ -153,8 +153,8 @@ static void fun_write_buf(struct mtd_info *mtd, const uint8_t *buf, int len) | |||
153 | } | 153 | } |
154 | 154 | ||
155 | static int fun_chip_init(struct fsl_upm_nand *fun, | 155 | static int fun_chip_init(struct fsl_upm_nand *fun, |
156 | const struct device_node *upm_np, | 156 | const struct device_node *upm_np, |
157 | const struct resource *io_res) | 157 | const struct resource *io_res) |
158 | { | 158 | { |
159 | int ret; | 159 | int ret; |
160 | struct device_node *flash_np; | 160 | struct device_node *flash_np; |
diff --git a/drivers/mtd/nand/fsmc_nand.c b/drivers/mtd/nand/fsmc_nand.c index 1d7446434b0e..67e62d3d495c 100644 --- a/drivers/mtd/nand/fsmc_nand.c +++ b/drivers/mtd/nand/fsmc_nand.c | |||
@@ -865,7 +865,7 @@ static bool filter(struct dma_chan *chan, void *slave) | |||
865 | 865 | ||
866 | #ifdef CONFIG_OF | 866 | #ifdef CONFIG_OF |
867 | static int fsmc_nand_probe_config_dt(struct platform_device *pdev, | 867 | static int fsmc_nand_probe_config_dt(struct platform_device *pdev, |
868 | struct device_node *np) | 868 | struct device_node *np) |
869 | { | 869 | { |
870 | struct fsmc_nand_platform_data *pdata = dev_get_platdata(&pdev->dev); | 870 | struct fsmc_nand_platform_data *pdata = dev_get_platdata(&pdev->dev); |
871 | u32 val; | 871 | u32 val; |
@@ -887,7 +887,7 @@ static int fsmc_nand_probe_config_dt(struct platform_device *pdev, | |||
887 | } | 887 | } |
888 | #else | 888 | #else |
889 | static int fsmc_nand_probe_config_dt(struct platform_device *pdev, | 889 | static int fsmc_nand_probe_config_dt(struct platform_device *pdev, |
890 | struct device_node *np) | 890 | struct device_node *np) |
891 | { | 891 | { |
892 | return -ENOSYS; | 892 | return -ENOSYS; |
893 | } | 893 | } |
diff --git a/drivers/mtd/nand/gpmi-nand/gpmi-nand.c b/drivers/mtd/nand/gpmi-nand/gpmi-nand.c index 5cd141f7bfc2..e9b1c47e3cf9 100644 --- a/drivers/mtd/nand/gpmi-nand/gpmi-nand.c +++ b/drivers/mtd/nand/gpmi-nand/gpmi-nand.c | |||
@@ -319,8 +319,8 @@ int start_dma_with_bch_irq(struct gpmi_nand_data *this, | |||
319 | return 0; | 319 | return 0; |
320 | } | 320 | } |
321 | 321 | ||
322 | static int | 322 | static int acquire_register_block(struct gpmi_nand_data *this, |
323 | acquire_register_block(struct gpmi_nand_data *this, const char *res_name) | 323 | const char *res_name) |
324 | { | 324 | { |
325 | struct platform_device *pdev = this->pdev; | 325 | struct platform_device *pdev = this->pdev; |
326 | struct resources *res = &this->resources; | 326 | struct resources *res = &this->resources; |
@@ -360,8 +360,7 @@ static void release_register_block(struct gpmi_nand_data *this) | |||
360 | res->bch_regs = NULL; | 360 | res->bch_regs = NULL; |
361 | } | 361 | } |
362 | 362 | ||
363 | static int | 363 | static int acquire_bch_irq(struct gpmi_nand_data *this, irq_handler_t irq_h) |
364 | acquire_bch_irq(struct gpmi_nand_data *this, irq_handler_t irq_h) | ||
365 | { | 364 | { |
366 | struct platform_device *pdev = this->pdev; | 365 | struct platform_device *pdev = this->pdev; |
367 | struct resources *res = &this->resources; | 366 | struct resources *res = &this->resources; |
diff --git a/drivers/mtd/nand/jz4740_nand.c b/drivers/mtd/nand/jz4740_nand.c index 8d415f014e1d..b76460eeaf22 100644 --- a/drivers/mtd/nand/jz4740_nand.c +++ b/drivers/mtd/nand/jz4740_nand.c | |||
@@ -326,7 +326,8 @@ static inline void jz_nand_iounmap_resource(struct resource *res, | |||
326 | static int jz_nand_detect_bank(struct platform_device *pdev, | 326 | static int jz_nand_detect_bank(struct platform_device *pdev, |
327 | struct jz_nand *nand, unsigned char bank, | 327 | struct jz_nand *nand, unsigned char bank, |
328 | size_t chipnr, uint8_t *nand_maf_id, | 328 | size_t chipnr, uint8_t *nand_maf_id, |
329 | uint8_t *nand_dev_id) { | 329 | uint8_t *nand_dev_id) |
330 | { | ||
330 | int ret; | 331 | int ret; |
331 | int gpio; | 332 | int gpio; |
332 | char gpio_name[9]; | 333 | char gpio_name[9]; |